![SPARC 上の Solaris から iLOM 構成にアクセスする](https://rvso.com/image/632772/SPARC%20%E4%B8%8A%E3%81%AE%20Solaris%20%E3%81%8B%E3%82%89%20iLOM%20%E6%A7%8B%E6%88%90%E3%81%AB%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E3%81%99%E3%82%8B.png)
Solaris SPARC で iLOM のネットワーク構成を取得する方法はありますか? 少なくとも iLOM コンソールの IP アドレスを取得したいです。
x86 では によってかなり簡単ですipmitool lan print
が、SPARC では同じことを行うものが見つかりません。scadm
とについての言及はいくつか見つかりましたrscadm
が、それらは iLOM を備えたシステムでは使用できません。
答え1
ilomconfigのSun/Oracle ハードウェア管理パックlist network
ILOMのネットワーク構成設定を印刷するサブコマンドがあります-詳細についてはドキュメントを参照してください。
答え2
ilomconfigはSparcシステムでの解決策です
root@dos:~# ilomconfig network
Usage: ilomconfig <subcommand> <type> [options]
Enter 'ilomconfig <subcommand> --help' for help on a specific subcommand.
Available subcommands:
list : Show ILOM settings, users, SNMP communities, and system summary
create : Create users and SNMP communities
delete : Delete users and SNMP communities
modify : Modify ILOM settings
import : Restore ILOM settings from an XML file
export : Backup ILOM settings to an XML file
reset : Reset ILOM to factory defaults
enable : Enable Host-to-ILOM interconnect
disable : Disable Host-to-ILOM interconnect
General Options:
-h, --help : help
-H, --remote-hostname : hostname or IP address of the remote SP.
-U --remote-username : username to login remote SP.
-V, --version : Show the version of the command.
-q, --quiet : Suppress informational message output and only return error codes.
-y, --yes : Execute command without prompting for confirmation.
Usage: ilomconfig <subcommand> <type> [options]