ESXCLI - Verwaltung von Storage Pfaden: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) (→Anzeigen aller verbundenen LUNs:) |
||
(13 dazwischenliegende Versionen des gleichen Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
== Storage == | == Storage == | ||
+ | === Storage Path Policies === | ||
{| class="wikitable" style="margin-top:1em;" | {| class="wikitable" style="margin-top:1em;" | ||
|- class="hintergrundfarbe7" | |- class="hintergrundfarbe7" | ||
Zeile 7: | Zeile 8: | ||
!Beschreibung | !Beschreibung | ||
|- | |- | ||
− | |'''VMW_PSP_FIXED''' | + | | |
+ | '''VMW_PSP_FIXED''' <br> | ||
+ | (fixer Pfad) | ||
| | | | ||
The host uses the designated preferred path, if it has been configured. Otherwise, the host selects the first working path discovered at system boot time. If you want the host to use a particular preferred path, specify it through the vSphere Client or by the command. | The host uses the designated preferred path, if it has been configured. Otherwise, the host selects the first working path discovered at system boot time. If you want the host to use a particular preferred path, specify it through the vSphere Client or by the command. | ||
− | The default policy for active-active storage devices is VMW_PSP_FIXED. | + | The default policy for active-active storage devices is VMW_PSP_FIXED. <br> |
'''Important:''' VMware does not recommend you use VMW_PSP_FIXED for devices that have the VMW_SATP_ALUA storage array type policy assigned to them. | '''Important:''' VMware does not recommend you use VMW_PSP_FIXED for devices that have the VMW_SATP_ALUA storage array type policy assigned to them. | ||
|- | |- | ||
− | |'''VMW_PSP_MRU''' | + | | |
+ | '''VMW_PSP_MRU''' <br> | ||
+ | (zuletzt verwendete Pfad) | ||
| | | | ||
The host selects the path that it used most recently. When the path becomes unavailable, the host selects an alternative path. The host does not revert back to the original path when that path becomes available again. There is no preferred path setting with the MRU policy. MRU is the default policy for active-passive storage devices. | The host selects the path that it used most recently. When the path becomes unavailable, the host selects an alternative path. The host does not revert back to the original path when that path becomes available again. There is no preferred path setting with the MRU policy. MRU is the default policy for active-passive storage devices. | ||
|- | |- | ||
− | |||
| | | | ||
− | The host uses an automatic path selection algorithm that rotates through all active paths when connecting to active-passive arrays, or through all available paths when connecting to active-active arrays. Automatic path selection implements load balancing across the physical paths available to your host. Load balancing is the process of spreading I/O requests across the paths. The goal is to optimize throughput performance such as I/O per second, megabytes per second, or response times. | + | '''VMW_PSP_RR''' <br> |
+ | (Round-Robin) | ||
+ | | | ||
+ | The host uses an automatic path selection algorithm that rotates through all active paths when connecting to active-passive arrays, or through all available paths when connecting to active-active arrays. Automatic path selection implements load balancing across the physical paths available to your host. Load balancing is the process of spreading I/O requests across the paths. The goal is to optimize throughput performance such as I/O per second, megabytes per second, or response times. <br> | ||
VMW_PSP_RR is the default for a number of arrays and can be used with both active-active and active-passive arrays to implement load balancing across paths for different LUNs. | VMW_PSP_RR is the default for a number of arrays and can be used with both active-active and active-passive arrays to implement load balancing across paths for different LUNs. | ||
|} | |} | ||
Zeile 27: | Zeile 34: | ||
==== Anzeigen aller verbundenen LUNs: ==== | ==== Anzeigen aller verbundenen LUNs: ==== | ||
esxcli storage nmp device list | esxcli storage nmp device list | ||
+ | oder | ||
+ | esxcli storage core device list | ||
==== Anzeigen aller verbundenen LUNs die die Storage-Path-Policy (VMW_PSP_RR) zugewiesen haben ==== | ==== Anzeigen aller verbundenen LUNs die die Storage-Path-Policy (VMW_PSP_RR) zugewiesen haben ==== | ||
Zeile 38: | Zeile 47: | ||
done | done | ||
+ | ==== LUNs ausmaskieren (Verwendung bei RDM-LUNs) (RDM = Raw Device Mapping) ==== | ||
+ | esxcli storage core device setconfig -d <naa_id> --perennially-reserved=true | ||
− | + | '''Weitere Informationen:''' <br> | |
− | + | http://kb.vmware.com/kb/1017760 <br> | |
− | + | https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vcli.examples.doc_50%2Fcli_manage_storage.6.5.html | |
− | Weitere Informationen: https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vcli.examples.doc_50%2Fcli_manage_storage.6.5.html | + | |
− | + | ||
+ | '''''Ähnliche Seite:''' [[PowerCLI - Verwaltung von Storage Pfaden]]'' | ||
[[Kategorie:VMWare]] | [[Kategorie:VMWare]] |
Aktuelle Version vom 23. Februar 2016, 14:32 Uhr
Folgende Befehle können direkt auf der Shell des ESXi-Hosts ausgeführt werden. Natürlich ist dies auch per SSH Verbindung auf den ESXi-Host möglich.
Inhaltsverzeichnis
Storage
Storage Path Policies
Storage Path Policies | Beschreibung |
---|---|
VMW_PSP_FIXED |
The host uses the designated preferred path, if it has been configured. Otherwise, the host selects the first working path discovered at system boot time. If you want the host to use a particular preferred path, specify it through the vSphere Client or by the command.
The default policy for active-active storage devices is VMW_PSP_FIXED. |
VMW_PSP_MRU |
The host selects the path that it used most recently. When the path becomes unavailable, the host selects an alternative path. The host does not revert back to the original path when that path becomes available again. There is no preferred path setting with the MRU policy. MRU is the default policy for active-passive storage devices. |
VMW_PSP_RR |
The host uses an automatic path selection algorithm that rotates through all active paths when connecting to active-passive arrays, or through all available paths when connecting to active-active arrays. Automatic path selection implements load balancing across the physical paths available to your host. Load balancing is the process of spreading I/O requests across the paths. The goal is to optimize throughput performance such as I/O per second, megabytes per second, or response times. |
Storage Befehle
Anzeigen aller verbundenen LUNs:
esxcli storage nmp device list
oder
esxcli storage core device list
Anzeigen aller verbundenen LUNs die die Storage-Path-Policy (VMW_PSP_RR) zugewiesen haben
esxcli storage nmp device list | grep -B4 <Storage-Path-Policy> | grep ^naa.
Alle LUNs fixieren
Alle LUNs die eine gewisse Storage-Path-Policy zugewiesen haben, auf eine andere Storage-Path-Policy abändern (Beispiel: Round-Robin zu Fixed)
for i in `esxcli storage nmp device list | grep -B4 VMW_PSP_RR | grep ^naa.` do esxcli storage nmp device set --device $i --psp VMW_PSP_FIXED done
LUNs ausmaskieren (Verwendung bei RDM-LUNs) (RDM = Raw Device Mapping)
esxcli storage core device setconfig -d <naa_id> --perennially-reserved=true
Weitere Informationen:
http://kb.vmware.com/kb/1017760
https://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vcli.examples.doc_50%2Fcli_manage_storage.6.5.html
Ähnliche Seite: PowerCLI - Verwaltung von Storage Pfaden