High Availability Controller (HAC) is deployed on each of the HotStandby (HSB) server nodes. The HAC is configured by using the solidhac.ini configuration file. High Availability Manager (HAM) is configured by using the HAManager.ini configuration file.
HA Controller
The HAC configuration file solidhac.ini must be located in the HAC working directory.
A normal admin user like the SYS_ADMIN can view data and alter user info (for example, see the contents of the tables and run admin SQL instructions such as to alter a user) as well as to perform admin commands.
HAC needs no access to data, and simply needs to maintain solidDB availability. It is recommended that you create a separate non-admin user without data access using the SYS_ADMIN_COMMAND_ROLE, see Authorization, privileges, and roles.
For example:
CREATE USER HACUSER IDENTIFIED BY HACUSER; GRANT SYS_ADMIN_COMMAND_ROLE TO HACUSER;