This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:aix_nvme [2022/09/30 13:55] manu |
aix:aix_nvme [2025/01/28 15:25] (current) manu |
||
---|---|---|---|
Line 10: | Line 10: | ||
* 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> | ||
+ |