0% 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.

Uploaded by

Danny Aguirre
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% 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.

Uploaded by

Danny Aguirre
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

TO CREATE SCU:

>>> Define the node on the ENM via CLI <<<


cmedit create NetworkElement=CSV00150A
networkElementId=CSV00150A,neType="SCU",platformType="ERS-
SN",ossModelIdentity="21A",timeZone="US/Pacific" -ns=OSS_NE_DEF -version=2.0.0
cmedit create NetworkElement=CSV00150A,EscConnectivityInformation=1
EscConnectivityInformationId="1",transportProtocol="SSH",ipAddress="11.218.31.183"
-ns=ESC_MED -version=1.0.0
secadm credentials create --secureusername oss --secureuserpassword "default"
--nodecliusername oss --nodecliuserpassword default -n CSV00150A

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

You might also like