Configuring the Gaia Portal Web Server

Important:

  • On Scalable Platforms (ElasticXL, Maestro, and Chassis), you must connect to the Gaia Portal of the applicable Security Group.

  • On Scalable Platforms (ElasticXL, Maestro, and Chassis), you must run the applicable commands in Gaia gClish of the applicable Security Group.

Background

You can configure the web server responsible for the Gaia Portal.

Syntax

  • To show the Gaia Portal web server configuration:

    show web
          daemon-enable
          session-timeout
          ssl-port
          ssl3-enabled
          table-refresh-rate
  • To configure the Gaia Portal web server:

    set web
          daemon-enable {on | off}
          session-timeout <Timeout>
          ssl-port <Port>
          ssl3-enabled {on | off}
          table-refresh-rate <Rate>

Important - After you add, configure, or delete features, run the "save config" command to save the settings permanently. Scalable Platforms save the changes automatically.

Parameters

Parameter

Description

daemon-enable {on | off}

Enables or disables the Gaia Portal web daemon.

  • Range: on, or off

  • Default: on

session-timeout <Timeout>

Configures the time (in minutes), after which the HTTPS session to the Gaia Portal terminates.

  • Range: 1 - 720

  • Default: 15

ssl-port <Port>

Configures the TCP port number, on which the Gaia Portal can be accessed over HTTPS.

  • Range: 1 - 65535

  • Default: 443

Use this command for initial configuration only.

Changing the port number on the command line may cause inconsistency with the setting defined in SmartConsole. Use SmartConsole to set the SSL port for the Portal.

Note - This setting does not affect HTTP connections. Normally this port should be left at the default 443. If you change the port number, you must change the URL used to access the Gaia Portal

from https://<Hostname or IP Address>/

to https://<Hostname or IP Address>:<PORTNUMBER>

ssl3-enabled {on | off}

Enables or disables the HTTPS SSLv3 connection to Gaia Portal.

  • Range: on, or off

  • Default: off

table-refresh-rate <Rate>

Configures the refresh rate (in seconds), at which some tables in the Gaia Portal are refreshed.

  • Range: 10 - 240

  • Default: 10