VNX: Error HC_DM_14505148557 y Error HC_DM_14505148498
Resumen: Falla de firma slic y falla de ID único (corregible por el usuario)
Síntomas
CE reemplazó los DIMM en el administrador de transferencia de datos y el comando "setup_slot -init" falló con los errores nas_checkup anteriores.
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
Falta el ID de validación slicsignature en /nas/server/slot_x/device
uniqueid validate ID en /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
Otros KBA requieren que ejecute el comando setup_slot -init para borrar las fallas de firma de SLIC. Descubrí que el siguiente proceso resolvió mi problema, pero es posible que termine necesitando pasar por el proceso setup_slot -init.
-
Examine la entrada del archivo /nas/server/slot_x/start y la línea "uniqueid validate=".
-
Ejecute el siguiente comando para determinar cuál debe ser la entrada 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
-
Edite el archivo /nas/server/slot_x/start mediante VI Editor y agregue el valor correcto a la línea "uniqueid validate=". Es posible que también deba agregar el texto inicial "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.
-
Examine la entrada del archivo /nas/server/slot_x/device y examine la línea "slicsignature validate". Si falta esta línea o los detalles, continúe con el paso siguiente.
-
Examine la salida del comando "/nasmcd/getreason -e" para determinar los códigos Slic del administrador de transferencia de datos.
[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)
-
Edite el archivo /nas/server/slot_x/device mediante VI Editor y agregue el valor correcto a la línea "slicsignature validate=". Es posible que también deba agregar el texto inicial "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.
-
Vuelva a ejecutar el "nas_checkup" para verificar que los errores se hayan corregido. Puede ejecutar "nas_checkup -rerun" para comprobar solo las fallas o los errores anteriores.
Escale este problema a través del proveedor de servicios si es necesario y proporcione el resultado nas_checkup en la escalación.