This section explains how to specify HA monitor settings for Cosminexus HTTP Server and related programs if needed. For more information and points not covered here, see the manual HA Monitor.
To specify HA monitor settings for Cosminexus HTTP Server.
You need to create and store start and stop scripts for HA monitor to be able to start and stop Cosminexus HTTP Server.
#!/bin/sh
/opt/hitachi/httpsd/sbin/httpsdctl start
#!/bin/sh
/opt/hitachi/httpsd/sbin/httpsdctl stop
In the file servers under the directory for the HA monitor environment configuration, set up the server configuration. In this file, you can set up a start script, stop script, and monitoring commands.
An example of an environment configuration for servers is given below. For parameters and details on the settings, see the manual HA Monitor.
/* example of environment configuration for servers (example for active system) */ |
When an active system is switched to another system, normal HTTP connections and connections using SSL are all disconnected, and these are not taken over by the standby system. In this case, the clients need to be reconnected.