내가 테스트 하는 rx2800 i4 서버는 하드디스크가 2개 장착되어 있었다.
그리고 자동으로 RAID 1+0이 잡혀있었다.
1. rx2800 i4 서버에서 RAID 설정하기
서버를 부팅하고 조금 기다리면 아래와 같은 화면이 나타난다.
Press: ENTER - Start boot entry execution
B / b - Launch Boot Manager (menu interface)
D / d - Launch Device Manager (menu interface)
M / m - Launch Boot Maintenance Manager (menu interface)
S / s - Launch UEFI Shell (command line interface)
I / i - Launch iLO Setup Tool (command line interface)
여기서 10초가 지나가기 전에 S / s를 입력하고 엔터를 누른다.
그리고 또 기다리면
Shell > 이라는 프롬프트가 뜬다. (만약 안뜨고 HPUX >가 나타난다면 exit 를 입력하면 된다.)
Shell > drvcfg -s (Driver ID) (Controller ID)를 입력하면 된다.
Shell > drvcfg 만 입력하면 드라이버 및 컨트롤러 아이디 목록이 뜬다.
나는
Shell > drvcfg -s 9B 99 라고 입력하면 되었다.
2. rx2800 i4 서버에 11.31 BOE 설치를 위한 사전 작업
서버를 부팅하고 조금 기다리면 아래와 같은 화면이 나타난다.
Press: ENTER - Start boot entry execution
B / b - Launch Boot Manager (menu interface)
D / d - Launch Device Manager (menu interface)
M / m - Launch Boot Maintenance Manager (menu interface)
S / s - Launch UEFI Shell (command line interface)
I / i - Launch iLO Setup Tool (command line interface)
여기서 10초가 지나가기 전에 S / s를 입력하고 엔터를 누른다.
그리고 또 기다리면
Shell > 이라는 프롬프트가 뜬다. (만약 안뜨고 HPUX >가 나타난다면 exit 를 입력하면 된다.)
Shell > conconfig 를 입력하면
CONSOLE CONFIGURATION
Index Primary Type Device Path
1 P VGA Acpi(~~~~~~)
2 S Serial Acpi(~~~~~~)
이런식으로 출력된다. 여기서 사용할 콘솔을 결정해야 한다.
시스템 구성에 따라 HP-UX에서 다음 장치 중 "하나"를 시스템 콘솔로 사용할 수 있다.
● 시스템 직렬 포트(있는경우)
● iLO(MP) 직렬 포트
● VGA 장치(MP/iLO)
한 콘솔만 P로 표시되고 다른 콘솔은 NC로 표시되도록 conconfig 명령어를 사용하여야 한다.
(off로 설정하면 Primary가 NC로 변한다.)
Shell > conconfig 1 primary
Shell > conconfig 2 off
Shell > conconfig 입력해서 잘 설정되었는지 확인
CONSOLE CONFIGURATION
Index Primary Type Device Path
1 P VGA Acpi(~~~~~~)
2 NC Serial Acpi(~~~~~~)
Shell > reset
---------------------------------------------------------------------------
만약 Serial을 P로하고 VGA를 NC로 해버리고 reset을 입력하면
HP Invent라고 출력되는 맨 처음 화면에서 다음으로 넘어가지질 않는다.
이렇게 되면 시리얼케이블을 rx2800 i4 서버와 노트북으로 연결한 후에 노트북의 SecureCRT에서
Serial 접속(시리얼 통신)을 해햐 한다. 시리얼 포트는 장치관리자 - 포트에서 확인
ID와 Password는 rx2800 i4 서버에 붙어있는 iLO ID, Password 를 입력하면 된다.
---------------------------------------------------------------------------
재부팅 되면 B / b 를 누르고 Boot Manager로 들어가서 DVD Bootable 을 선택하면
자동으로 AutoBooting이 되면서 HP-UX 설치화면으로 들어가진다.
만약
CONSOLE CONFIGURATION
Index Primary Type Device Path
1 P VGA Acpi(~~~~~~)
2 S Serial Acpi(~~~~~~)
이렇게 되어있는데 HP-UX OS 설치를 넣고 DVD Booting을 아래와 같은 에러가 뜨면서 유닉스 서버가 멈춘다
WARNING: Multiple console output devices are configured. If this message
remains on the screen for more than a few minutes, then this is not the
device in use by HP-UX as the console output device. If you would like this
device to be the one used by HP-UX as the console output device, reboot and
use the EFI boot manager or the EFI 'conconfig' command to select this device
and deconfigure the others.
댓글