さて、以下の手順はあなたが望むことをするはずです:
Issue the following command to view the current settings for the machine
type and model:
asu show SYSTEM_PROD_DATA.SysInfoProdName
Issue the appropriate ASU command to set the machine type and model:
asu set SYSTEM_PROD_DATA.SysInfoProdName 7870-mmm
7870
はHS 22のマシンタイプでmmm
、モデルはどこですか?D2G
Issue the following command to verify that you set the machine type
and model number correctly:
asu show SYSTEM_PROD_DATA.SysInfoProdName
Issue the following command to view the current setting of the serial number:
asu show SYSTEM_PROD_DATA.SysInfoSerialNum
Issue the following ASU command on the SONAS node to set the serial number:
asu set SYSTEM_PROD_DATA.SysInfoSerialNum xxxxx
The variable xxxxx in the command stands for the serial number.
Issue the following command to verify that you set the serial number correctly:
asu show SYSTEM_PROD_DATA.SysInfoSerialNum
確認する機会がなかったのでYMMV。
ただし、これは機能する必要があります。これは、ASUを使用してHS22でVPDを更新するための公式ガイドです(HTMLエスケープがおかしくなっています)。それが機能しない場合は、サポート付きのチケットを開きます。
編集:修正と詳細
上記の手順は、「外部ホストからAdvanced Settingsユーティリティを使用してHS22 IMMと通信する方法を教えてください」という質問に直接答えます。特にVPDの設定例。また、ブレード自体からIMMと通信する必要がないという基準も満たしています(ネットワーク経由でIMMにアクセスできます)。
また、間接的ではありますが、最終的な質問に答えます。「IMMに送信する必要があるIPMIコマンドは何ですか。MTMとシリアルを設定するときに送信されるIPMIコマンドは何ですか?」
これらの手順を試して確認し、いずれかが正しく機能することを確認すると、ネットワークトラフィックをダンプして、何が送信されているかを確認できます。これはユーザーフレンドリーなアプローチではありませんが、やりたいことがあればうまくいきます。