• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

16 Cards in this Set

  • Front
  • Back
List PSPs available
Storage Guide, pages 158-160

esxcli storage nmp psp list
Install third-party multipathing plugin
Storage Guide, pages 158-160

esxcli software vib install -d <depot URL or bundle>
List SATPs available
Storage Guide, pages 158-160

esxcli storage nmp satp list
List SATP Claim Rules
Storage Guide, pages 158-160

esxcli storage nmp satp rule list
Check to see if plugin is registered
esxcli storage core plugin registration list
Register a plug-in
esxcli storage core plugin registration add -m <module> -N SATP -P <SATP Plugin Name>
Set a new default PSP for an SATP
Command Line Interface Concept and Examples, page 87

esxcli storage nmp satp set -s <SATP> -P <PSP>
Claim a device under a different SATP
Command-Line Interface Concepts and Examples, page 86

esxcli storage nmp satp rule add -s <SATP> -d <Device UUID>
Set preferred path for fixed PSP
Command-Line Interface Concepts and Examples, page 46

esxcli storage nmp psp fixed deviceconfig set -d <Device UUID> -p <path>
Set round robin path selection policy to specify when the path should change (bytes or IOPS)
Command-Line Interface Concepts and Examples, page 84

esxcli storage nmp psp roundrobin deviceconfig set --type <bytes|iops> <amount> --device <Device UUID>
Change the PSP on a particular device
Command-Line Interface Concepts and Examples, page 82

esxcli storage nmp device set -d <device UUID> -P <PSP>
View device configurations based on assigned PSP
esxcli storage nmp psp fixed deviceconfig get- d <Device UUID>

(Command-Line Interface Concepts and Examples, page 46)

esxcli storage nmp psp generic deviceconfig get -d <device UUID>
(Command-Line Interface Concepts and Examples, page 83)

esxcli storage nmp psp roundrobin deviceconfig get -d <device UUID>
(Command-Line Interface Concepts and Examples, page 85)
Set a device to VMW_PSP_RR as default
Command-Line Interface Concepts and Examples, page 85

esxcli storage nmp psp roundrobin deviceconfig set -d <Device UUID> -t default
Change a multipath policy: GUI
From Inventory -> Hosts and Clusters

1. Select a Host.
2. Click on the Configuration tab.
3. In the left-hand pane, under Hardware, click on Storage.
4. Find the datastore you want to change.
5. Right click on that datastore and click Properties.
6. On the properties window, click on Manage Paths.
7. From the Path Selection drop-down, select the multipathing policy you want to change to.
8. Click Change.
9. Click Close.
Change a multipath policy: from command-line
Command Line Interface Solutions and Examples, P 46

esxcli storage nmp psp device set -d <device UUID> -P <PSP>
Change a multipath policy: set PSP for an SATP
esxcli storage nmp satp set --default-psp <PSP> --satp <SATP>