- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to delete or unmount when the disk is nolonger...
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
02-15-2008 01:30 AM
02-15-2008 01:30 AM
How to delete or unmount when the disk is nolonger exists
The disk in my eva3000 went bad, in that disk there were few raid 0 LUNs.
Those LUNs were part of a volume group.
when issues bdf, i still can see the mounting point, but can not access because the disk was not there anymore and cannot unmount it.
I will reboot the box in the next few weeks and it would take care of the problem, but for now is there away to unmount or delete the volume group.
Thanks in advance!
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 01:41 AM
02-15-2008 01:41 AM
Re: How to delete or unmount when the disk is nolonger exists
For 11.23 and 11.31 there is an option to force a umount of a filesystem. Otherwise you will need a reboot, remove the effected filesystem from /etc/fstab and reboot.
# umount -f /mount_point
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 01:44 AM
02-15-2008 01:44 AM
Re: How to delete or unmount when the disk is nolonger exists
You could try the following:
# umount -f
# mv /etc/mnttab /etc/mnttab.old
# mount -a
Thanks & Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 02:36 AM
02-15-2008 02:36 AM
Re: How to delete or unmount when the disk is nolonger exists
vgchange -a n /dev/yourvg
vgexport /dev/yourvg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2008 04:26 PM
02-19-2008 04:26 PM
Re: How to delete or unmount when the disk is nolonger exists
i am using 11.11, so there is no force umount.
my only option is schedule a reboot the server.
Thanks for your helps.
Regards-Tom