Zugriff auf die iLOM-Konfiguration von Solaris auf SPARC

Zugriff auf die iLOM-Konfiguration von Solaris auf SPARC

Gibt es eine Möglichkeit, die Netzwerkkonfiguration von iLOM in Solaris SPARC abzurufen? Ich möchte zumindest die IP-Adresse der iLOM-Konsole erhalten.

Auf x86 ist es ziemlich einfach ipmitool lan print, aber für SPARC kann ich nichts finden, das dasselbe kann. Ich habe einige Erwähnungen zu scadmund gefunden rscadm, aber diese sind für Systeme mit iLOM nicht verfügbar.

Antwort1

ilomconfig imSun/Oracle Hardware-Management-Paketverfügt über einen list networkUnterbefehl zum Drucken der Netzwerkkonfigurationseinstellungen für ILOM -Weitere Einzelheiten finden Sie in der Dokumentation..

Antwort2

ilomconfig ist die Lösung auf Sparc-Systemen

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]

verwandte Informationen