UCM Registration Commands
Security Domain Registration Commands for VxWorks Elements
The following tables show the full list of commands that can be used to register, unregister and check registration status for VxWorks-based servers and devices. Commands may be abbreviated, eg, stat u s is equivalent to: Stat UCMSecurity System. Login with admin2 privilege.
- Register VxWorks-based servers and devices via the ELAN
- Register Linux-based servers via the TLAN
If an MGC, VGMC or MC fails to join the security domain via commands issued from the Call Server, use the OAM-shell (<Ctrl>OAM) CLI command joinSecDomain from the device itself. A terminal session (TTY, telnet, or ssh) connection is needed for this.
The registration process can be viewed in the UCM server.log file: /var/opt/nortel/Jboss-Quantum/log/server.log
This log file can be displayed with a command such as: cat <filename>
A VxWorks Element stores the UCM SSH key in /e/keys/xxx.xxx.xxx.xxx.properties
OAM/PDT CLI
- Serial (9600,8,N,1) TTY or TELNET into the Element. Ctrl-O-A-M / Ctrl-L-D-B / Ctrl-P-D-T for login prompt.
- Login with the UCM Secure Domain username/password, or a local login with level 2 privilege (eg, admin2/0000).
OAM Command | Description |
---|---|
joinSecDomain | Establish mutual trust with the primary security server. |
leaveSecDomain | Remove the mutual trust information for the element. |
statSecDomain | Display the primary security server IP address and fingerprint. |
LD 117
- Serial (9600,8,N,1) TTY or SSH into the Call Server, or via the UCM with CSLOGIN (type ~. to close shell)
- Login with the UCM Secure Domain username/password, or a local login with level 2 privilege (eg, admin2/0000)
- These commands are a typing test, so you'll want to use the abbreviated form
Command | abbrv. form | Description |
---|---|---|
Register UCMSecurity CS | reg u cs | Establish mutual trust with the primary security server for the Call Server. If the Call Server is already registered, it re-registers. |
Register UCMSecurity Device <ip> | reg u dev <ip> | Establish mutual trust with the primary security server for the element specified by <ip>, where <ip> is a MGC, VGMC, etc registered to a Call Server belonging to the security domain. |
Register UCMSecurity System [Force] | reg u s [force] | Register all elements associated with this Call Server, such as MGCs, to the security domain after prompting for user approval. Use FORCE to request all elements to register, or re-register if already registered. |
Unregister UCMSecurity CS | unreg u cs | Remove the mutual trust information for the Call Server. |
Unregister UCMSecurity Device <ip> | unreg u dev <ip> | Remove the mutual trust information for the element specified by <ip>. |
Unregister UCMSecurity System | unreg u s | Remove the mutual trust information for the Call Server and all of its associated elements, such as MGC's, VGMC's, etc. |
Stat UCMSecurity Info | stat u i | Display the primary security server (TLAN) IP address and fingerprint. |
Stat UCMSecurity System [Refresh] | stat u s [refresh] | Display all known elements and registration status associated with this Call Server. Use REFRESH to refresh the list. |