CORBA 2.3.3 Administration Guide (NonStop CORBA 2.3.7+)
Environment
variable
$env(variable) substitutes the value of the environment variable for the expression.
For example, this code associates the value of the environment variable NSD_ROOT with
the key product_dir_oss in the entity default@ORB:
entityaddkeyvalue default@ORB product_dir_oss $env(NSD_ROOT)
Note that $env(variable) is not allowed inside the braces of the entity command.
Instead you must use another command such as entityaddkeyvalue.
Catch
To ignore errors in command execution, use catch {command}, where command is
any cfgmgt command.
For example, to delete the entity default@ORB if it exists but ignore the error if it does
not exist, use a command such as:
catch { entitydelete default@ORB }
Prev Up Next
Appendix A. Configuration Database
Entities
Home
Appendix C. /bin Directory Files