Define Cosminexus HTTP Server, and related programs as necessary, for the packages. For more information and points not covered here, see the HACMP for AIX manuals.
To manage Cosminexus HTTP Server in HACMP for AIX, you need to register Cosminexus HTTP Server as an application server.
Open the SMIT utility and select the Add and Application Server window to register the server name for Cosminexus HTTP Server, start script, and stop script.
#!/bin/sh
/opt/hitachi/httpsd/sbin/httpsdctl start
#!/bin/sh
/opt/hitachi/httpsd/sbin/httpsdctl stop
If you want Cosminexus HTTP Server to be monitored by HACMP for AIX, you need to store a script. Create a script that best suits your operating environment.
If you are using HACMP/ES (Enhanced Scalability feature), open the SMIT utility and select the Add Custom Application Monitor window to store the monitoring script for Cosminexus HTTP Server.
When takeover to another node occurs, normal HTTP connections and connections using SSL are all disconnected, and these are not taken over by the standby node. In this case, the clients must be reconnected.