Specifications
Restoring Access to the Administrative Interface
Equalizer Installation and Administration Guide 191
Restoring Access to the Administrative Interface
If all access to the Administrative Interface is disabled, do the following to enable access again:
1. Log into Equalizer using the serial line or SSH as root.
2. Enter the following command exactly as shown:
parse_config -a -H 1 -i /var/eq/eq.conf -E -I -F -p -s
• -a: tells the program to affect the server, rather than just checking the config.
•
-H 1: restart Apache after '1' seconds (0 does NOT work)
•
-i /var/eq/eq.conf: location of the eq.conf file to parse
•
-E, -I, -F: start on External IP, Internal IP, Failover IP; respectively
•
-p, -s: enable HTTP protocol, HTTPS protocol; respectively
3. Running the above command does not update the eq.conf file. To restore access in the current
configuration, log into the Administrative Interface, change the global parameter
gui access
flags
, and commit your changes (see “Modifying System Parameters” on page 43).