Oracle® Solaris 11.2 시스템 설치

인쇄 보기 종료

업데이트 날짜: 2014년 7월
 
 

x86 클라이언트 설정

다음 예제에서는 MAC 주소가 0:e0:81:5d:bf:e0인 x86 클라이언트를 solaris11_2-i386 설치 서비스와 연관시킵니다. 이 명령에 의한 DHCP 구성 출력을 DHCP 서버에 추가해야 합니다. 이 DHCP 구성이 완료되지 않으면 클라이언트가 solaris11_2-i386 설치 서비스를 부트할 수 없습니다.

# installadm create-client -n solaris11_2-i386 -e 0:e0:81:5d:bf:e0
No local DHCP configuration found. If not already configured, the
following should be added to the DHCP configuration:
    Boot server IP      : 10.80.239.5
    Boot file(s)        : 
        bios clients (arch 00:00):  0100E0815DBFE0.bios
        uefi clients (arch 00:07):  0100E0815DBFE0.uefi

다음 예제에서는 installadm으로 이 클라이언트에 대한 PXE 부트 항목을 설정하는 방법을 보여줍니다.

host 00E0815DBFE0 {
  hardware ethernet 00:E0:81:5D:BF:E0;
  if option arch = 00:00 {
    filename "0100E0815DBFE0.bios";
  } else if option arch = 00:07 {
    filename "0100E0815DBFE0.uefi";
  }
}

다음과 같은 installadm create-client 명령의 결과가 /etc/netboot 디렉토리에 나타납니다.

lrwxrwxrwx  1 root root   21 May  6 10:32 0100E0815DBFE0 -> ./0100E0815DBFE0.bios
lrwxrwxrwx  1 root root   44 May  6 10:32 0100E0815DBFE0.bios -> ./solaris11_2-i386/boot/grub/pxegrub2
lrwxrwxrwx  1 root root   51 May  6 10:32 17:49 0100E0815DBFE0.uefi -> ./solaris11_2-i386/boot/grub/grub2netx64.efi
-rw-r--r--  1 root root  1744 May  6 10:32 17:49 grub.cfg.0100E0815DBFE0
-rw-r--r--  1 root root  1204 May  6 10:32 17:49 menu.conf.0100E0815DBFE0