VxVM vxdisksetup ERROR V-5-2-3535 c1t2d0s2: Invalid dmpnodename for disk device c1t2d0.
# vxdisk list | grep -i disk_1
Disk_1 auto:none - - online invalid
# vxdisk -e list | grep -i disk_1
Disk_1 auto - - online c1t2d0s2
# prtvtoc /dev/rdsk/c1t2d0s2
* /dev/rdsk/c1t2d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 848 sectors/track
* 24 tracks/cylinder
* 20352 sectors/cylinder
* 14089 cylinders
* 14087 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 0 286698624 286698623
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
2 5 01 0 286698624 286698623
not able to initialise the disk
giving following error
# vxdisksetup -i c1t2d0
VxVM vxdisksetup ERROR V-5-2-3535 c1t2d0s2: Invalid dmpnodename for disk device c1t2d0.
tried specifying the format as sliced also syill same error
you have to use Disk_1 instead of cxtxdx name..
# vxdisksetup -i Disk_1
Veritas understands Disk Access names i.e Disk_1 for c1t2d0s2
Gaurav