Skip to main content

Obtain storage controller IP addresses

This section covers the procedure to obtain the storage controller IP addresses.

To obtain the storage controller IP addresses, follow these steps:

  1. To obtain the storage controller IP addresses from the Cloud Controller:
    1. Navigate to the Organization Viewer topic.
    2. Locate the rows of storage controller data.
    3. Locate the IP column for the storage controller IP addresses.
  2. To obtain the storage controller IP addresses from the CLI:
    1. Sign in to the interconnect as in Access the storage controller using Support Mode.
    2. 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.
  3. 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.