Link to home
Start Free TrialLog in
Avatar of mokkan
mokkan

asked on

veritas volume manager issue

Hello,

My disk is visible to os, but can initialize.

#/etc/vx/bin/vxdisksetup -i c1t0d0 format=sliced
prtvtoc: /dev/vx/rdmp/c1t0d0s2: No such device or address
${PWD}#ls  -lia  /dev/vx/rdmp/c1t0d0s2
  16484835 crw-------   1 root     root      96,  2 Oct  2 06:38 /dev/vx/rdmp/c1t0d0s2

#vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
c1t0d0s2     auto:none       -            -            error
c1t0d0s2     auto            -            -            error


root@xxxxxxxx:${PWD}#vxdisk online c1t0d0
VxVM vxdisk ERROR V-5-1-531 Device c1t0d0s2: online failed:
        Duplicate device

How can we fix the duplicate device?
ASKER CERTIFIED SOLUTION
Avatar of Pepe2323
Pepe2323

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mokkan
mokkan

ASKER

vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
c1t0d0s2     auto            -            -            error
c1t0d0s2     auto:none       -            -            error
c1t0d0s2     auto            -            -            error
did u run the vxdisk scandisks ??
Avatar of mokkan

ASKER

Yes, It didn't provide any output.
check the following link

http://gurkulindia.com/main/2011/05/veritas-volume-manager-resolving-duplicate-diskdevice-entries-in-vxdisk-list-or-vxdisksetup/

This might be your problem

you need to remove all entries and the rescan for the disk
it is vxdmpadm issue. Please check the multipath as this device was shown as duplicate device.
Avatar of mokkan

ASKER

Thank  you