Querying HotStandby configuration parameters
Standard parameter manipulation commands can be used to query the values and properties of the HotStandby parameters.
The commands are:
ADMIN COMMAND '[describe] parameter[section_name[.parameter_name]]';
For example:
ADMIN COMMAND 'parameter logging.durabilitylevel';
RC TEXT
-- ----
0 Logging DurabilityLevel 3 3 2
ADMIN COMMAND 'parameter hotstandby.MaxLogSize';
RC TEXT
-- ----
0 HotStandby MaxLogSize 10000000 0 0
The result set shows the following 3 values:
▪Current value - set dynamically or inherited from the default or factory value.
▪Default value - read originally from the solid.ini file or inherited from the factory value.
▪Factory value - preset in the product.
See also