Operating System - HP-UX
1830000 Members
3861 Online
109998 Solutions
New Discussion

Mc/Service Guard Package Failure due to mount issue

 
Bibi_2
New Member

Mc/Service Guard Package Failure due to mount issue

Hi,

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?
4 REPLIES 4
Jeff Schussele
Honored Contributor

Re: Mc/Service Guard Package Failure due to mount issue

Hi Bibi,

Appears to me that the mount point /opt/wfm3 does not exist on that node.
Create it:

mkdir /opt/wfm3

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Helen French
Honored Contributor

Re: Mc/Service Guard Package Failure due to mount issue

Couple of things:

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.
Life is a promise, fulfill it!
Bibi_2
New Member

Re: Mc/Service Guard Package Failure due to mount issue

Thank you so much both. Creating directory fixed issue.

Thanks.
Victor Fridyev
Honored Contributor

Re: Mc/Service Guard Package Failure due to mount issue

Hi, Bibi

I hope, you will not forget to assign points to the members who helped you to resolve the problem.

I personall don't pretend ...
Entities are not to be multiplied beyond necessity - RTFM