從 SPARC 上的 Solaris 存取 iLOM 配置

從 SPARC 上的 Solaris 存取 iLOM 配置

有沒有辦法在 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]

相關內容