ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system services web node show

    Display the status of the web servers at the node level

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command displays operational configuration for the web server processes on the nodes in the cluster. This output is aggregated to produce the content for the system services web show command.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    Selects the nodes that match this parameter value. Identifies the node where the web server process is being executed.

    [-external {true|false}] - External Web Services

    Selects the nodes that match this parameter value. Defines whether remote clients can access the HTTP or HTTPS service content. Along with the system services firewall command configuration, this parameter controls the visibility for client connections. The default value for this parameter after installation is true , which exports web protocols for remote access.

    [-http-port <integer>] - HTTP Port

    Selects the nodes that match this parameter value. Defines the HTTP port for the node-level web services.

    [-https-port <integer>] - HTTPS Port

    Selects the nodes that match this parameter value. Defines the encrypted HTTP (HTTPS) port for the node-level web services.

    [-http-enabled {true|false}] - HTTP Enabled

    Selects the nodes that match this parameter value. Defines whether HTTP is enabled.

    [-per-address-limit <integer>] - Per Address Limit

    Selects the nodes that match this parameter value. Limits the number of connections that can be processed concurrently from the same remote address. If more connections are accepted, those in excess of the limit are delayed and processed after the number of connections being processed drops below the limit.

    [-status {offline|partial|mixed|online|unclustered}] - Protocol Status

    Selects the nodes that match this parameter value. Describes the operational state of node-level web services. This parameter does not reflect whether protocols are externally visible, but whether the server processes are running correctly. The following are the possible values that describe the service availability:

    • online, indicates that web services are working correctly.

    • offline, indicates that web services are unavailable due to an error condition.

    • unclustered, indicates that the current node is not part of an active cluster.

    [-total-hits <integer>] - Total HTTP Requests

    Selects the nodes that match this parameter value. Indicates the total number of requests serviced by the web server.

    [-total-bytes <integer>] - Total Bytes Served

    Selects the nodes that match this parameter value. Indicates the total number of bytes returned by the web server.

    Examples

    The following example displays the status of web servers for nodes in the cluster.

    cluster1::system services web node> show
                           HTTP    HTTP  HTTPS          Total         Total
    Node          External enabled Port  Port  Status   HTTP Requests Bytes Served
    ------------- -------- ------- ----- ----- -------- ------------- ------------
    node1         true     true    80    443   online               5         1362
    node2         true     true    80    443   online               5         1362
    2 entries were displayed.
    Top of Page