OS/UNIX(HPUX)
ignite cilent에서 부팅시
인텔킴
2018. 4. 17. 11:17
EFI 진입하여 아래 명령어 수행(dbprofile 생성)
dbprofile -dn bootprofile -sip 192.168.1.200 -cip 192.168.1.70 -gip 192.168.1.1
-m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi"
출처: http://xinu.tistory.com/entry/Ignite-UX-에서-복구시-client-system-부팅방법 [상상~~]
-m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi"
출처: http://xinu.tistory.com/entry/Ignite-UX-에서-복구시-client-system-부팅방법 [상상~~]
dbprofile -dn boot -sip 192.168.1.1 -cip 192.168.1.1 -gip 192.168.1.1-m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi"
-dn : dbprofile 이름 지정
-sip : ignite 서버의 ip
-cip : ignite client의 ip
-gip : Gateway 주소
-m : netmask
-b : 부팅파일 위치
위와 같이 값을 넣고 dbprofile을 생성
생성된 dbprofile 이용하여 부팅
lanboot select -dn boot
이후 복원 작업 수행
현재 설정된 dbprofile을 보려면 그냥 dbprofile 이라고 치면 됨