본문 바로가기

OS/Solaris

[Solaris]ILOM 명령어

반응형

sun ILOM (Integrated Lights Out Manager)

 

시리얼 케이블 연결 또는 할당된 관리 IP로 접속

 

ILOM 기본 계정(default password)

root / changeme 

 

ILOM IP 확인

-> show /SP/network

-> show /SP/network 
  /SP/network 
     Targets: 
     Properties: 
         commitpending = (Cannot show property) 
         dhcp_server_ip = xx.x.xx.x 
         ipaddress = xx.x.xx.x 
         ipdiscovery = dhcp 
         ipgateway = xx.x.xx.x 
         ipnetmask = 255.255.252.0 
         macaddress = 00:14:4F:3F:8C:AF 
         pendingipaddress = xx.x.xx.x 
         pendingipdiscovery = static 
         pendingipgateway = xx.x.xx.x 
         pendingipnetmask = 255.255.255.0 
         state = enabled 
     Commands: 
         cd 
         set 
         show 

 

ILOM IP 설정

-> cd /SP/network
-> set pendingipaddress=192.168.11.123
-> set pendingipnetmask=255.255.255.0
-> set pendingipgateway=192.168.11.1
-> set pendingipdicovery=static
-> set pendingipending=true (변경사항 저장)

 

로그 확인

show /SP/logs/event/list

-> show /SP/logs/event/list

Event
ID     Date/Time                 Class     Type      Severity
-----  ------------------------  --------  --------  --------
219    Wed Jan 10 18:22:56 2024  Fault     Fault     critical
       Fault detected at time = Wed Jan 10 18:22:56 2024. 
       The suspect component: /SYS/MB/CMP0/MCU0/CH1/D0 has fault.memory.dram 
       with probability=100. Refer to http://support.oracle.com/msg/SPSUN4V-8000-LP
       for details.

 

 

장애 로그 확인

-> start /SP/faultmgmt/shell
Are you sure you want to start /SP/faultmgmt/shell (y/n)? y

faultmgmtsp> fmadm faulty
------------------- ------------------------------------ -------------- --------
Time                UUID                                 msgid          Severity
------------------- ------------------------------------ -------------- --------
2024-01-10/18:22:56 cbcd836e-2db6-4127-e184-aad98ce8661c SPSUN4V-8000-LP Major



faultmgmtsp> exit

 

 

시스템 상태 확인 

show /SYS

 

메모리 확인 

cd /SYSTEM

ls

-> cd /SYSTEM/Memory
-> ls

Properties:
    health = Service Required
    health_details = CMP0/MCU0/CH1/D0 (CMP 0 MCU 0 Memory Channel 1 DIMM 0) is faulty. Type 'show /System/Open_Problems' for details.
    installed_memory = 256 GB
    installed_dimms = 8
    max_dimms = 16
    actual_power_consumption = 4 watts

 

 

시스템 시작

start /SYS

 

콘솔 접속

start /SP/console

 

콘솔 나가기

#. 

 

 

반응형

'OS > Solaris' 카테고리의 다른 글