![Zugriff auf die iLOM-Konfiguration von Solaris auf SPARC](https://rvso.com/image/632772/Zugriff%20auf%20die%20iLOM-Konfiguration%20von%20Solaris%20auf%20SPARC.png)
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 scadm
und gefunden rscadm
, aber diese sind für Systeme mit iLOM nicht verfügbar.
Antwort1
ilomconfig imSun/Oracle Hardware-Management-Paketverfügt über einen list network
Unterbefehl 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]