Communicating via Command Mode with IBM HS22 IMM via AMM

7,839

As of ASU (Advanced Settings Utility) version 82k/9.50, out-of-band communication to blade IMMs is supported.

Here is an excerpt from pages 83-84 of the ASU user manual (http://download.boulder.ibm.com/ibmdl/pub/systems/support/system_x_pdf/ibm_util_asu_asu82k_anyos_noarch.pdf):


OOB Configuration for blades on AMM

ASU supports the configuration of blade settings through the out-of-band (OOB) mode. This section describes how to use it to configure blades on AMM.

The OOB configuration is designed to configure settings of blades on AMM. Before you use this function, ensure that the following requirements are met:

  • The remote blades on AMM are connected to your network environment.
  • The blade is an IMM-based server.
  • Add the --slot argument to force ASU to connect with the remote AMM. If not, ASU will try to establish a connection with the provided IP address in an IMM out-of-band mode by default. And the --slot argument also can identify the blade's IMM node bay.
  • Add the --host, --user and --password connectivity options because it is on out-of-band mode.

    --host provides the IP address of the remote AMM where the blade is.

    --user and --password authenticate to the AMM.

Command Examples:

To show a remote blade UEFI setting: asu show uefi --host x.x.x.x --user xxx --password xxx --slot x

To set a remote blade setting: asu set SETTING_NAME xxx --host x.x.x.x --user xxx --password --slot x --port 6090

In the examples, --host x.x.x.x is the IP address of the remote AMM, --user xxx and --password xxx are used to authenticate the connection, --slot x refers to the IMM node bay of the blade, and --port provides the port number for AMM chassis interface; the default is 6090.

The commands supported by OOB configuration for blades on AMM are listed below.

Command           Description

show              Display IMM server setting
set               Update IMM server setting
showdefault       Display IMM default server setting
showvalues        Display IMM values server setting
showgroups        Display IMM setting for server groups
batch             Execute several ASU commands simultaneously
createuuid        Generate a UUID value and set it
comparedefault    Compare the default value with the current value
delete            Delete an instance of a setting
help              Show description for selected settings
loaddefault       Load the default value
replicate         Replicate settings saved in a settings file
restore           Restore settings saved in a settings file
save              Save all or some settings to a settings file
setenc            Apply an encrypted value to a setting
Share:
7,839

Related videos on Youtube

Steve Townsend
Author by

Steve Townsend

Systems Administrator, Consultant, Programmer, Linux geek, Computer geek, Networking geek. I work for Net Direct, Canada's leading Linux solutions provider and largest Canadian IBM System x VAR. LinkedIn Profile Achievements Unlocked

Updated on September 17, 2022

Comments

  • Steve Townsend
    Steve Townsend almost 2 years

    On previous model blades that contained a BMC, I was able to communicate from our external management station via pass-through commands to the BMC to do things such as power blades on/off, set VPD parameters, reboot the BMC, etc.

    Now on the HS22, a bunch of things happen differently. For example, we can no longer use the same pass-through commands to write VPD information pages and have them persist across reboots of the IMM - it looks as though those VPD pages are populated from information contained in the IMM.

    How do we use the Advanced Settings Utility from an external host to communicate with HS22 IMMs? Alternatively, what TCP Command Mode commands do we need to send to the AMM to communicate with the IMM?

    For our purposes, we specifically cannot communicate with the IMM from the blade itself.

    Specific example: When I send a pass-thru IPMI command via the AMM to the blade BMC to write information (such as MTM, Serial) into VPD page 0x10, it persists on blades with a BMC (HS21 for example). I can send the same IPMI command to write data to the VPD page on the HS22, however it does not persist across reboots of the IMM.

    What IPMI commands do I need to send to the IMM? What IPMI commands are asu sending when it sets the MTM & Serial?

    • MrGigu
      MrGigu almost 15 years
      This has to be about the most technical question I've ever seen asked here. Perhaps it's something for an IBM technician to answer?
    • Steve Townsend
      Steve Townsend almost 15 years
      Heh, I've tried going that route to no avail. Figured I may as well take a stab at it here :)
  • Steve Townsend
    Steve Townsend over 12 years
    You can't actually communicate with the IMM of a blade over the network from outside the chassis.