Cisco Cisco Prime Central 1.2 Leaflet

Page of 3
upgrade:
Fatal: F-IVM-005-001: OpenServer - Fatal Error: Could not find server name 'NCO_GATE' in
interfaces file
NoteG_JDBC.log file is stored at installation-
directory/faultmgmt/omnibus/log 
directory.
Solution
Step 1. Check omni.date file for NCO_GATE entries:
[NCO_GATE]
{
 Primary: <server_hostname> 4300
}
Noteomni.dat file is stored at installation-directory/faultmgmt/etc directory.
 Step 2. If you find other NCO entries like these, and if NCO_GATE entries are not added or
added incorrectly then follow Step 3.:
[NCO_GATE_REF]
{
 Primary: <server_hostname> 4310
}
[NCO_GATE_TEST]
{
 Primary: <server_hostname> 4320
}
[NCO_GATE_PROD]
{
 Primary: <server_hostname> 4330
}
Step 3. Add NCO_GATE entries in omni.dat file:
[NCO_GATE]
{
 Primary: <server_hostname> 4300
}
Note: You have to add an entry for NCO_GATE with a free open port.
Step 4. Regenerate interfaces file /etc/interfaces.linux2x86:
su - primeusr
cd $NCHOME/bin/
./nco_igen -arch linux2x86
 Step  5. Restart JDBC_Gateway:
cd $NCHOME/omnibus/bin
./nco_pa_stop -server NCO_PA -user primeusr -password <primeusrpwd> -process JDBC_Gateway
./nco_pa_start -server NCO_PA -user primeusr -password <primeusrpwd> -process JDBC_Gateway