- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem to recreate 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
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-31-2002 05:42 PM
07-31-2002 05:42 PM
problem to recreate volume group
how to solve this problem..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:12 PM
07-31-2002 06:12 PM
Re: problem to recreate volume group
# strings /etc/lvmtab (to make sure that the group is there)
# mv /etc/lvmtab /etc/lvmtab.010802
# vgscan -p -v (if no errors)
# vgscan -v (will re-create the /etc/lvmtab file)
You should then be able to create the volume group etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 07:33 PM
07-31-2002 07:33 PM
Re: problem to recreate volume group
#mv /etc/lvmtab /etc/lvmtab.old
#vgscan -a
to rebuild the lvmtab file
You are creating a new volume group vg02.
Just check your /dev/vg02/group file.
If you have removed the vg02 volume group then also remove the /dev/vg02/group file.
then re-create using
mkdir /dev/vg_name
mknod /dev/vg_name/group c 64 0x0n0000
Here n should be unique.
Check using ll /dev/*/group
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 07:38 PM
07-31-2002 07:38 PM
Re: problem to recreate volume group
# mv /etc/lvmtab /etc/lvmtab.org
# vgscan -a
This will recreate the VG information.
Also, if you have the map file of the original VG, you can do a vgimport too:
# vgimport -m mapfile ...options ...
rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2002 04:31 AM
08-17-2002 04:31 AM
Re: problem to recreate volume group
thanks a lot on your effort to solve this prob.
this prob. already solve by HP engineer by changing the disk drive and reconfigure back that partition.
Regards,
Mike