Existe alguma maneira de obter a configuração de rede do iLOM no Solaris SPARC? Quero obter pelo menos o endereço IP do console iLOM.
É muito fácil no x86 ipmitool lan print
, mas para o SPARC não consigo encontrar algo que faça o mesmo. Encontrei algumas menções sobre scadm
e rscadm
, mas elas não estão disponíveis para sistemas com iLOM.
Responder1
ilomconfig noPacote de gerenciamento de hardware Sun/Oracletem um list network
subcomando para imprimir definições de configuração de rede para o ILOM -veja os documentos para detalhes.
Responder2
ilomconfig é a solução em sistemas 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]