- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to umount the cluster vg.
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-17-2011 10:16 PM
02-17-2011 10:16 PM
how to umount the cluster vg.
example:
server 1
/dev/vgdb1/exports 102432768 15874008 85883096 16% /exports
/dev/vgdb1/u101 102432768 31959008 69924016 31% /u101
server 2
/dev/vgdb1/u102 102432768 40293368 61668744 40% /u105
how to umount the /u105 mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2011 10:28 PM
02-17-2011 10:28 PM
Re: how to umount the cluster vg.
Halting the package will umount the VG, if part of the cluster.
Otherwise consider to halt the application, then umount the file system.
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
02-17-2011 11:35 PM
02-17-2011 11:35 PM
Re: how to umount the cluster vg.
check your cluster configuration file
You can find entries to down
mount point --- umount =1
database in customer defined alias
if not down the database or application
halt package and then node.
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2011 02:16 AM
02-18-2011 02:16 AM
Re: how to umount the cluster vg.
Have you tried :
umount /u105
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2011 09:48 AM
02-18-2011 09:48 AM
Re: how to umount the cluster vg.
1ï¼ umount /u105
2, if step 1 failed, telling"device busy", halt application on server 2, then umount /u105
3, if step 2 failed, fuser -ku /dev/vgdb1/u102, then umount /u105
of course you could halt package to umount the filesystem if it was configured in cluster.
regards
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2011 08:27 PM
02-18-2011 08:27 PM
Re: how to umount the cluster vg.
cmhaltpkg pkgname
if not simply do
umount /u105
if saying device is busy
then fuser -ck /u105
then unmount it.