solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : HACONTROLLER
  
HACONTROLLER
Note You cannot use HotStandby (HSB) with the grid feature so you cannot use the 'global' option with this command. For information about the Grid Availability Manager, see Grid Availability Manager.
ADMIN COMMAND 'hacontroller [option]'
Abbreviation: hac
Runs commands to control a High Availability Controller (HAC). See also, commands that are available with HSB (HOTSTANDBY).
To run HAC commands, you must first connect to HAC using the port that is defined with the HAController.Listen parameter in the solidhac.ini file, see HAController section. You can use solsql or the ODBC interface to connect to HAC.
You can also use the ADMIN COMMAND 'trace' command to trace of HAC operations, see TRACE.
option is one of the following values:
restartdb: (abbreviation rsd) If the solidDB server process has been terminated using the hac shutdowndb command, this command instructs the HAC to restart the solidDB server process.
resume: (abbreviation: rs) Resumes the HAC operations when HAC is in suspended mode (set with hac suspend). The solidhac.ini is not reread, that is, any changes to solidhac.ini are not effective.
setadministrative: (abbreviation: sad) Sets HAC to ADMINISTRATIVE mode.
setautomatic: (abbreviation: sam) Sets HAC to AUTOMATIC mode.
shutdown: (abbreviation: sd) Terminates the HAC process.
shutdowndb: (abbreviation: sdd) Instructs the HAC to shutdown the solidDB server process. When the server process is terminated using this command, HAC does not try to restart the server process. To restart the server process, use the hac restartdb command.
suspend: (abbreviation: sp) Shuts down all HAC operations (threads), expect for the thread that HAC uses to listen for ADMIN COMMANDs. When HAC has been suspended, the operations can be resumed with ADMIN COMMAND hac resume.
Go up to
solidDB ADMIN COMMAND syntax