- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mountd daemon
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
11-28-2005 09:54 AM
11-28-2005 09:54 AM
I'm not familiar with pfs_mountd or the rpc - but they are both still showing in my process list
1) is this a problem?
2) how do I stop it/them?
Lisa
HP-UX B.11.0 U 9000/800
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:10 AM
11-28-2005 10:10 AM
Solutionand having the daemons running isn't a big deal. You can kill them if you want...although next time you need to mount a CD that needs it you will need to restart those daemons before mounting it.
common usage: pfs_mount -x unix -t rrip -o ro /dev/cdrom /tmp_mnt
also note...that you need to unmount the pfs_mounted filesystem with pfs_umount...run pfs_umount -c to close any pfs filesystems that were already unmounted.
Hope this helps.
CH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:19 AM
11-28-2005 10:19 AM
Re: pfs_mountd daemon
11.00 PHCO_26449
11.11 PHCO_25841
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:22 AM
11-28-2005 10:22 AM
Re: pfs_mountd daemon
so when I see these in my process list:
root 13861 1 0 Nov 22 ? 0:00 /usr/sbin/pfs_mountd
root 14446 1 0 Nov 22 ? 0:00 /usr/sbin/pfsd
root 14452 14446 0 Nov 22 ? 0:01 pfsd.rpc
root 13862 13861 0 Nov 22 ? 0:01 pfs_mountd.rpc
I can just kill 13861 and 14446
and the .rpc processes will go away as well - right?
Lisa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:23 AM
11-28-2005 10:23 AM
Re: pfs_mountd daemon
The order in which you start a 'pfs_mount' process is stictly reversed when you unmount.
First, make sure that you *only* use 'pfs_umount'. Do *not* use the standard 'umount' command. Remember to 'cd' "out" of the mounted directory first.
Next, kill the 'pfsd' daemon, and *then* lastly, the 'pfs_mountd' daemon.
Failure to observe this order can lead to a "hung" system, most notably one where queries of filesystems and directories "hang" and processor utilization climbs and climbs, leading to a reboot to ressurrect an unresponsive system.
I *strongly urge* you to download and install (which will require a reboot) the necessary patches to mount RockRidge formatted CDs natively.
Once installed, you simply do:
# /usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/cXtYdZ
For 11.0 you will need patches:
PHKL_28060
PHKL_26450
PHCO_26449
The installation and reboot required will save endless headaches!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 10:34 AM
11-28-2005 10:34 AM
Re: pfs_mountd daemon
I will take your words to heart about the patches - though it isn't likely to be completed before the vendor returns to "try again" as I can't get a reboot scheduled in that timeframe.
thanks again for the information.