Go to main content

SPARC T8-4 서버 설치 설명서

인쇄 보기 종료

업데이트 날짜: 2017년 9월
 
 

OS를 새로 설치하기 위한 상태로 설정(Oracle ILOM CLI)

사전 설치된 OS를 사용하지 않으려는 경우 서버가 사전 설치된 OS에서 부트되지 않도록 다음 절차를 수행하십시오. 이 대체 절차는 사전 설치된 OS 구성의 단계 5를 읽은 후 수행할 수 있습니다.

  1. 설치 방법에 따라 적합한 부트 매체를 준비합니다.

    OS 설치 방법은 여러 가지입니다. 예를 들어 외부 매체 또는 네트워크의 다른 서버에서 OS를 부트하고 설치할 수 있습니다.

    방법에 대한 자세한 내용은 Oracle Solaris 11 시스템 설치, 설치 옵션 비교를 참조하십시오.

    http://www.oracle.com/goto/solaris11/docs

  2. Oracle ILOM에서 OpenBoot auto-boot? 매개변수를 false로 설정합니다.
    -> set /HOST/bootmode script="setenv auto-boot? false"

    이 설정은 서버가 사전 설치된 OS에서 부트되지 않도록 합니다. bootmode를 사용할 경우 변경사항이 한 번 부트할 때만 적용되고, 호스트 전원 켜기를 재설정하지 않으면 10분 후에 만료됩니다.

  3. OS 설치를 시작할 준비가 되었으면 호스트를 재설정합니다.
    -> reset /System
    Are you sure you want to reset /System (y/n)? y
    Performing reset on /System
  4. 서버 호스트로 통신을 전환합니다.
    -> start /HOST/console
    Are you sure you want to start /HOST/console (y/n)? y
    Serial console started. To stop, type #.

    서버에서 POST를 완료하려면 몇 분 정도 걸릴 수 있습니다. 그런 다음 OpenBoot 프롬프트(ok)가 표시됩니다.

  5. 설치 방법에 적합한 부트 매체를 통해 부트합니다.

    자세한 내용은 Oracle Solaris 11 시스템 설치, 설치 옵션 비교를 참조하십시오.

    http://www.oracle.com/goto/solaris11/docs

    유효한 부트 명령 목록을 확인하려면 다음과 같이 입력합니다.

    ok help boot
    boot <specifier>  ( -- )    boot kernel ( default ) or other file
      Examples:
        boot                    - boot kernel from default device.
                                   Factory default is to boot
                                   from DISK if present, otherwise from NET.
        boot net                - boot kernel from network
        boot cdrom              - boot kernel from CD-ROM
        boot disk1:h            - boot from disk1 partition h
        boot tape               - boot default file from tape
        boot disk myunix -as    - boot myunix from disk with flags "-as"
    dload <filename>  ( addr -- )     debug load of file over network at address
      Examples:
         4000 dload /export/root/foo/test
         ?go        - if executable program, execute it
                      or if Forth program, compile it

관련 정보