Starting the PowerHA Web Interface
The PowerHA web interface can be started by starting the QHAWEBSVR instance with the following command: STRTCPSVR SERVER(*HTTP) HTTPSVR(QHAWEBSVR)
Ending the PowerHA Web Interface
To end the PowerHA web interface, use ENDTCPSVR SERVER(*HTTP) HTTPSVR(QHAWEBSVR)
.
If the PowerHA web interface is configured to start with the *HTTP server, the web interface will start when TCP is started or with STRTCPSVR SERVER(*AUTOSTART)
.
Restarting the PowerHA Web Interface
Restart the PowerHA webserver for the new changes to take effect.
Run the ENDTCPSVR command, to end the QHAWEBSVR instance:
ENDTCPSVR SERVER(*HTTP) HTTPSVR(QHAWEBSVR)
Wait for all of the QHAWEBSVR jobs to end. This can be checked by using the
WRKACTJOB JOB(QHAWEBSVR)
command, which should show No active jobs to display.Use the STRTCPSVR command, to start the QHAWEBSVR instance:
STRTCPSVR SERVER(*HTTP) HTTPSVR(QHAWEBSVR)