- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- URGENT: Two physical disks gone from vg00 hpux 11....
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-10-2008 11:12 AM
06-10-2008 11:12 AM
URGENT: Two physical disks gone from vg00 hpux 11.23
Our /dev/vg00/lvol14 consists of:
/dev/dsk/c3t2d0
/dev/dsk/c4t2d0 Mirror
All of a sudden, the vg is reporting that both physical disks cannot be queried. When I do a vgdisplay, I do not see the disks in the pv listing. I only see 4 disks. I removed the logical volume associated with the disks but vg00 is stil having issues. The /etc/lvmtab shows the disks and as such anything I try to do to the vg errors. This includes reducing the vg.
How do I remove these disks from the lvmtab? When I try to reduce the vg it says that the physical volume is not part of the vg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 11:19 AM
06-10-2008 11:19 AM
Re: URGENT: Two physical disks gone from vg00 hpux 11.23
Check the man page for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 11:25 AM
06-10-2008 11:25 AM
Re: URGENT: Two physical disks gone from vg00 hpux 11.23
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 11:46 AM
06-10-2008 11:46 AM
Re: URGENT: Two physical disks gone from vg00 hpux 11.23
Best way to approach to a faster solution would be to described the problem by using the actual commands that you used and the exact outputs that you were getting.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 12:09 PM
06-10-2008 12:09 PM
Re: URGENT: Two physical disks gone from vg00 hpux 11.23
2 disks at a time are unlikely, but possible.
Maybe another (connection) problem?
Can you post more details about the hardware? (disk chassis, server model, ioscan -fn ...)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 04:55 PM
06-10-2008 04:55 PM
Re: URGENT: Two physical disks gone from vg00 hpux 11.23
I believe Patrick is correct, vgreduce -f /dev/vg00. You will have to also check for any daemons still referencing that deleted lvol and stop them. That's probably what it is in fact. Use 'lsof' if you don't know. 'fuser' may also work.