This shows you the differences between two versions of the page.
|
aix:disk_uuid [2021/01/01 21:21] 127.0.0.1 external edit |
aix:disk_uuid [2024/07/02 14:56] (current) manu |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The command switch displays unique id of disks (UDID) and does the same job as the code I was using before, but in a more handy way. | The command switch displays unique id of disks (UDID) and does the same job as the code I was using before, but in a more handy way. | ||
| + | |||
| + | Now simple commands | ||
| + | <cli prompt='#'> | ||
| + | # lspv -u | ||
| + | hdisk0 00f992d442626fae old_rootvg 33213600507680XXXXXXXXX0000000000080E04214503IBMfcp 5fe2b852-5734-bdec-35e4-2d282e6b4380 | ||
| + | hdisk1 00f992d443278dcf nimavg active 33213600507680XXXXXXXXX0000000000080F04214503IBMfcp f464df3f-48ac-baa1-be03-74832653707e | ||
| + | </cli> | ||
| + | |||
| + | Friendly name based on LUN names on storage IBM | ||
| + | <cli prompt='#'> | ||
| + | # lsmpio -q | ||
| + | Device Vendor Id Product Id Size Volume Name | ||
| + | --------------------------------------------------------------------------------- | ||
| + | hdisk0 IBM 2145 40.00GiB AIXNA001_ROOTVG | ||
| + | hdisk1 IBM 2145 1.12TiB AIXNA001_NIMAVG01 | ||
| + | </cli> | ||
| <code> | <code> | ||