59.9 HTTP (Web Console) Switches

The following switches enable the HTTP Web console and control its configuration settings. The Web console enables you to monitor the GWIA through a Web browser. For more information, see Section 56.2, Using the GWIA Web Console.

59.9.1 --httpport

Specifies the port where the GWIA listens for the Web console. The default port established during installation is 9850.

Syntax: --httpport port_number

Example: --httpport 9851

59.9.2 --httpuser

By default, any user who knows the GWIA’s address and port (‑‑httpport) can use the Web console. This switch adds security to the Web console by forcing users to log into the Web console using the specified user name. The ‑‑httppassword switch must also be used to establish the user password.

Syntax: --httpuser user_name

Example: --httpuser gwia

The user_name can be any arbitrary name.

59.9.3 --httppassword

Specifies the password that must be supplied along with the user name provided by ‑‑httpuser.

Syntax: --httppassword password

Example: --httppassword monitor

59.9.4 --httprefresh

By default, the GWIA refreshes the Web console information every 60 seconds. You can use this switch to override the default refresh interval.

Syntax: --httprefresh seconds

Example: --httprefresh 120

59.9.5 --httpssl

Enables the GWIA to use a secure connection to a Web browser being used to display the GWIA Web console. The Web browser must also be enabled to use SSL; if it is not, a non-secure connection is used. See Section 55.4, Securing GWIA Connections with SSL.

Syntax: --httpssl