Users Guide

Table Of Contents
Broadcom DRVVM-UG128-100
90
Emulex Drivers for VMware ESXi User Guide
5.2 Using VMware Commands
This section provides information about VMware commands that you can use in troubleshooting NVMe issues.
5.2.1 Checking the Status of an NVMe Controller
To check the status of an NVMe controller, perform the following steps:
1. If necessary, determine the mapping between an NVMe namespace and an NVMe controller by typing the following
command:
esxcli nvme namespace list
Information similar to the following is displayed:
You can obtain the NVMe controller number for the specific namespace from the displayed information.
NOTE: If the desired namespace is not listed, verify that the controller is connected (see the next step), the target is
connected (see Section 5.2.2, Verifying that NVMe Target Ports Are Discovered), and NVMe is configured properly
(Section 5.2.3, Listing NVMe Adapters on an ESXi Host).
A newly added NVMe controller is not visible.
Stale entries cannot be removed by a rescan.
Perform an initiator port link reset. For example, you can issue a LIP to an initiator
port by typing the following command:
/usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -i <vmhba>/
Emulex -k adapter -s lip
where <vmhba> is the HBA number.
Name Controller Number Namespace ID Block Size Capacity in MB
--------------------------------------- ------------------ -------------- ---------- -------------
uuid.cfb11df2e43a49779293f41319de4fb0 259 1 512 5120
uuid.cfb11df2e43a49779293f41319de4fb1 259 2 512 5120
uuid.cfb11df2e43a49779293f41319de4fb2 259 3 512 5120
uuid.cfb11df2e43a49779293f41319de4fb3 259 4 512 5120
uuid.cfb11df2e43a49779293f41319de4fb4 259 5 512 5120
uuid.cfb11df2e43a49779293f41319de4fb5 259 6 512 5120
uuid.cfb11df2e43a49779293f41319de4fb6 259 7 512 5120
uuid.cfb11df2e43a49779293f41319de4fb7 261 1 512 5120
uuid.cfb11df2e43a49779293f41319de4fb8 259 8 512 102400
uuid.cfb11df2e43a49779293f41319de4fb9 261 2 512 5120
uuid.cfb11df2e43a49779293f41319de4fba 261 3 512 5120
uuid.cfb11df2e43a49779293f41319de4fdb 259 9 512 5120
Table 9: Troubleshooting the NVMe Driver (Continued)
Situation Resolution