Operating System - HP-UX
1753511 Members
5172 Online
108795 Solutions
New Discussion юеВ

vxdisk list online dgdisabled

 

vxdisk list online dgdisabled


Th the output of "vxdisk list", all the disk(total 4) of a VG showing the statud "online dgdisabled", which is supposed to be "online" only. the LUN are from XP12K and OS in HP-UX 11.23 MCOE. The disk are mounted (!).

Any one can tell me how to make them "online"

thanks in advance
5 REPLIES 5
Michael Steele_2
Honored Contributor

Re: vxdisk list online dgdisabled

vxvol -g init active ##
Support Fatherhood - Stop Family Law

Re: vxdisk list online dgdisabled

@Michael: do this command need to unmount the disk. please note the I do not have downtime and lots of data there :-(

by the way thanks.
Javed Khan_1
Valued Contributor

Re: vxdisk list online dgdisabled

paste the output of
1)vxdisk list and
2)vxprint -ht
Never Give Up
Turgay Cavdar
Honored Contributor

Re: vxdisk list online dgdisabled

Are you sure you can still reach data pn the diskgroup? What i know is if the disk group is "online dgdisabled", then you cant reach the data pn the dg, so you need to deport/import dg again.

Re: vxdisk list online dgdisabled

ALL,
The issue has been solved.

Steps are,

/opt/VRTS/bin/vxdctl enable


/opt/VRTS/bin/vxdg -Cf import DG_NAME

/opt/VRTS/bin/vxrecover -g DG_NAME -sb

/opt/VRTS/bin/fsck /dev/vx/rdsk/DG_NAME /mount/point

/opt/VRTS/bin/mount -F vxfs /dev/vx/dsk/DG_NAME/LVOL_NAME /mount/point


i rebooted the machine, before the activity(i do not know is it must or not )