Notesini – Is the Domino configuration file stored on the server – c:\lotus\domino\Notes.ini (I think this is default location for 5).
Open the Notes.ini and check for the following lines. I am guessing that the Domino server is trying to configure itself to an IP that is not assigned to the Virtual machine.
TCPIP=TCP, 0, 15, 0
TCPIP_TCPIPAddress=0,10.33.52.1
The Domino server needs to connect to itself for every thing to run as expected. If you can get console access from the Console on the server try running a
TRACE <servername>
You will find it will not connect…. then try a
Trace <ip address of server> this might connect.
If it does connect the AMGR will now work for a short time and so will other things…. because it will cache the IP. If this is the case you need to either remove the IP address from the Notes.ini or remove it and use DNS…..
Discuss This Question: 3  Replies