NIM 환경을 최신 기술 레벨로 갱신
nim_update_all 명령은 한 단계 메소드를 제공하여 기존 NIM 환경 및 nim_master_setup 명령으로 작성된 모든 자원을 최신 기술 레벨로 갱신합니다.
- 미디어 드라이브에 최신 AIX® 갱신 미디어를 삽입하십시오.
- 다음과 같이 geninstall 명령을 실행하여 bos.rte.install
파일 세트를 갱신하십시오.
# geninstall -d /dev/cd0 bos.rte.install - 다음과 같이 install_all_updates 명령을 실행하십시오.
# install_all_updates -d /dev/cd0install_all_updates 명령의 출력은 /var/adm/ras/install_all_updates.log 로그 파일에 표시됩니다.install_all_updates 명령은 시스템이 알려진 최신 기술 레벨에 있는지 여부를 검사합니다. 시스템이 알려진 최신 기술 레벨에 없는 경우 서버가 AIX 의 최신 기술 레벨로 갱신됩니다. - 갱신이 완료되면 shutdown -Fr 명령을 사용하여 시스템을 재부트하십시오.
- nim_update_all 명령을 실행하여 nim_master_setup 명령으로 작성된 NIM 자원을 갱신하십시오.
nim_update_all 명령은 디폴트로 장치 /dev/cd0를 사용합니다. nim_update_all 명령의 출력은 /var/adm/ras/nim.update 로그 파일에 표시됩니다.다음과 비슷한 출력이 표시됩니다.
############################## NIM update all ############################## # # # During script execution, NIM client and resource updating times # # may vary. To view the install log at any time during nim_update_all, # # run the command: tail -f /var/adm/ras/nim.update in a separate screen. # # # ############################################################################## NSORDER=local,bind Adding updates to lpp_res lpp_source....done Updating spot_res using updated lpp_source lpp_res....done Attempting to replace mksysb resource generic_sysb... Removing old mksysb resource generic_sysb....done Creating image.data file....done Checking /export/nim space requirement... Generating list of client objects in NIM environment...
-B 플래그를 지정하지 않으면 기존 mksysb를 대체하는
새 mksysb가 작성됩니다. -u 플래그를 지정하지 않으면
환경의 모든 클라이언트가 갱신됩니다.