All, maybe this will help. I have two solutions for
Windows 2000 only. Try solution one first. If it doesn't solve connectivity problem try solution two.
Need addition help, let me know.
Good luck..
Solution one:
Corrupt Database Tables
A corruption in the database tables may cause connection problems. Reinitialize the database tables as follows:
From the command line/dos prompt, log in as root/local admin.
Issue the following command for your operating system:
NT:
cd CSCOpx/bin/
perl reinitdb.pl
The command, reinitdb.pl displays the following prompt:
This will erase all data from the database. Are you sure [y/n]:
Type y
Presst the ENTER/RETURN key and the ANI information regarding Network Discovery (Wbu tables) is erased from the database, a new ANI Server connection is established, and network discovery is initiated.
If you are still unable to connect to the ANI Server, do the following:
Stop the CiscoWorks Daemon Manager
Re-type the reinitdb.pl command with -restore option.
NT/Windows2000:
cd CSCOpx/bin/
perl reinitdb.pl -restore
Restart the CiscoWorks Daemon Manager if no errors are returned from the reinitdb.pl command. The -restore option deletes the existing ANI database, not just the contents. A new ANI database is created .
Solution two:
Multi-Homed Server
A multi-home machine is one with multiple NIC cards, each configured with different IP addresses. Although Campus Manager 3.1 is supported by multi-homed machines, you must modify the gatekeeper configuration file to run it on multi-homed machines. Because of CORBA restrictions, only one IP address can be used by a client to access CiscoWorks2000 Server.
To ensure Campus Manager runs properly on multi-homed machines, follow these steps:
1. Open the gatekeeper configuration file (gatekeeper.cfg).
o Windows: Located under the $NMSROOT\CSCOpx\lib\vbroker directory. Note: $NMSROOT is the default install location for Windows.
Note: You must be Administrator/root in order to modify the above file or stop/start CW2000 processes.
2. Go to the section that begins with the following line:
#************ BEGIN MULTI-HOME PROPERTIES **********************
3. By default, the above lines are commented with #. Uncomment the property by removing the # character.
4. Enter the appropriate IP address in the following fields:
o vbroker.gatekeeper.backcompat.callback.host=<external-IP-address>
o vbroker.se.exterior.host=<external-IP-address>
o vbroker.se.iiop_tp.host=<external-IP-address>
o vbroker.se.interior.host=<external-IP-address>
For example:
vbroker.se.interior.host=192.168.x.x
5. Save the file.
6. Stop the CW2000 processes by issueing the following command from a DOS window CLI:
o Windows: net stop crmdmgtd
7. Delete the gatekeeper.ior file, located in the following directory:
o Windows: $NMSROOT\CSCOpx\
8. Start the CW2000 processes by issueing the following command from a DOS window CLI:
Windows: net start crmdmgtd