- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove "Ghost" disk from kernel
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-25-2002 08:47 AM
06-25-2002 08:47 AM
The lvmtab file only shows the 4 existing disks while SAM volume groups reports 5 disks in vg00. I am assuming that this includes the "dead (and removed) disk.
Is there a way to get the kernel to throw out the "dead disk"?
Thanks in Advance,
Henry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 08:53 AM
06-25-2002 08:53 AM
Re: Remove "Ghost" disk from kernel
Have you tried to unconfigure the disk in sam through disks and file systems --> disk devices?
Select the disk, tab --> actions --> unconfigure.
Does this help??
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 08:53 AM
06-25-2002 08:53 AM
Re: Remove "Ghost" disk from kernel
Have a look at Technical Knowledge Base document #LVMKBRC00006257, 'Removing a "ghost disk"'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 08:53 AM
06-25-2002 08:53 AM
Re: Remove "Ghost" disk from kernel
mv /etc/lvmtab /etc/orig.lvmtab
vgscan -a
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 09:14 AM
06-25-2002 09:14 AM
Solutionand
# lvdisplay -v -k /dev/vg00/lvol2
==> the PV column will show you the disk key value (usually 0 or 1)
With that remove the mirrored stale LV (assuming disk key value is 1)
# lvreduce -m 0 -k /dev/vg00/lvol2 1
Final steps ..
# cd /etc
# mv lvmtab lvmtab.org
# vgscan ???v
# vgchange -a y vg00
--> reactivate vg00
# vgreduce -f vg00
--> force removal of the ghost disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 09:21 AM
06-25-2002 09:21 AM
Re: Remove "Ghost" disk from kernel
Try this link,
{note: contract customer link removed by moderator}
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 09:22 AM
06-25-2002 09:22 AM
Re: Remove "Ghost" disk from kernel
The vgscan -a doesn't change a thing. lvmtab reports 4 disks and SAM reports 5. I haven't been able to locate the document for removing a ghost disk.
Thanks for your input. If you have any more suggestions they will be appreciated.
Thanks,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 09:26 AM
06-25-2002 09:26 AM
Re: Remove "Ghost" disk from kernel
For full access to the Knowledge Base, you must have a support agreement and you must login to the ITRC. When you meet these criteria, be sure to select the "by DocID" from the dropdown box to the left of the search criteria.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 09:46 AM
06-25-2002 09:46 AM