- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvm question
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
06-06-2005 03:07 AM
06-06-2005 03:07 AM
lvm question
In my V class server I has a bad disk. HP came and replaced the disk. I tried a vgcfgrestore and that failed. So I tried to do a lvreduce -m 0 k ... It removed the replaced disk (c0t4d0) from two of the three logical volumes in the third lv it removed the good disk (c2t4d0) for some reason. Anyway, HP says that the disk that got replaced is also bad. But now I am getting an error on bdf " bdf: Cannot open /etc/mnttab: Permission denied". There is nothing wrong with mnttab. Any ideas??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 03:25 AM
06-06-2005 03:25 AM
Re: lvm question
Your ability to recover any data is probably nill at this point.
If the new disk does not show up on ioscan -fnC disk you do need a new disk.
You first get the disks all working and then you should probably either rebuild the volume group or vgextend the current volume group back onto the replaced disks.
Then you shold be okay to restore data.
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
06-06-2005 03:25 AM
06-06-2005 03:25 AM
Re: lvm question
Not enough detail yet to know what happened, but can you post the output of "lvdisplay -v /dev/vg00/lvol3" and "vgdisplay -v /dev/the_problem_vg"
When you say the vgcfgrestore failed, what was the error?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 03:40 AM
06-06-2005 03:40 AM
Re: lvm question
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 03:54 AM
06-06-2005 03:54 AM
Re: lvm question
Have you tried remirroring that lvol?
lvextend -m 1 /dev/vgtools_sftware/lvol1
If successfully synced, try reducing out the mirror on the bad disk:
lvreduce -m 0 /dev/vgtools_sftware/lvol1 \
/dev/dsk/c0t4d0
All the extents show 'current' in lvdisplay so this has a chance. The main issue is with the PV status of 'unavailable'.
Regards,
Eric