Solaris SPARC에서 iLOM의 네트워크 구성을 가져올 수 있는 방법이 있습니까? 최소한 iLOM 콘솔의 IP 주소를 얻고 싶습니다.
x86에서는 매우 쉽지만 ipmitool lan print
SPARC에서는 동일한 작업을 찾을 수 없습니다. scadm
및 에 대한 몇 가지 언급을 찾았 rscadm
지만 iLOM이 있는 시스템에서는 해당 내용을 사용할 수 없습니다.
답변1
ilomconfig의Sun/Oracle 하드웨어 관리 팩list network
ILOM에 대한 네트워크 구성 설정을 인쇄하는 하위 명령이 있습니다 .자세한 내용은 문서를 참조하세요..
답변2
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]