- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to retrive volume group ( vg00)
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
11-20-2007 01:48 AM
11-20-2007 01:48 AM
how to retrive volume group ( vg00)
I am still login in that system.( i have not yet restarted system )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 01:56 AM
11-20-2007 01:56 AM
Re: how to retrive volume group ( vg00)
Do you have any backup? you can restore it using ignite ux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 02:06 AM
11-20-2007 02:06 AM
Re: how to retrive volume group ( vg00)
1) cd /dev
2) mkdir vg00
3) chmod 755 vg00
4) cd vg00
5) mknod group c 64 0x000000
6) For each N where N = 1 to 9
mknod rlvolN c 64 0x00000N
mknod lvolN b 64 0x00000N
If you have more than 9 LVOL's then use the next hexadecimal digits, e.g lvol10 uses 0x00000a, lvol11 uses 0x00000b, ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 02:08 AM
11-20-2007 02:08 AM
Re: how to retrive volume group ( vg00)
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 02:24 AM
11-20-2007 02:24 AM
Re: how to retrive volume group ( vg00)
Since its vg00 i think as Clay mentioned you should be able to do mknod and create the group file and then the lvols and rlvols.
I too think this should be the best way, do you have any ls -l listing by any chance that also will be use full.
you can use bdf , to find out how many lvols are there etc...
see the ls -l of /dev/vg00 from one of my server. you have to create vg00 first and then use mknod as given by Clay to create the device files.
server11i> cd /dev/vg00
server11i> ls -l
total 0
crw-r----- 1 root sys 64 0x000000 Mar 21 2006 group
brw-r----- 1 root sys 64 0x000001 Jun 28 15:14 lvol1
brw-r----- 1 root sys 64 0x000002 Mar 21 2006 lvol2
brw-r----- 1 root sys 64 0x000003 Mar 21 2006 lvol3
brw-r----- 1 root sys 64 0x000004 Mar 21 2006 lvol4
brw-r----- 1 root sys 64 0x000005 Mar 21 2006 lvol5
brw-r----- 1 root sys 64 0x000006 Mar 21 2006 lvol6
brw-r----- 1 root sys 64 0x000007 Mar 21 2006 lvol7
brw-r----- 1 root sys 64 0x000008 Mar 21 2006 lvol8
brw-r----- 1 root sys 64 0x00000a Aug 21 09:40 pctest
crw-r----- 1 root sys 64 0x000001 Mar 21 2006 rlvol1
crw-r----- 1 root sys 64 0x000002 Mar 21 2006 rlvol2
crw-r----- 1 root sys 64 0x000003 Mar 21 2006 rlvol3
crw-r----- 1 root sys 64 0x000004 Mar 21 2006 rlvol4
crw-r----- 1 root sys 64 0x000005 Mar 21 2006 rlvol5
crw-r----- 1 root sys 64 0x000006 Mar 21 2006 rlvol6
crw-r----- 1 root sys 64 0x000007 Mar 21 2006 rlvol7
crw-r----- 1 root sys 64 0x000008 Mar 21 2006 rlvol8
crw-r----- 1 root sys 64 0x00000a Aug 21 09:40 rpctest
crw-r----- 1 root sys 64 0x000009 Sep 21 22:22 rtest
brw-r----- 1 root sys 64 0x000009 Sep 21 22:22 test
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 09:14 PM
11-20-2007 09:14 PM
Re: how to retrive volume group ( vg00)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 09:25 PM
11-20-2007 09:25 PM
Re: how to retrive volume group ( vg00)
may be you accidentally removed /dev and below? if really unable to boot, recover using ignite-ux will be last resort.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 01:17 AM
11-21-2007 01:17 AM
Re: how to retrive volume group ( vg00)
Looks like you have deleted some other critical files also.
what is the error you are getting when you boot ?
Have you tried booting to single user or maintanence mode ?
if it boots in -lm mode, then you can still try to recover the system ....
Regards,
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 04:16 AM
11-21-2007 04:16 AM
Re: how to retrive volume group ( vg00)
I have to agree with Sandman. if you delete the directories under /dev. You would most likly need to use a ignite tape to recovery the system.
sp,