Доступ к конфигурации iLOM из Solaris на SPARC

Доступ к конфигурации iLOM из Solaris на SPARC

Есть ли способ получить сетевую конфигурацию iLOM в Solaris SPARC? Я хочу получить IP-адрес консоли iLOM по крайней мере.

Это довольно просто на 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]

Связанный контент