-
IBM ALT_DISK에 OS패치 하는 방법System of Infra/Unix System 2020. 12. 2. 15:17반응형
IBM ALT_DISK에 OS 패치하는 방법
[root@test_svr1:/tmp]# oslevel -s 7100-04-06-1806
▶ 현재 oslevel는 7100-04-06입니다.
[root@test_svr1:/]# lspv hdisk0 00008492ef481bbc rootvg active ...(생략) hdisk12 00c5c6d7afc075e0 None
▶ hdisk12에 alt_disk를 생성을 위해 pvid값을 생성해 주도록 합니다.
[root@test_svr1:/]# chdev -l hdisk12 -a pv=yes hdisk12 changed
▶ hdisk12에 pvid값을 생성합니다.
[root@test_svr1:/]# nohup sh alt_disk_install -CB hdisk12 &
▶ 이전에 테스트했던 백그라운드 방식으로 백업 alt_disk를 생성해 보록 합니다.
[root@test_svr2:/]# tail -f nohup.out Generating a list of files for backup and restore into the alternate file system... Backing-up the rootvg files and restoring them to the alternate file system... ...(생략)
▶ alt명령어를 통해서 디스크에 os 백업을 진행합니다.
[root@test_svr1:/]# ipl_varyon -i | grep -i hdisk12 hdisk12 YES 00c5c6d7afc075e00000000000000000 00c5c6d700004c00
▶ hdisk12에 bosboot의 hd5 boot이미지가 정확히 생성됐는지 확인합니다. 사전에 JAVA의 버전은 맞게 패치를 합니다.
[root@test_svr1:/tmp/AIXupdate]# ls -al | grep -i AIX_SP7100-04-07 drwxr-xr-x 2 root system 28672 Nov 20 16:53 AIX_SP7100-04-07
▶ AIX 7100-04-07의 파일 셋으로 업데이트하며 테스트하기 위해서 사전 파일 준비 후 업로드합니다.
[root@test_svr1:/tmp/AIXupdate/AIX_SP7100-04-07]# ls -al | wc -l; du -sg 454 3.77
▶ 파일 셋의 개수와 용량을 한번 더 확인합니다.
[root@test_svr1:/]# alt_rootvg_op -W -d hdisk12 Waking up altinst_rootvg volume group ... ...(생략)
▶ hdisk12에 있는 alt_disk를 wake up으로 임시로 깨워 줍니다.
[root@test_svr1:/]# lspv | grep -i active hdisk0 00008492ef481bbc rootvg active hdisk12 00c5c6d7afc075e0 altinst_rootvg active
▶ alt_disk의 상태가 active상태가 된 것을 확인할 수 있습니다.
[root@test_svr1:/]# df -tg | grep -i alt /dev/alt_hd4 2.00 0.27 1.73 14% /alt_inst /dev/alt_hd11admin 1.00 0.00 1.00 1% /alt_inst/admin /dev/alt_hd1 2.00 0.00 2.00 1% /alt_inst/home ...(생략) /dev/alt_hd3 20.00 8.77 11.23 44% /alt_inst/tmp /dev/alt_hd2 5.00 4.39 0.61 88% /alt_inst/usr /dev/alt_hd9var 5.00 0.28 4.72 6% /alt_inst/var
▶ alt 파일 시스템의 상태가 df의 명령어에 출력되는 것을 확인할 수 있습니다.
[root@test_svr1:/tmp/AIXupdate/AIX_SP7100-04-07]# alt_rootvg_op -C -b update_all -l /tmp/AIXupdate/AIX_SP7100-04-07 Filesets processed: 35 of 141 (Total time: 48 secs). installp: APPLYING software for: bos.perf.tune 7.1.4.33 . . . . . << Copyright notice for bos.perf >> . . . . . . . Licensed Materials - Property of IBM 5765H4000 Copyright International Business Machines Corp. 2000, 2018. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. installp: * * * A T T E N T I O N ! ! ! Software changes processed during this session require any diskless/dataless clients to which this SPOT is currently allocated to be rebooted. install_all_updates: Log file is /var/adm/ras/install_all_updates.log install_all_updates: Result = SUCCESS(성공했다는 표시)
▶ 패치가 완료가 되면 위와 같이 install_all_updates: Result = SUCCESS와 install_all_updates: Log file is /var/adm/ras/install_all_updates.log의 결과물이라는 값이 출력됩니다.
[root@test_svr1:/]# alt_rootvg_op -S -t
▶ alt_disk의 wake 된 것을 다시 sleep 해줍니다. wake-up"을 경험 한 볼륨 그룹을 "휴면 상태로 전환"하고 부팅 이미지를 재 구축하려면 -t옵션을 반드시 주어야 합니다. 이 옵션은 TL이 업데이트되었을 경우에 줘야 하는 옵션입니다.
[root@test_svr1:/]# bootlist -m normal hdisk12 hdisk0 [root@test_svr1:/]# bootlist -om normal hdisk12 blv=hd5 pathid=0 hdisk0 blv=hd5 pathid=0 [root@test_svr1:/]# shutdown -Fr
▶ bootlist 옵션을 변경한 뒤에 재부팅을 해주도록 합니다.
[root@test_svr1:/]# lspv hdisk0 00008492ef481bbc old_rootvg ... hdisk12 00c5c6d7afc075e0 rootvg active
▶ 기존의 rootvg는 old이고 hdisk12가 active된 것을 확인할 수 있습니다.
[root@test_svr1:/]# oslevel -s 7100-04-07-1845
▶ 7100-04-07로 AIX OS 패치가 된것을 확인할 수 있습니다.
2020.05.29 - [System of Infra/UNIX] - IBM AIX SP(service pack) 업데이트
2020.06.04 - [System of Infra/UNIX] - IBM AIX TL(technical level) 업데이트
2020.09.18 - [System of Infra/UNIX] - IBM AIX 패치 실패 시 reject or commit 작업
PS. 포스팅의 내용은 제 기준으로 작성한 것이기 때문에 참고해서 보시면 감사하겠습니다.
포스팅 과정의 오류 및 오타 그리고 궁금한 점에 대해서는 댓글 남겨주세요.
반응형'System of Infra > Unix System' 카테고리의 다른 글
IBM AIX NIM서버 구성 mksysb를 활용한 구성 방법[2] (0) 2020.12.02 IBM AIX NIM서버 구성 mksysb를 활용한 구성 방법[1] (0) 2020.12.02 IBM AIX 특정 유저계정 로그인 제한 (0) 2020.10.20 IBM AIX 패치 실패 시 reject or commit 작업 (0) 2020.09.18 IBM V5000 스토리지 Flashcopy를 통한 OS설치 (0) 2020.09.16