원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++


rootvg에 대한 정보 파일(/image.data) 작성 중.

테이프 부트 이미지 작성 중.....
bosboot: 부트 이미지는 26955 512 바이트 블록입니다.

***** ATTENTION *****
The boot image you just created might fail to boot because
the size exceeds the system limit.  For information about
fixes or workarounds, see /usr/lpp/bos.sysmgt/README.
***** ATTENTION *****



시스템 증상

# mksysb -l /dev/rmt0

테이프 부트 이미지 작성 중.....
bosboot: 부트 이미지는 26955 512 바이트 블록입니다.

***** ATTENTION *****
The boot image you just created might fail to boot because
the size exceeds the system limit.  For information about
fixes or workarounds, see /usr/lpp/bos.sysmgt/README.
***** ATTENTION *****



장애원인

AIX 5.2 ML4 이하 레벨에서 나타나는 문제로 Boot Image의 크기가 12메가로
한정되어있는 가운데 Boot Image의 크기가 12MB를 초과하기 때문에 나타나는 증상이다.



해결방법

1. OS 레벨 확인
2. APAR 확인
3. Boot image size 늘림(setenv real-base 1000000, reset-all)
4. system microcode 업데이트




1. OS 레벨 확인
- AIX 5.3 이전버전은 Boot image의 크기가 12메가인데 반해  5.3버전부터는
32메가의 크기를 가지므로 위와 같은 증상이 나타나지 않는다.






2. APAR 확인

AIX 5.2 시스템 상에서는 아래 APAR Fix를 패치한다. 특히 IY56839는 반드시 패치한다.)

APAR 리스트
- IY55003
- IY56839
- IY40975
- IY50487
- IY53546


AIX 5.1 에서는 아래 APAR Fix를 패치한다.

- APAR IY54804





3. Boot image size 늘림(setenv real-base 1000000, reset-all)

펌웨어 커맨드라인에서 다음 두명령을 실행한다.

setenv real-base 1000000
reset-all

(일시적으로 12메가에서 16메가로 늘린다. 재부팅후에는 다시 12메가로 설정된다)





4. system microcode 업데이트

다운로드 주소 : http://www14.software.ibm.com/webapp/set2/firmware/gjsn
서버에 요청 중입니다. 잠시만 기다려 주십시오...