Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  1. Run the ENDTCPSVR command, to end the QHAWEBSVR instance:
    ENDTCPSVR SERVER(*HTTP) HTTPSVR(QHAWEBSVR)

  2. 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.

  3. Use the STRTCPSVR command, to start the QHAWEBSVR instance:
    STRTCPSVR SERVER(*HTTP) HTTPSVR(QHAWEBSVR)

  • No labels