Skip to main content

Web interface access

SMM web interface can be accessed through Ethernet connection (10/100/1000 Mbit) by establishing a session with SMM.

Connecting to the SMM for the first time might require a change of the Internet protocol properties on the client computer. See Network Configuration section for more information. To log in to the SMM web interface, complete the following steps :

  1. Enable SMM network, as SMM network is disabled by default. To enable SMM network, download and install IPMItool (for Linux), IPMIUtil (for Windows), or OneCli (for Windows or Linux) to your computer, and issue one of the following commands to the Lenovo XClarity Controller. The <XCC’s IP> is the XCC’s IP address.
    • Query:

      OneCli.exe misc smmlan query --bmc USERID:PASSW0RD@192.168.70.x

      ipmitool -I lanplus -H <XCC’s IP> -U USERID -P PASSW0RD raw 0x3A 0xF1 0x00

      ipmiutil cmd -N <XCC’s IP> -U USERID -P PASSW0RD -F lan2 0 20 e8 f1 0

    • Enable:

      OneCli.exe misc smmlan enable --bmc USERID:PASSW0RD@192.168.70.x

      ipmitool -I lanplus -H <XCC’s IP> -U USERID -P PASSW0RD raw 0x3A 0xF1 0x01

      ipmiutil cmd -N <XCC’s IP> -U USERID -P PASSW0RD -F lan2 0 20 e8 f1 1

    • Disable:

      OneCli.exe misc smmlan disable --bmc USERID:PASSW0RD@192.168.70.x

      ipmitool -I lanplus -H <XCC’s IP> -U USERID -P PASSW0RD raw 0x3A 0xF1 0x02

      ipmiutil cmd -N <XCC’s IP> -U USERID -P PASSW0RD -F lan2 0 20 e8 f1 2

    Note
    The default XCC’s IP address is 192.168.70.125.
    Net Function = 0x3A
    CodeCommandRequest, Response DataDescription
    0xF1SMM network control
    Request:
    • Byte 1: Request type

      • 0x00 = Query SMM network status

      • 0x01 = Enable

      • 0x02 = Disable

    Response:
    • Byte 1 - Completion Code

    • Byte 2 - SMM network status (for Query request only)

    This setting is used to set SMM network status which value is disabled as default.

    The Lenovo XClarity Controller command supports ThinkSystem D2 Enclosure and ThinkSystem SD530 Compute Node.Product_name only.

  2. Point your browser to the SMM web interface URL that your system administrator defined during initial configuration.

    The following out-of-factory default network settings are applied when you first access the SMM:

    1. SMM attempts to use DHCP to acquire an IP address. If SMM cannot acquire IP address from the DHCP server in 2 minutes, it will use the static IP address.

    2. The default static IP is 192.168.70.100

    3. Using Hyper Text Transfer Protocol Secure (HTTPS). (For example, https://192.168.70.100)

    4. IPv4 enabled with static IP = 192.168.70.100

    5. IPv6 enabled with local link address (LLA) IP
      Note
      To calculate LLA IP, follow the following procedures:
      1. Split the MAC address of SMM (39-A7-94-07-CB-D0) into two parts and insert FF-FE in the middle. For example, 39-A7-94-FF-FE-07-CB-D0

      2. Convert the two hexadecimal digits at the left end of the string to binary. For example, 00111001-A7-94-FF-FE-07-CB-D0

      3. Invert the value for bit 1 of the first byte. For example, 00111011-A7-94-FF-FE-07-CB-D0

      4. Convert the binary digits at the left end of the string back to hexadecimal

      5. Combine the hexadecimal digit pairs into 4-digit groups. For example, 3BA7-94FF-FE07-CBD0

      6. Replace dash (-) separators with colon (:) separators. For example, 3BA7:94FF:FE07:CBD0

      7. Add FE80:: to the left of the string. For example, FE80::3BA7:94FF:FE07:CBD0

  3. Type your user ID and password assigned by a system administrator.
    • Default ID: USERID

    • Password: PASSW0RD

      Note
      The sixth character of PASSW0RD is number zero.
  4. Click Log in.

  5. Change password for the first login

    Default password complexity rules:
    • At least ten characters in length

    • Must contain at least one number (0 through 9)

    • Must contain at least two of the following three categories:

      • An uppercase letter (A through Z)

      • A lowercase letter (a through z)

      • A non-alphabetic characters such as !@#$%^*-_+=().:`|?"\

  6. Use the new password to log in

Note
To calculate LLA IP, follow the following steps:
  1. Split the MAC address of SMM (39-A7-94-07-CB-D0) into two parts and insert FF-FE in the middle. For example, 39-A7-94-FF-FE-07-CB-D0.

  2. Convert the two hexadecimal digits at the left end of the string to binary. For example, 00111001-A7-94-FF-FE-07-CB-D0.

  3. Invert the value for bit 1 of the first byte. For example, 00111011-A7-94-FF-FE-07-CB-D0.

  4. Convert the binary digits at the left end of the string back to hexadecimal.

  5. Combine the hexadecimal digit pairs into 4-digit groups. For example, 3BA7-94FF-FE07-CBD0.

  6. Replace dash (-) separators with colon (:) separators. For example, 3BA7:94FF:FE07:CBD0.

  7. Add Fe80:: to the left of the string. For example, FE80::3BA7:94FF:FE07:CBD0.