Доступ к конфигурации iLOM из Solaris на SPARC
Есть ли способ получить сетевую конфигурацию iLOM в Solaris SPARC? Я хочу получить IP-адрес консоли iLOM как минимум.
Это довольно легко на x86 ipmitool lan print
Но для SPARC я не могу найти то, что делает то же самое. Я нашел некоторые упоминания о scadm
а также rscadm
, но они недоступны для систем с iLOM.
1 ответ
Решение
ilomconfig в Sun/Oracle Hardware Management Pack имеет list network
Подкоманда для печати параметров конфигурации сети для ILOM - подробности см. в документации.
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]