VNX: 오류 HC_DM_14505148557 및 오류 HC_DM_14505148498
Resumen: Slic 서명 오류 및 고유 ID 오류(사용자 수정 가능)
Síntomas
CE가 Data Mover의 DIMM을 교체했으며 위의 nas_checkup 오류로 인해 "setup_slot -init" 명령이 실패했습니다.
Blades : Check unique id Error HC_DM_14505148498: * The uniqueid reported by the Blade server_3 does not match the /nas/server/slot_3/start file. Action : Escalate this issue through your support organization if needed. Provide this output in the escalation.
Blades : Check slic signature Error HC_DM_14505148557: No SLIC signature in device file. grep slicsignature /nas/server/slot_3/device command failed with exit code 1. Action : Investigate by running the command manually. Escalate this issue through your support organization if needed and refer to EMC Knowledgebase number emc195492. Provide this output and the output from any commands that you ran for this procedure in the escalation.
Causa
slicsignature 유효성 검사 ID가 /nas/server/slot_x/device
uniqueid에서 누락됨 유효성 검사 ID가 /nas/server/slot_x/start에서 누락됨
[nasadmin@xxxxx ~]$ cat /nas/server/slot_3/device device isa isa-0 device pci pci-0 dskdumpconfig full slot=3 pciautoconfig el3config tier2-aui slicsignature validate=132613
[nasadmin@ xxxxx ~]$ cat /nas/server/slot_3/start -serial swapserial #verify_start flashupg post=upgrade bios=upgrade fwbd=upgrade logsys add output disk=root_log_3 bufsz=256 logsys add output event bufsz=2048 ap boot setid celerraid=APXXXXXXXXXXXXXXXX setinitiator cs_hostname=Celerra_ xxxxx cs_external_ip=10.241.183.190 uniqueid validate=50060168:46e05cb0
Resolución
다른 KBA의 경우 setup_slot -init 명령을 실행하여 Slic 서명 실패를 지워야 합니다. 다음 프로세스로 문제가 해결되었지만 setup_slot -init 프로세스를 거쳐야 할 수도 있습니다.
-
/nas/server/slot_x/start 파일 항목을 검사하고 "uniqueid validate=" 줄을 검사합니다.
-
다음 명령을 실행하여 uniqueid 항목을 결정합니다.
[nasadmin@ xxxxx ~]$ /nas/sbin/t2tty -C 3 "uniqueid" 1492624816: KERNEL: 6: WWN Seed (at address ffd80210): 46e05cb0 1492624816: SYSTEM: 6: uniqueid: "50060168:46e05cb0" 1492624816: ADMIN: 6: Command succeeded: uniqueid
-
VI 편집기를 사용하여 /nas/server/slot_x/start 파일을 편집하고 "uniqueid validate=" 줄에 올바른 값을 추가합니다. 선행 텍스트 "uniqueid validate="를 추가해야 할 수도 있습니다.
[nasadmin@ xxxxx ~]$ cat /nas/server/slot_3/start -serial swapserial #verify_start flashupg post=upgrade bios=upgrade fwbd=upgrade logsys add output disk=root_log_3 bufsz=256 logsys add output event bufsz=2048 ap boot setid celerraid=APXXXXXXXXXXXXXXXX setinitiator cs_hostname=Celerra_ xxxxx cs_external_ip=10.241.183.190 uniqueid validate=50060168:46e05cb0 < --- Edit the last line in file.
-
/nas/server/slot_x/device 파일 항목을 검사하고 "slicsignature validate" 줄을 검사합니다. 이 줄 또는 세부 정보가 누락된 경우 다음 단계를 계속 진행합니다.
-
"/nasmcd/getreason -e" 명령 출력을 검사하여 Data Mover Slic 코드를 확인합니다.
[nasadmin@xxxxx~]$ /nasmcd/getreason -e 10 - slot_0 primary control station 5 - slot_2 contacted(Post Code = 0x61 ; Mid Code = 0x80 ; Blade Code = 0x2c ; Slic Code = 132613) 5 - slot_3 contacted(Post Code = 0x61 ; Mid Code = 0x80 ; Blade Code = 0x2c ; Slic Code = 132613)
-
VI 편집기를 사용하여 /nas/server/slot_x/device 파일을 편집하고 "slicsignature validate=" 줄에 올바른 값을 추가합니다. 선행 텍스트 "slicsignature validate="도 추가해야 할 수 있습니다.
[nasadmin@xxxxx ~]$ cat /nas/server/slot_3/device device isa isa-0 device pci pci-0 dskdumpconfig full slot=3 pciautoconfig el3config tier2-aui slicsignature validate=132613 < --- Edit the last line in file.
-
"nas_checkup"를 다시 실행하여 오류가 수정되었는지 확인합니다. "nas_checkup -rerun"을 실행하여 이전 실패 또는 오류만 확인할 수 있습니다.
필요한 경우 서비스 공급업체를 통해 이 문제를 에스컬레이션하고 에스컬레이션 시 nas_checkup 출력을 제공합니다.