1833588 Members
3853 Online
110061 Solutions
New Discussion

pfs_mount

 
UNIXTEK
Frequent Advisor

pfs_mount

How can I kill pfs_umount processes ?
How can I kill bdf processes ?

pfs has caused several "bdf" commands to hang and there are
a lot of "NFS server hostname not responding still trying" messages.

kill -9 does not help.

It appears that the only solution is to reboot, but this is not an acceptable solution since the system is a very important database server.
I have tried to restart pfs_mountd and pfsd, but this doesn't help
either.
3 REPLIES 3
MARTINACHE
Respected Contributor

Re: pfs_mount

Hi,

pfs is like nfs, when there is a lock : you have to reboot !

I don't know if this will work but have a look to "ipcs -a" and then ipcrm.

When you use pfs_mount, add this option "-osoft,intr". Then you are able to kill processes.

Regards,

Patrice.
Patrice MARTINACHE
Joseph C. Denman
Honored Contributor

Re: pfs_mount

Patrice is correct. You will need to reboot; however, I dont think the errors will hurt anything, if you wish to wait until low user time for the reboot. Indeed PFS is like NFS. When terminating your PFS, if you do not use the options given by Patrice, you have to kill the processes in a given order. kill pfsmountd first, then pfsd.

...jcd...
If I had only read the instructions first??
Joseph C. Denman
Honored Contributor

Re: pfs_mount

I have had the problem in the past where I killed them in the wrong order. I reboot.

You could try turning off nfs server and nfs client. I don't know if this will tell the system to stop attemting or not. Worth a try.

...jcd...
If I had only read the instructions first??