Dell Unity: Icke-återställningsbart fel i blockimportsession
Summary: Om du vill felsöka en misslyckad blockimportsession i Unisphere använder du UEMCLI för att visa detaljerad information om den misslyckade sessionen. Unisphere (UI) kanske inte ger tillräckligt med information för att lösa problemet. ...
Symptoms
Importera > sessioner
x Import_FNM00104600114_migrate_xxx Error block
Om du håller muspekaren över det röda X:et i ovanstående fel visas mer information:
"The import session failed due to a non-recoverable error. Go to session properties dialog to check health details and resolution steps in GUI or use UEMCLI command import/session/element show -detail to check session health details and resolution steps."
UEMCLI-utdata från sessionsinformationen visar liknande meddelanden:
spa:~>uemcli /import/session show -detail
1: ID = import_65548
Name = Import_ABCD1234567890_101_20160915160406.767527+000
Session type = block
Health state = Critical failure (25)
Health details = "The import session failed due to a non-recoverable error. For Block import session non-recoverable error details, check session element's health details and resolution steps."
State = Error ---output abridged----
UEMCLI-utdata för sessionselementinformationen för ovanstående importsessions-ID:
Exempel 1:
spa:~>uemcli /import/session/element -importId import_65548 show -detail
1: Source system = RS_65560
Source resource = LUN 101
Target resource = sv_11
Health state = Major failure (20)
Health details = "Element import session related Sancopy session ran into error: 0x712A8021: The destination device could not be found. This is probably due to incorrect zoning on the switch or the device is not in the correct storage group. (WWN). This can be due to FC Zoning or iSCSI Connection configuration between VNX and Unity arrays. Please follow documentation to configure connectivity between all SP pairs between VNX and Unity system. Once FC/iSCSI connection configuration is validated, please run 'Verify and Update' operation for Remote System connection to VNX to discover/update all configuration changes. Then issue resume operation on the import session to recover session from error state."
Exempel 2:
spb:~> uemcli /import/session/element -importId import_65600 show -detail
2: Source system = RS_65596
Source resource = block_1
Target resource = sv_79
Health state = Critical failure (25)
Health details = "The import session failed due to a non-recoverable failure. Cancel the import session and determine the integrity of the data."Cause
A "Non-recoverable error" i en blockimportsession kan ha olika orsaker och kanske inte alltid vara permanent. Genom att undersöka elementinformationen kan du identifiera rotorsaken till problemet. Möjliga orsaker är:
- iSCSI-anslutningsproblem, som kan lösas och tillåta att sessionen startas om
- Problem i VNX-källdisksystemet, till exempel ett LUN som saknas i en konsekvensgrupp, vilket kan kräva att sessionen avbryts
- Käll-LUN är inte tillgängligt på grund av borttagning eller brist på uppdateringar på Unity-disksystemet, vilket också kräver att sessionen avbryts
Genom att undersöka elementinformationen kan du fastställa orsaken och vidta lämpliga åtgärder för att lösa eller avbryta den misslyckade sessionen.
Resolution
Som beskrivits ovan kan det finnas olika problem som leder till en 'Non-recoverable error' för en blockimportsession.
Unisphere (UI) kanske inte ger tillräckligt med information för att lösa problemet. Vi rekommenderar att du använder utdata från UEMCLI-sessionselementet för att felsöka och lösa problemet.
Importsessionen misslyckades med "Icke-återställningsbart fel":
1. veckor Från UEMCLI fastställer du ID för importsession:
spb:~> uemcli /import/session/block show -detail
1: ID = import_65600
Name = Import_ABCD1234567890_migrate_20161027142745.428999+000
Session type = block
Health state = Critical failure (25)
2. Visa information om importsessionselementet för importsessions-ID:t:
spb:~> uemcli /import/session/element -importId import_65600 show -detail
1: Source system = RS_65596
Source resource = block_1
Target resource = sv_79
Health state = Critical failure (25)
Health details = "The import session failed due to a non-recoverable failure. Cancel the import session and determine the integrity of the data."
3. Följ råden i utdata "Hälsoinformation" för att felsöka och lösa problemet med importsessionen.
Not: Om du vill fortsätta fortsätter du sessionen under Fler åtgärder i användargränssnittet.