- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /etc/lvmtab troubleshooting
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
01-09-2001 11:25 AM
01-09-2001 11:25 AM
/etc/lvmtab troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 11:43 AM
01-09-2001 11:43 AM
Re: /etc/lvmtab troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 01:17 PM
01-09-2001 01:17 PM
Re: /etc/lvmtab troubleshooting
If you are trying to recover from a failed disk you probably want to replace the disk and recover the LVM structures with vgcfgrestore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 01:53 AM
01-10-2001 01:53 AM
Re: /etc/lvmtab troubleshooting
Try this:
# vgchange -a n vg##
# vgexport /dev/vg##
Then you can use the freed disks to make PVs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 05:19 PM
01-10-2001 05:19 PM
Re: /etc/lvmtab troubleshooting
vgchange -a n vgname
vgexport vgname
which will remove entries from lvmtab ,
or you can try moving lvmtab and doing vgsvan -v , which will scan all the disks available and update lvmtab , but for this u have to make sure you have LVM cumulative patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 04:20 AM
01-11-2001 04:20 AM
Re: /etc/lvmtab troubleshooting
# vgreduce -f /dev/vg01
From the man page:
"The vgreduce command with -f option removes all missing physical volume from the volume group."
After you have used vgreduce, recreate the /etc/lvmtab:
# mv /etc/lvmtab /tmp/lvmtab.old
# vgscan -v