
67: | /dev/disk/dsk20c | DEC | HSG80 | IDENTIFIER=143 |
68: | /dev/disk/dsk21c | DEC | HSG80 | IDENTIFIER=144 |
If you know that you have set the UDID for a large number of disks, you can also grep for the UDID:
#hwmgr -view dev grep IDENTIFIER grep 131
____________________ Note _____________________
If you have not set the UDID, you can use hwmgr to determine the /dev/disk/dskn name by using the hardware manager to display device attributes and searching for the storage unit worldwide name as follows:
#hwmgr
Use the more search utility (/) to search for the worldwide name of the storageset you have set up for the particular disk in question. The following example shows the format of the command output:
#hwmgr -get attribute -a name -a dev_base_name 1:
name = Compaq AlphaServer ES40
2:
name = CPU0
.
.
.
62:
name =
63:
name =
64:
name =
65:
name =
66:
name =
67:
name =
68:
name =
69:
name =
.
.
.
For more information on the hardware manager (hwmgr), see hwmgr(8).