This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
aix:aix_nvme [2022/09/30 13:54] manu created |
aix:aix_nvme [2025/01/28 15:25] (current) manu |
||
---|---|---|---|
Line 4: | Line 4: | ||
Requirements: | Requirements: | ||
- | - SVC v8.4.0 min | + | * SVC/v7000 v8.4.0 min |
- | - AIX 7.2 TL 5 and AIX 7.3 | + | * AIX 7.2 TL 5 and AIX 7.3 |
- | - Power 9 host (with FW 950 or later) or Power 10 host (FW 1010 or later) | + | * Power 9 host (with FW 950 or later) or Power 10 host (FW 1010 or later) |
* FC-NVMe disks required SAN switch attached | * FC-NVMe disks required SAN switch attached | ||
* support only provided for 32Gb FC adapters (EN1A, EN1B), which have at least the 12.4.257.30 (FCode level 12.8.9) adapter firmware level. | * support only provided for 32Gb FC adapters (EN1A, EN1B), which have at least the 12.4.257.30 (FCode level 12.8.9) adapter firmware level. | ||
* This is **not supported via NPIV** from an AIX LPAR: instead the FC adapter must be assigned to the AIX LPAR. | * This is **not supported via NPIV** from an AIX LPAR: instead the FC adapter must be assigned to the AIX LPAR. | ||
+ | |||
+ | <cli prompt='#'> | ||
+ | # lsattr -El fcnvme0 | ||
+ | attach switch How this adapter is connected False | ||
+ | autoconfig available Configuration State True | ||
+ | host_nqn nqn.2018-04.com.ibm:aix.fc.pn.0x100000109b2189fa.nn.0x200000109b2189fa Host NQN (NVMe Qualified Name) True | ||
+ | </cli> | ||
+ | |||
+ | List NVME disks on an adapter | ||
+ | <cli prompt='#'> | ||
+ | [root@vios101]/home/padmin# nvmemgr -Sl nvme0 | ||
+ | ---------------------------------------------------------------- | ||
+ | Name Location State Size | ||
+ | ---------------------------------------------------------------- | ||
+ | nvme0 04-00 Available 800.17GB | ||
+ | hdisk0 04-00 Available 800.17GB | ||
+ | </cli> | ||
+ |