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:
-
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>
-
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
-
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.
标签:web,AX4,service,array,password,EMC From: https://www.cnblogs.com/maym/p/17876546.html