Checking Whether the Number of Login Web Users Reaches the Maximum Value

Procedure

  1. Run the display http server command in any view to check values of Current Online Users and Maximum Users Allowed.

    For example, check the number of online users.
    <HUAWEI> display http server
       HTTP Server Status         : disabled
       HTTP Server Port           : 80(80)
       HTTP Timeout Interval      : 20
       Current Online Users       : 5  //Number of online users
       Maximum Users Allowed      : 5  // Maximum number of allowed online users
       HTTP Secure-server Status  : disabled
       HTTP Secure-server Port    : 443(443)
       HTTP SSL Policy            : ssl_server

    If the number of online users reaches the maximum number of allowed online users (as shown in the preceding command output), you can log in to the switch only after another user goes offline.

Revelations | Previous | Next