- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hard Disk Failure Help
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
08-02-2004 08:47 AM
08-02-2004 08:47 AM
Vgdisplay is showed the followings:
***************
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg03".
*****************
I would like to see if I can force it to be activated now that it is 'dead' already in this case. HP support says it may die, but I would have other opinion before I replace it (loss it).
Can someone help?
Thanks a lot!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 08:52 AM
08-02-2004 08:52 AM
Re: Hard Disk Failure Help
If it does appear dead and you really need to get it active to get data off, you can try taking it out and slapping it a few times then put it back in. This has saved me a couple of times in the past.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 08:54 AM
08-02-2004 08:54 AM
Re: Hard Disk Failure Help
Next try vgchange -a y /dev/vg03, if that fails and there is more than one disk in the VG, then try to override quorum, vgchange -a y -q n /dev/vg03.
This is exactly the reason why you always mirror data; this would be a minor inconvenience rather than a probable let's go find the backups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 09:08 AM
08-03-2004 09:08 AM
Re: Hard Disk Failure Help
In ioscan S/W status shows claimed or No_HW ?.Please checkup this .
If claimed weather it responds to
#diskinfo -v /dev/rdsk/cxtxdx command
if it gives output
do as following
#vgchange -a y /dev/vg03(if it is no mirror)
#vgchange -a y -q n /dev/vg03 (with out quarum checking)
refer man vgchange for further switches
regards
vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 09:17 AM
08-03-2004 09:17 AM
Re: Hard Disk Failure Help
diskinfo returns that the disk has 0 size.
vgchange -a gets errors like Quorum not present, or some physical volume(s) are missing"
I did not use "vgchange -a y -q n /dev/vg03", would that work?
It is a dead disk, isn't it??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 09:23 AM
08-03-2004 09:23 AM
Re: Hard Disk Failure Help
Well, I wouldn't play taps for it just yet - but I'd get the bugler warmed up.
As Clay mentioned, try to reseat the drive if it's a hot-swappable drive. THEN if it reports 0 size on a diskinfo command - it's toast.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 10:14 AM
08-03-2004 10:14 AM
Re: Hard Disk Failure Help
if you are encountering an error that quarum is
not present that means multiplle disks are there in that vg.this you can verify by
strings /etc/lvmtab
If there are multiple disks even though you are activating it using lq option you may not be able to mount all lvols(because defective one may be containg lols).
How many lvols are there in vg03 ?
regrads
vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 12:25 AM
08-04-2004 12:25 AM
Re: Hard Disk Failure Help
vgchange command with any parameters does not make a miracle.
Thanks a lot guys, it's dead then.