CORBA 2.3.3 Administration Guide (NonStop CORBA 2.3.7+)
subsections. For a complete list of the available commands, see Appendix B.
Configuration Management Tool (cfgmgt)
Starting cfgmgt●
Displaying All Entities●
Displaying a Particular Entity●
Changing an Entity●
Adding an Entity●
Deleting an Entity●
Exiting cfgmgt●
Starting cfgmgt
Start cfgmgt from the OSS command prompt by using this command:
cfgmgt [-r]
cfgmgt is command-based. The command prompt identifies the current configuration database. The -r option
opens the database for read only. If you have difficulty starting cfgmgt, verify that your environment variable
settings are correct. In particular:
The environment variable PATH must be set to refer to the bin directory of your product installation.●
The environment variable NSDOM_CFG_DBM must be set to refer to the configuration database you wish to
manipulate.
●
Displaying All Entities
To display all the entities in the configuration database, use this command:
entities
Each entity has a name of the form profile@attribute, where profile and attribute are any strings.
When you have the list of available entities, you can use other commands to manipulate them.
Displaying a Particular Entity
To display the entity whose name is entity-name, use this command:
entity entity-name
This command displays the entity's keys and their values. For example, the command
entity NS@ORB
could result in the output:
use_comm_server true
tcp_server true
fs_server true