Device Server (DS) crashes
The following conditions, events or system behaviors may be observed with this issue:
NCM 10.x
This issue occurs when the Device Server was not removed from the environment correctly. Because of this, when trying to reinstall/re-register the Device Server, a duplicate entry for the DS gets created in the InfraDB.
If you encounter this issue in your environment, do the following:
select * from cm_device_server;
service vcmaster stop
source /etc/voyence.conf
$VOYENCE_HOME/cgi-bin/cflist.cgi > cflist.out
vi cflist.out
POP 3513 "voyence_ds2" NetList= RsrcList=
(POP <ID> "<hostname>" NetList= RsrcList=)
NET 999 "Default Network" RsrcList= PopList= :
IMPORTANT! Do NOT delete the NET 999 line.
$VOYENCE_HOME/cgi-bin/cwrite.cgi < cflist.out
service vcmaster start