- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to enable volume group
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:22 AM
тАО06-25-2007 07:22 AM
Can anyone of you help me in this?
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c2t4d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:34 AM
тАО06-25-2007 07:34 AM
Re: How to enable volume group
Depends on whether the vg is part of shared storage or serviceguard.
basic:
vgchange -a y vg02
Should activate the volume group.
Assuming it does not ever need to be activated on another system, you can auto activate in /etc/lvmrc
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:41 AM
тАО06-25-2007 07:41 AM
Re: How to enable volume group
It shows below info with strings /etc/lvmtab.
strings /etc/lvmtab
/dev/vg02
/dev/dsk/c0t3d0
/dev/dsk/c2t4d0
/dev/dsk/c4t5d0
Can you please help us in solving this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:48 AM
тАО06-25-2007 07:48 AM
Re: How to enable volume group
If it has died, you should see a NO_HW in the output of an ioscan -funC disk
If that's the case, then you need to replace the disk and do a vgcfgrestore, then restore your data.
If the hardware is fine, you could try exporting/importing the vg:
vgexport -s -v -m /tmp/vg02.map /dev/vg02
mkdir /dev/vg02
mknod /dev/vg02/group c 64 0x020000
vgimport -s -v -m /tmp/vg02.map /dev/vg02
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 07:51 AM
тАО06-25-2007 07:51 AM
Re: How to enable volume group
It sounds like you may of lost a disk. Hopefully the VG is mirrored, although if the vg will not come on line,it sounds like it is not.
Check your syslog for error messages.
If the disk is bad, you will have to get it replaced, and restore the data from your last good backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 11:57 AM
тАО06-28-2007 11:57 AM
Re: How to enable volume group
#vgexport -s -v -m /tmp/vg02.map /dev/vg02
Beginning the export process on Volume Group "/dev/vg02".
Volume group "/dev/vg02" is still active.
vgexport: Couldn't export volume group "/dev/vg02"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 01:12 AM
тАО06-29-2007 01:12 AM
Re: How to enable volume group
diskinfo /dev/rdsk/c2t4d0
Or a pvdisplay?
pvdisplay /dev/dsk/c2t4d0
Or as Geoff said did you get any NO_HWs in the ioscan?
If you can see the disk from any of the above and there isn't a NO_WH, then you may have lost the header info on the disk. You can recover it with a vgcfgrestore.
If you're going to do the vgexport and want to deactivate the volume group do a
vgchange -a n /dev/vg02
Think beer,
robert