- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mc/Service Guard Package Failure due to mount issu...
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
07-22-2004 05:57 AM
07-22-2004 05:57 AM
Mc/Service Guard Package Failure due to mount issue
I'm not sure what to do here. I have a script that moves packages from one node to another, but is receiving the following errors:
Jul 21 15:36:58 - Node "topfuel": Mounting /dev/fs_bolton/edimgr at /opt/edimgr
Jul 21 15:36:59 - Node "topfuel": Mounting /dev/fs_bolton/wfm3 at /opt/wfm3
mount: /opt/wfm3: No such file or directory
WARNING: Running fuser on /opt/wfm3 to remove anyone using the busy mo
unt point directly.
/opt/wfm3: stat: No such file or directory
fuser: could not find or access file /opt/wfm3.
mount: /opt/wfm3: No such file or directory
/opt/wfm3: stat: No such file or directory
fuser: could not find or access file /opt/wfm3.
mount: /opt/wfm3: No such file or directory
ERROR: Function freeup_busy_mountpoint_and_mount_fs
ERROR: Failed to mount /dev/fs_bolton/wfm3 to /opt/wfm3
Jul 21 15:37:00 - Node "topfuel": Unmounting filesystem on /dev/fs_bolton/edimgr
WARNING: Running fuser to remove anyone using the file system directly
.
/dev/fs_bolton/edimgr:
Jul 21 15:37:01 - Node "topfuel": Deactivating volume group /dev/fs_bolton
Can anyone advise what I should do to fix switch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 06:11 AM
07-22-2004 06:11 AM
Re: Mc/Service Guard Package Failure due to mount issue
Appears to me that the mount point /opt/wfm3 does not exist on that node.
Create it:
mkdir /opt/wfm3
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 06:12 AM
07-22-2004 06:12 AM
Re: Mc/Service Guard Package Failure due to mount issue
1) On the node, make sure that these directories (mount point) exists.
2) If they exists, check if some other file system is already mounted there.
3) Check if anybody accessing this directory or any application under this directory
4) Try mounting it manually and see what happens. If the directory is busy, check with fuser.
5) Make a copy of the script and edit the original by adding a "sleep 10" command after each 'fuser' command. This will give enough time for each fuser command to easily remove active connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 06:51 AM
07-22-2004 06:51 AM
Re: Mc/Service Guard Package Failure due to mount issue
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 07:31 AM
07-22-2004 07:31 AM
Re: Mc/Service Guard Package Failure due to mount issue
I hope, you will not forget to assign points to the members who helped you to resolve the problem.
I personall don't pretend ...