- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i loss /dev/vgxx
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
Forums
Discussions
Discussions
Discussions
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
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
07-25-2003 02:18 PM
07-25-2003 02:18 PM
i loss /dev/vgxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 02:22 PM
07-25-2003 02:22 PM
Re: i loss /dev/vgxx
Your question is a bit vague. Dependent upon your need -
1. vgrestore may fix your problem
2. data from tape may fix yor problem
Is it data, or the vg altogether?
Best of luck.
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 02:27 PM
07-25-2003 02:27 PM
Re: i loss /dev/vgxx
or the volume group ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 02:42 PM
07-25-2003 02:42 PM
Re: i loss /dev/vgxx
Boot off the tape and restore the volume groups you included in the recovery tape.
If you didn't and you somehow deleted the files in /dev/vgxx
No, you will need to go through another procedure.
Tell us what you did and someone will help you.
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
07-25-2003 02:45 PM
07-25-2003 02:45 PM
Re: i loss /dev/vgxx
mknod /dev/vgxx/group c 64 0x#0000 (* where # is the previous minor number used *)
vgcreate /dev/vgxx
vgcfgrestore /dev/vgxx /dev/dsk/cXtYdZ
To find the disk of /dev/vgxx
vgcfgrestore -f /dev/lvmconf/vgxx.conf -l
-or-
strings /etc/lvmtab | more
mount -a
bdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 02:48 PM
07-25-2003 02:48 PM
Re: i loss /dev/vgxx
If you don't have a backup it can be done manually but it is extremely messy and further problems could arise.
How did it get like this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 03:08 PM
07-25-2003 03:08 PM
Re: i loss /dev/vgxx
I loss alone directory and it's contents(/dev/vg03 and /dev/vg04).
Data and operating system is OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 06:12 PM
07-25-2003 06:12 PM
Re: i loss /dev/vgxx
If you are only missing the file in /dev/vg03 and /dev/vg04 then the data should be fine.
You can restore the files from backup or recreate them. Restoring from backup would be the best idea as recreating them may get tricky if you can't remember the group name and if the lvols were named differently.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 07:20 AM
07-28-2003 07:20 AM
Re: i loss /dev/vgxx
I recover of tape
Manuel,