2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[HMC Tips] AIX, RHEL(ppc64le) から HMC で LPAR参照コードを出力する方法

2
Last updated at Posted at 2023-06-16

はじめに

HMC (Hardware Management Console) の参照コードをLPARのOS側からコードを表示させる方法を確認しました。


環境

HMC V10R2.1031

LPAR:
  AIX 7.3 TL0 SP1
  RHEL 8.6 (ppc64le)

IBM Power S1014


確認 (AIX)

/usr/lib/methods/showled というコマンドを使用します。

# /usr/lib/methods/showled 39321

10進数 の 39321 は 16 進数で 9999 になります。

HMCを確認すると、対象LPARの参照コードに "9999" がすぐに表示されました。

図1.png

確認 (RHEL)

9999 を /proc/ppc64/rtas/progress に送ります。

echo 9999 > /proc/ppc64/rtas/progress

HMCを確認すると、対象LPARの参照コードに "9999" がすぐに表示されました。
こちらは RMC 通信はないLPARでしたが、表示できています。

図2.png

以上です。

2
1
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?