SNMP 및 IPMI에 대한 Oracle® ILOM 프로토콜 관리 참조 펌웨어 릴리스 3.2.x

인쇄 보기 종료

업데이트 날짜: 2015년 6월
 
 

호스트 전원 켜기, 전원 끄기 및 종료 기능 관리

  1. 관리 대상 장치에서 호스트의 전원을 켜려면 다음과 같이 입력합니다.

    chassis power on

    예를 들면 다음과 같습니다.

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power on

  2. 관리 대상 장치에서 호스트의 전원을 끄려면 다음과 같이 입력합니다.

    chassis power off

    예를 들면 다음과 같습니다.

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power off

  3. 관리 대상 장치에서 호스트의 전원을 순환시키려면 다음과 같이 입력합니다.

    chassis power cycle

    예를 들면 다음과 같습니다.

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power cycle

  4. 관리 대상 장치에서 호스트를 정상적으로 종료하려면 다음과 같이 입력합니다.

    chassis power soft

    예를 들면 다음과 같습니다.

    $ ipmitool -H SP_hostname_or_IPaddress -v -I lanplus -U username -P password chassis power soft