The document provides instructions to create and delete a SCU (Service Communication Unit) node on an Element Management System (EMS) via the command line interface (CLI). It describes defining the node with attributes, enabling connectivity and alarm supervision, and getting status. To delete the node, it lists disabling performance monitoring and supervision, deleting data, and forcibly removing the node definition.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
118 views
SCU CLI Add Delete Script
The document provides instructions to create and delete a SCU (Service Communication Unit) node on an Element Management System (EMS) via the command line interface (CLI). It describes defining the node with attributes, enabling connectivity and alarm supervision, and getting status. To delete the node, it lists disabling performance monitoring and supervision, deleting data, and forcibly removing the node definition.
cmedit set NetworkElement=CSV00150A,CmNodeHeartbeatSupervision=1 active=false
cmedit set NetworkElement=CSV00150A,InventorySupervision=1 active=false cmedit set NetworkElement=CSV00150A,PmFunction=1 pmEnabled=true fmedit set NetworkElement=CSV00150A,FmAlarmSupervision=1 alarmSupervisionState=true cmedit set NetworkElement=CSV00150A,EscConnectivityInformation=1 snmpWriteCommunity="public"
cmedit get NetworkElement=CSV00150A
cmedit get NetworkElement=CSV00150A,EscConnectivityInformation=1 secadm credentials get -pt show -n CSV00150A
TO DELETE SCU:
cmedit set NetworkElement=CSV00150A,PmFunction=1 pmEnabled=false
cmedit get CSV00150A PmFunction.pmEnabled cmedit get CSV00150A CmFunction.syncStatus cmedit set NetworkElement=CSV00150A,InventorySupervision=1 active=false cmedit set NetworkElement=CSV00150A,CmNodeHeartbeatSupervision=1 active=false cmedit get CSV00150A InventorySupervision.active alarm disable CSV00150A alarm status CSV00150A cmedit action NetworkElement=CSV00150A,CmFunction=1 deleteNrmDataFromEnm cmedit get NetworkElement=CSV00150A CmFunction.syncStatus cmedit delete NetworkElement=CSV00150A -ALL --force