Operating System - HP-UX
1833570 Members
3605 Online
110061 Solutions
New Discussion

serviceguard + sap umount errors

 
anat heilper
Frequent Advisor

serviceguard + sap umount errors

Hi,
have anyone encountered problems with sap of umount the file systems that are related to it?
I've tried to increase the fs_umount_count parameter, but this doesn't seems to help either, the umount fails.

Thanks,
Anat
5 REPLIES 5
Hasan  Atasoy
Honored Contributor

Re: serviceguard + sap umount errors

hi anat ;

after closing the sap instance , you should kill the process by fuser -ck /mountpoint.


Hasan.
anat heilper
Frequent Advisor

Re: serviceguard + sap umount errors

Hi Hasan,
this is done by serviceguard umount_FS function which issues fuser command before it tries to umount the file systems.
Hasan  Atasoy
Honored Contributor

Re: serviceguard + sap umount errors

it is possible to paste related log file portion ( /etc/cmcluster/packetnam/*log )

Hasan.
anat heilper
Frequent Advisor

Re: serviceguard + sap umount errors

Node "X": Unmounting filesystem on y:/export/sapmnt/Z
WARNING: Running fuser to remove anyone using the file system directly.
y:/export/sapmnt/Z:

nfs umount: nfs_unmount: /sapmnt/Z: is busy
umount: return error 1.


tnhis message returns several times ( the number of times that the parameter fs_umount_count is set) and then the package fails to halt
Stephen Doud
Honored Contributor

Re: serviceguard + sap umount errors

I cannot locate nfs_umount or nfs_unmount functions in any the HP-sourced toolkit files in /opt/cmcluster. What is the source of this function?