Dell Unity: Nieodwracalny błąd w sesji importowania bloków
Summary: Aby rozwiązać problem z nieudaną sesją importowania bloku w Unisphere, użyj narzędzia UEMCLI, aby wyświetlić szczegółowe informacje na temat nieudanej sesji. Unisphere (UI) może nie dostarczać wystarczających informacji do rozwiązania problemu. ...
Symptoms
Importuj > sesje
x Import_FNM00104600114_migrate_xxx Error block
Najechanie kursorem na czerwony znak X, w powyższym błędzie, pokazuje więcej szczegółów:
"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."
Dane wyjściowe UEMCLI szczegółów sesji pokazują podobny komunikat:
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----
Dane wyjściowe UEMCLI szczegółów elementu sesji dla powyższego identyfikatora sesji importu:
Przykład 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."
Przykład 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" w sesji importu bloku może mieć różne przyczyny i nie zawsze może być trwała. Zbadanie szczegółów elementu pomaga zidentyfikować główną przyczynę problemu. Potencjalne przyczyny to:
- Problemy z łącznością iSCSI, które można rozwiązać i zezwolić na ponowne uruchomienie sesji
- Problemy w źródłowej macierzy VNX, takie jak brak jednostki LUN w grupie spójności, które mogą wymagać anulowania sesji
- Niedostępność źródłowej jednostki LUN z powodu usunięcia lub braku aktualizacji w macierzy Unity, co również wymaga anulowania sesji
Zbadanie szczegółów elementu może pomóc w ustaleniu przyczyny i podjęciu odpowiednich działań w celu rozwiązania lub anulowania nieudanej sesji.
Resolution
Jak wspomniano powyżej, mogą wystąpić różne problemy, które prowadzą do 'Non-recoverable error' dla sesji importu bloku.
Unisphere (UI) może nie dostarczać wystarczających szczegółów do rozwiązania problemu. W celu rozwiązania problemu zaleca się użycie danych wyjściowych elementu sesji UEMCLI.
Sesja importowania nie powiodła się z błędem "Nieodwracalny błąd":
Rozdział 1. Z poziomu UEMCLI określ identyfikator sesji importu:
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. Wyświetl szczegóły elementu Importuj sesję dla identyfikatora sesji importu:
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. Postępuj zgodnie z instrukcjami podanymi w sekcji "Szczegóły kondycji", aby rozwiązać problem z sesją importowania.
Nuta: Aby kontynuować, wznów sesję w sekcji "Więcej akcji" w interfejsie użytkownika.