- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unmount Volume Group
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
11-27-2007 03:00 AM
11-27-2007 03:00 AM
Unmount Volume Group
the LUN under a Volume Group was removed by using LUN Management in Launcher. The LUNs are in a VA7410.
I forgot to unmount the vg before removing its LUN. How can I get out the vg when I issue "bdf" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:17 AM
11-27-2007 03:17 AM
Re: Unmount Volume Group
removing /dev/vgbackup from your system?
# umount /dev/vgbackup/lvol1
probably you should force the umount with the -f option
# vgchange -a n /dev/vgbackup
# vgexport /dev/vgbackup
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:48 AM
11-27-2007 03:48 AM
Re: Unmount Volume Group
i got these messages:
rc01dbs:/ (120) root% umount /dev/vgbackup/lvol1
umount: cannot find /dev/vgbackup/lvol1 in /etc/mnttab
cannot unmount /dev/vgbackup/lvol1
rc01dbs:/ (121) root% vgchange -a n /dev/vgbackup
vgchange: Couldn't deactivate volume group "/dev/vgbackup":
Device busy
any advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:50 AM
11-27-2007 03:50 AM
Re: Unmount Volume Group
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:53 AM
11-27-2007 03:53 AM
Re: Unmount Volume Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:53 AM
11-27-2007 03:53 AM
Re: Unmount Volume Group
umount: illegal option -- f
usage: umount [-V] [-v] { special | directory }
umount [-F FStype] [-v] [-h host] -a
rc01dbs:/ (123) root%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 03:59 AM
11-27-2007 03:59 AM
Re: Unmount Volume Group
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /opt vxfs delaylog 0 2
/dev/vg00/lvol5 /tmp vxfs delaylog 0 2
/dev/vg00/lvol6 /var vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvnmsopt /d/nmsopt vxfs delaylog 0 2
/dev/vg00/lvldap /var/opt/netscape vxfs delaylog 0 2
rc01dbs:/var/opt/install/data (128) root%
I unmounted the FS already, but i still see the vgbackup in the /etc/lvmtab. How can i take it out from this file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 05:34 AM
11-27-2007 05:34 AM
Re: Unmount Volume Group
you can delete related parts from lvmtab by
vgexport vgbackup
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 06:00 AM
11-27-2007 06:00 AM
Re: Unmount Volume Group
i tried this and i got this messages:
rc01dbs:/ (176) root% vgexport vgbackup
vgexport: Volume group "vgbackup" is still active.
vgexport: Couldn't export volume group "vgbackup".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 06:43 AM
11-27-2007 06:43 AM
Re: Unmount Volume Group
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=668176
It is a quick and dirty :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 10:53 PM
11-27-2007 10:53 PM
Re: Unmount Volume Group
vgchange -a n vgbackup
vgexport vgbackup
Hasan.