High Availability Guide : Administering and configuring HotStandby : Basics of HotStandby administration : Modifying HotStandby configuration parameters
  
Modifying HotStandby configuration parameters
Normally, you change the value of a parameter by changing the value in the solid.ini configuration file and then restarting the server. However, most of the HotStandby parameters can also be changed with an ADMIN COMMAND.
About this task
The syntax for modifying parameters is:
ADMIN COMMAND 'parameter section_name.parameter_name=value [temporary]';
Unless the temporary option is used, all the changes made to the parameters will be saved in the solid.ini file at the next checkpoint. The saving can be expedited also with the command:
ADMIN COMMAND 'save parameters [file_name]';
By default, the command rewrites the default solid.ini file. By using the file_name option, the output can be directed to a different location.
See also
Basics of HotStandby administration