Originally posted by: tony.evans
Do you have a bit more detail on the query, i.e. what you're looking to resolve / solve / answer?
AIX uses the ODM to store this info,
odmget -q attribute="unique_id" CuAt
will list disks with a UDID or
odmget -q attribute="ieee_volname" CuAt
for devices which support the IEEE standard.
The UDID is generated by the device which owns the disk (as I understand it), so the backend storage device.
MPIO creates multiple paths to devices with the same UDID's if they're found down different parent devices.
Message was edited by: tony.evans