[AIX, NIM] NIM 백업/복구 실패 [0042-172]
0. 목차
- NIM 백업 복구 실패 [0042-172]
- 확인방법
- 조치방법1 : NIM Client에서 CPU ID 정보를 NIM Master에 업데이트
- 조치방법2 : NIM Master에서 Client CPU ID를 업데이트
1. NIM 백업/복구 실패 [0042-172]
- 설명1 : NIM Operation 정상동작 실패
- 설명2 : NIM Master에 등록되어있는 NIM Client의 "CPU ID"와 현재 동작하고 있는 NIM Client의 "CPU ID"가 서로 상이할때 발생.
- 설명3 : LPM을 통한 호스트간 VM Migration이 이뤄지면, Target 호스트 기준으로 CPU ID가 바뀌게 됨.
1
2
3
4
5
|
Command: running stdout: yes stderr: no
Before command completion, additional instructions may appear below.
0042-172 NIMkid: This machine's CPU ID does not match the CPU ID stored in the NIM database.
|
jbw |
2. CPU ID 확인
1) NIM Master에서 NIM Client의 CPU Id 확인
• NIM Master에 등록되어있는 "lpar1" NIM Client의 CPU ID는 "00F6AFE64C00".
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[root@nim-master /]# lsnim -l lpar1 ⤶
lpar1:
class = machines
type = standalone
connect = nimsh
platform = chrp
netboot_kernel = 64
if1 = ent-Network1 lpar1 0
cable_type1 = tp
Cstate = ready for a NIM operation
prev_state = currently running
Mstate = not running
cpuid = 00F6AFE64C00
Cstate_result = success
installed_image = mksysb_lpar1
|
jbw |
2) 현재 동작중인 NIM Client에서 CPU ID 확인
• NIM Client "lpar1"의 CPU ID는 "00F6AFE88C00"
1
2
|
[root@lpar1 /]# uname -auM
AIX lpar1 2 7 00F6AFE88C00 IBM,9117-MMB IBM,0210AEE67
|
jbw |
3) 결론
• NIM Master에 등록된 NIM Client CPU ID 정보와 동작중인 NIM Client CPU ID가 서로 다르면, NIM Operation 에러 발생.
• 위의 경우, 동작중인 NIM Client "lpar1"의 CPU ID는 "00F6AFE88C00"를 NIM Master에 등록해줘야 정상적으로 NIM 관련 동작들이 수행된다.
3. 조치방법1 : NIM Client에서 CPU ID 정보를 NIM Master에 업데이트
1) NIM Client의 기존 "niminfo" 파일 백업
1
|
[root@lpar1 /]# mv /etc/niminfo /etc/niminfo.old
|
jbw |
2) NIM Client 정보 초기화(재정의)
1
2
3
4
5
|
[root@lpar1 /]# smitty nim
→ Perform NIM administration Tasks
→ Manage Machines
→ Define a Machine
→ hostname type (lpar1)
|
jbw |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Configure Network Installation Management Client Fileset
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[Entry Fields]
* Machine Name [lpar1]
* Primary Network Install Interface [en1] +
* Host Name of Network Install Master [nim-master]
Hardware Platform Type chrp
Kernel to use for Network Boot [64] +
Communication Protocol used by client [nimsh] +
Ethernet Interface Options
Network Speed Setting [] +
Network Duplex Setting [] +
Comments []
Alternate Port Numbers for Network Communications
(reserved values will be used if left blank)
Client Registration [] #
Client Communications [] #
|
jbw |
1
2
3
4
5
6
|
Command: OK stdout: yes stderr: no
Before command completion, additional instructions may appear below.
0513-044 The nimsh Subsystem was requested to stop.
0513-059 The nimsh Subsystem has been started. Subsystem PID is 3645616.
|
jbw |
4. 조치방법2 : NIM Master에서 Client CPU ID를 업데이트
1) NIM 명령어로 Client CPU ID 변경
1
|
[root@nim-master /]# nim -o change -a cpuid=00F6AFE88C00 lpar1
|
jbw |
2) CPU ID 변경 확인
'NIM > NIM Backup_Restore' 카테고리의 다른 글
NIM Mksysb backup (0) | 2021.03.22 |
---|---|
NIM 서버에서 Non-rootvg Restore (0) | 2021.03.14 |
NIM 서버에서 Non-rootvg Backup (0) | 2021.03.13 |