CORBA 2.6.1 Administration Guide

Appendix B. cfgmgt Command Reference
Appendix B. cfgmgt Command Reference
bye, exit, quit
cfgmgt
dbcreate
dbname
dbremove
dumpdb
entities
entity
entityaddkeyvalue
entitydelete
entitydeletekey
entitykeys
entitykeysvalues
profile
source
The most frequently used cfgmgt commands are covered in Configuration and Management Using Command Tools. This appendix describes
additional commands that you might occasionally use.
In the following table, the commands are in alphabetical order.
Command Description
bye
Exits cfgmgt and returns to the OSS shell prompt. (Same as exit and quit.)
cfgmgt [-r]
Starts the configuration management tool. The -r option opens the database for read only.
dbcreate
Creates a database.
dbname
Returns or sets the name of the current database.
dbremove
Removes a database.
dumpdb
Dumps the current database to a text file.
entities
Lists all the entities in the current database.
entity
Either adds a new entity to the current database or, for an existing entity in the current database, does one of
the following:
Displays all of its keys and their values
Changes the values of one or more existing keys
Adds one or more new keys
entityaddkeyvalue
Adds a key and its value to an entity in the current database.
entitydelete
Deletes an entity from the current database.
entitydeletekey
Deletes a key from an entity in the current database.
entitykeys
Displays all of the keys of an entity in the current database.
entitykeysvalues
Displays the keys of an entity in the current database and their values.
exit
Exits cfgmgt and returns to the OSS shell prompt. (Same as bye and quit.)
profile
Returns or sets the name of an application as profiled in the current database.
quit
Exits cfgmgt and returns to the OSS shell prompt. (Same as bye and exit.)
source
Reads and processes a script file.