mexx
Goto Top

Mount und unmount eines iSCSI LUNS scheitert und ESXi ist extrem beschäftigt

Hallo Zusammen,

ich habe einen ESXi 6.5. Ein NAS stellt dem ESXi über ein iSCSI Target zwei LUNs bereit. Ein LUN mountet der ESXi ohne Probleme, beim zweiten scheitert er mit dieser Meldung in der vmkernel.log.

...

2017-10-16T19:19:45.595Z cpu0:66049)WARNING: NMP: nmpCompleteRetryForPath:387: Logical device "naa.60014058e68f51bd6593d44e6d9e39d0": awaiting fast path state update before retrying failed command again...

2017-10-16T19:19:46.522Z cpu2:65957)WARNING: NMP: nmpDeviceAttemptFailover:640: Retry world failover device "naa.60014058e68f51bd6593d44e6d9e39d0" - issuing command 0x439500d8ff40

2017-10-16T19:19:46.590Z cpu2:66122)WARNING: NMP: nmp_DeviceStartLoop:728: NMP Device "naa.60014058e68f51bd6593d44e6d9e39d0" is blocked. Not starting I/O from device.

2017-10-16T19:19:46.595Z cpu0:66049)WARNING: NMP: nmpCompleteRetryForPath:357: Retry cmd 0x2a (0x439500d8ff40) to dev "naa.60014058e68f51bd6593d44e6d9e39d0" failed on path "vmhba64:C0:T0:L1" H:0x0 D:0x2 P:0x0 Valid sense data: 0x2 0x8 0x0.

2017-10-16T19:19:46.595Z cpu0:66049)WARNING: NMP: nmpCompleteRetryForPath:387: Logical device "naa.60014058e68f51bd6593d44e6d9e39d0": awaiting fast path state update before retrying failed command again...

2017-10-16T19:19:47.522Z cpu0:65956)WARNING: NMP: nmpDeviceAttemptFailover:640: Retry world failover device "naa.60014058e68f51bd6593d44e6d9e39d0" - issuing command 0x439500d8ff40

2017-10-16T19:19:47.594Z cpu0:66049)WARNING: NMP: nmpCompleteRetryForPath:357: Retry cmd 0x2a (0x439500d8ff40) to dev "naa.60014058e68f51bd6593d44e6d9e39d0" failed on path "vmhba64:C0:T0:L1" H:0x0 D:0x2 P:0x0 Valid sense data: 0x2 0x8 0x0.

...

Die Meldungen kommen permanent und das System ist und boitet dadurch sehr langsam. Beim Versuch das LUN mit diesen Befehl zu unmounten ...

esxcli storage filesystem unmount -l %LUN Name%

...erhalte ich diese Fehlermeldung: Connect to localhost failed: Connection failure.

Ich habe versucht alle Prozesse die ich mit diesen Befehl finde zu beenden.

"vsish -e ls /storage/scsifw/devices/naa.60014058e68f51bd6593d44e6d9e39d0/worlds/ |sed 's:/::' |while read i;do ps |grep $i;done" - keine Ergebnisse
Ich habe die service.sh neugestartet - keine Ergebnisse
Ich habe den storageRM neugestartet - keine Ergebnisse

Die WebGUI kommt kaum hoch und wenn dann ist sie sehr langsam. Der vSphere Client war mal eingeloggt. Dort habe ich ebenfalls ein unmount versucht. Die Aufgabe stand lange in der Aufgabenliste, wurde aber offensichtlich nicht beendet.

So langsam gehen mir die Ideen aus. Habt Ihr eine Idee? Ein Reboot des ESXi bringt nix. Er verbeisst sich erneut in den Versuch das LUN zu mounten.

Hoffe Ihr habt eine Idee.

Content-Key: 351864

Url: https://administrator.de/contentid/351864

Printed on: April 16, 2024 at 11:04 o'clock

Member: emeriks
emeriks Oct 17, 2017 at 06:47:50 (UTC)
Goto Top
Hi,
wenn diese LUN leer ist, dann löschen und neu erstellen. Und neu mit dem ESX versuchen.

E.
Member: mexx
mexx Oct 17, 2017 at 07:56:16 (UTC)
Goto Top
Nein, die LUN ist nicht leer. Ich brauche sie samt Inhalt.
Member: Dani
Dani Oct 20, 2017 at 20:12:58 (UTC)
Goto Top
Moin,
Hoffe Ihr habt eine Idee.
Eine hätte ich:
If the LUN you are attempting to remove is flagged as perennially reserved, to prevent it causing host boot delays. The perennially reserved flag can prevent a successful unmount of the LUN.

To remove the perennially reserved flag, run this command to remove the flag:
 
# esxcli storage core device setconfig -d $device --perennially-reserved=false

Then run this command to retry removal of the device:
 
# esxcli storage core device detached remove -d $device

Note: There is no negative impact in setting the flag to false, even when it is not needed.
Quelle: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&am ...


Gruß,
Dani