cancel
Showing results for 
Search instead for 
Did you mean: 

VxVM vxdg ERROR V-5-1-2349 Device disk_0 appears to be owned by disk group

kiran-d
Level 2
Hi All,
 
I am getting below error while creating the dg. I tried vxdg deport, but no luck.
 
Can anyone pls help . 
 
 
[root@rh500 ~]# vxdg init dg0 disk0=disk_0 disk1=disk_1 disk2=disk_8
VxVM vxdg ERROR V-5-1-2349 Device disk_0 appears to be owned by disk group dg1.
VxVM vxdg ERROR V-5-1-2349 Device disk_1 appears to be owned by disk group dg1.
[root@rh500 ~]# vxdg list
NAME         STATE           ID
dg0          enabled,cds          1383188641.18.rh500
[root@rh500 ~]#
[root@rh500 ~]# vxprint -ht
[root@rh500 ~]#
[root@rh500 ~]#
[root@rh500 ~]# vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
disk_0       auto:cdsdisk    -            -            online
disk_1       auto:cdsdisk    -            -            online
disk_8       auto:cdsdisk    -            -            online
disk_10      auto:cdsdisk    -            -            online
sda          auto:none       -            -            online invalid
[root@rh500 ~]#
 
 
Thanks
Kiran
1 ACCEPTED SOLUTION

Accepted Solutions

kiran-d
Level 2

nm fixed with

 

 vxdiskunsetup -C disk_0
 
looks i was missing -C ... as i remember i tried unsetup already 
 
thanks you 

View solution in original post

1 REPLY 1

kiran-d
Level 2

nm fixed with

 

 vxdiskunsetup -C disk_0
 
looks i was missing -C ... as i remember i tried unsetup already 
 
thanks you