![Acceso a la configuración de iLOM desde Solaris en SPARC](https://rvso.com/image/632772/Acceso%20a%20la%20configuraci%C3%B3n%20de%20iLOM%20desde%20Solaris%20en%20SPARC.png)
¿Existe alguna forma de obtener la configuración de red de iLOM en Solaris SPARC? Quiero obtener al menos la dirección IP de la consola iLOM.
Es bastante fácil en x86 ipmitool lan print
, pero para SPARC no puedo encontrar algo que haga lo mismo. Encontré algunas menciones sobre scadm
y rscadm
, pero no están disponibles para sistemas con iLOM.
Respuesta1
ilomconfig en elPaquete de gestión de hardware de Sun/Oracletiene un list network
subcomando para imprimir los ajustes de configuración de red para ILOM:ver los documentos para más detalles.
Respuesta2
ilomconfig es la solución en 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]