High Availability Guide : HotStandby and HAC ADMIN COMMANDs : High Availability Controller commands (ADMIN COMMAND)
  
High Availability Controller commands (ADMIN COMMAND)
To issue the HAC commands, you must first connect to HAC using the port defined with the HAController.Listen parameter in the solidhac.ini. You can use, for example, solsql or the ODBC interface to connect to HAC.
Command
Explanation
hac restartdb
Abbreviation: hac 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.
hac resume
Abbreviation: hac rs
This command 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.
hac setadministrative
Abbreviation: hac sad
This command sets HAC to ADMINISTRATIVE mode.
hac setautomatic
Abbreviation: hac sam
This command sets HAC to AUTOMATIC mode.
hac shutdown
Abbreviation: hac sd
This command terminates the HAC process.
hac shutdowndb
Abbreviation: hac sdd
This command 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.
hac suspend
Abbreviation: hac sp
This command 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.
trace { on | off } hac
Abbreviation: tra { on | off } hac
This command controls tracing of HAC operations. The trace information is output to hactrace.out in the HAC working directory.
In general, solidDB® support teams use HAC traces facility for troubleshooting. You can also generate the trace to gain information about a problem that you are investigating, but its use is rather limited without knowledge of the solidDB® source code.
Using the HAC trace facility has minimal impact on performance.
See also
HotStandby and HAC ADMIN COMMANDs