Zero Downtime Backup of MaxDB database with HP Data Protector
Other useful dmbcli commands
To list all MaxDB parameters, use param_directgetall. If you already know the parameter and
want to query its value, use the command with the following syntax:
param_directgel <keyname>
Example:
The following queries the MaxDB instance’s log segment size:
dbmcli on MAXDB>param_directget LOG_SEGMENT_SIZE
OK
LOG_SEGMENT_SIZE 12
To list all MaxDB volumes use the param_getvolsall command.
Example:
dbmcli on MAXDB>param_getvolsall
OK
LOG_MIRRORED NO
MAXLOGVOLUMES 2
MAXDATAVOLUMES
LOG_VOLUME_NAME_001 R:\MAXDB\DISKL001
64
3200 F
DATA_VOLUME_NAME_0001 19200 F F:\MAXDB\DISKD0001
29