Requesting a DBM Server Parameter
Use
You request the value of the
DBM Server parameter identified as <parameter_name>. You can specify that the value is stored unencrypted in the DBM Server with the option -raw.If the system outputs a sequence of letters and digits instead of a value, the value is encrypted.
Note that parameter names are case sensitive when working with the Database Manager CLI.
Prerequisites
You have the DBM operator authorization
InstallMgm.Syntax
dbm_configget [-raw] <parameter_name>
Request the encrypted value
TEST with the -raw option.dbmcli -d DB -u dbm,dbm dbm_configget -raw
OK
c92ee241db0bf5632bc029bcf98f186b440bb548c0f056eb
Reply
OK<NL>
<value><NL>
<value> represents the value of the requested parameter.
In the event of errors, see
Reply Format.