This section covers the procedure to obtain the storage controller IP addresses.
To obtain the storage controller IP addresses, follow these steps:
- To obtain the storage controller IP addresses from the Cloud Controller:
- Navigate to the Organization Viewer topic.
- Locate the rows of storage controller data.
- Locate the IP column for the storage controller IP addresses.
- To obtain the storage controller IP addresses from the CLI:
- Sign in to the interconnect as in Access the storage controller using Support Mode.
- Enter the command:
cat /var/lib/dhcp/dhcpd.leases | grep storage -B 10 | grep lease
IP addresses you can use to sign in to the storage controllers display.
- To obtain the IP address of the storage controller’s Baseboard Management Controller (BMC), enter the command:
cat /var/lib/dhcp/dhcpd.leases | grep Athena -B 10 | grep lease
Use these IP addresses to connect to the Web interface using HTTPS.