- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgimport 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
09-03-2001 11:49 PM
09-03-2001 11:49 PM
I had been reinstalling the OP on my server.
I created vg00 with only one disk; extended all the file systems a recover vg00 from a previous backup.
Initially my server had 4 disks on vg00.
After finish the restore the server is ok but my server is confused about how many disks are on vg00.
The kernel thinks that there is only one but /etc/lvmtab shows 4.
I have used the comand vgscan -a to update lvmtab but is asking me to vgimport the disks again.
I don't have information important on the 3 disks that vg00 can't make a physical query.
I'm not sure if I can vgimport vg00 because the OS is in that disk.
I also have tried vgreduce and vgcfgreestore but is coming back with can't make a physical query.
Can you let me know if there is anyway to remove the 3 disks from /etc/lvmtab?.
Thanks in advance
Raquel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2001 11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 12:23 AM
09-04-2001 12:23 AM
Re: vgimport volume group vg00
vgscan -a Scan all controller device paths to all physical volumes on the system.
Since your vg00 sits on primary controller device path. do #vgscan -v
After lvmtab created successfully
Do the following to resync information on disk.
# vgchange -a y
# lvlnboot -R
later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 12:45 AM
09-04-2001 12:45 AM
Re: vgimport volume group vg00
try to move lvmtab to lvmtab.old and then perform vgscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:11 AM
09-04-2001 01:11 AM
Re: vgimport volume group vg00
I had a similar problem. The solution in my case was the vgreduce command with the parameter "- f" (force reduction of missing physical volume in a given volume group).
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 06:27 AM
09-04-2001 06:27 AM
Re: vgimport volume group vg00
mv /etc/lvmtab /etc/lvmtab.old and then do
a vgscan -v to recreate the lvmtab. Again don't forget to do vgchange -a y after vgscan.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 05:41 PM
09-04-2001 05:41 PM
Re: vgimport volume group vg00
Just wondering is this problem solved ?
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 02:50 AM
09-05-2001 02:50 AM
Re: vgimport volume group vg00
It worked ok after I move /etc/lvmtab and create the new one using vgscan.
Cheers
Raquel