EMC AX4-5 array's 重启web服务

发布时间 2023-12-05 09:50:15作者: maym

If the EMC AX4-5 array's web interface isn't accessible and you need to restart the service using NavisphereCLI, you can attempt the following steps:

  1. Connect to the array via NavisphereCLI: Use a terminal or command prompt to connect to the array. The command might look something like this:

     
    naviseccli -h <array_IP_address> -user <username> -password <password>
  2. Check the status of the web server service: Use the following command to check the status of the web server service:

     
    naviseccli -h <array_IP_address> -user <username> -password <password> getcontrol -cbt
  3. Restart the web server service: If the service is down or not responding, you can attempt to restart it using:

     
    naviseccli -h <array_IP_address> -user <username> -password <password> control -cbt on

    This command should attempt to restart the web server service.

Make sure to replace <array_IP_address>, <username>, and <password> with the actual IP address of your EMC AX4-5 array, your username, and your password respectively.