User guide

B-8
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Appendix B Server Administration and Configuration
B.11 Using the CLI to Start and Stop CTM GateWay/CORBA
Tip You do not need to change this parameter if you plan to use the notification service that is
bundled with CTM GateWay/CORBA.
Enter the notification service listening port number: 0
This property is used to set the port that the notification service uses to listen for incoming requests.
The port number is set in the IOR for the notification service. The use IOR and use IOR endpoint
properties are set correctly. The default port number is zero, which signifies the port number
allocated by the operating system.
Enter the session port number: 0
This property configures the EMSSessionFactory port. If this property is set to zero, the operating
system allocates the session port number.
Enter the name service server list:
This property defines where the name servers are running. This property accepts a comma-separated
list of hostnames.
Enter the name service root IOR:
This property defines the path used to find the naming service IOR on each host defined in
ServerList. The complete path is constructed as http://item-of-ServerListRootIORLoc
Error level: Minor
This property defines the error level of messages to log.
You can configure this CTM GateWay/CORBA property by modifying a configuration file in
CTM-server-installation-directory/cfg/corbagw.properties.
corbagw.CTP.getLayeredParameters=false
By default, this property is not enabled. If the NMS requires CTP-related transmission parameters
to be included as part of an object reporting TerminationPoint_T structure, this property must be set
to true. However, the ManagedElementMgr_I.getTP interface always returns transmission
parameters as part of the TerminationPoint_T structure and is independent of this property setting.
B.11 Using the CLI to Start and Stop CTM GateWay/CORBA
CTM can manage the CTM GateWay/CORBA service from the command line:
To start a CTM GateWay/CORBA service, run the
/opt/CiscoTransportManagerServer/bin/gwcorba-start script from the command line.
To stop a CTM GateWay/CORBA service, run the
/opt/CiscoTransportManagerServer/bin/gwcorba-stop script from the command line.
Only CTM users with administrative privileges can run these scripts. If the CTM GateWay/CORBA
service is already running and you attempt to run the gw-start script, the script exits with the message
“GWCORBA already running.” If the CTM GateWay/CORBA service is stopped and you attempt to run
the gw-stop script, the script exits with the message “GWCORBA not running.
You must have a CTM username and password with a SysAdmin or SuperUser profile to start or stop the
scripts.