- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mount
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
04-30-2001 09:03 AM
04-30-2001 09:03 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 09:06 AM
04-30-2001 09:06 AM
Re: pfs_mount
1 - Were you and anybody else out of the directory? - confirm this with an fuser command on the file system to see if there are any users..
2 - Any user that was using the file system, have them log out of the system entirely..
From outside the filesystem directory, try the unmount again...
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 09:12 AM
04-30-2001 09:12 AM
Re: pfs_mount
you should see a list of processes (pids) which are using the cdrom. ps -p pid -f will then give you more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 09:18 AM
04-30-2001 09:18 AM
Re: pfs_mount
I says device is busy because....device is busy. Use fuser to determine which process has a hold on the mountpoint. Then kill the process.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 09:21 AM
04-30-2001 09:21 AM
Re: pfs_mount
When I stated about the fuser, do it first to see if there is a process/user that has a hold on it, then use the -k parameter to kill the process..
Then log that user out.. I have had similar problems with Oracle CD's..
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 09:28 AM
04-30-2001 09:28 AM
Solution1. pfs_umount ( obviously nobody should be in thtat directory , user fuser -c < mount directory > to know who is using it .
2. Incase you cant eject th
e CD out try this do ps -ef | grep pfs and kill the processes in the incresing order ,
that means issue kill -9 to the lowest id and then go ahead . After that is done th CD will be able to come out.
Also in the later version of ORACLE 8.1.7 there are two CD to be used in while installing oracle . Incase you are stuck up after the first CD then in the oracle install GUi go to the root directory this will free the mount point being owned by oracle.
This should work for you.
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 10:41 AM
04-30-2001 10:41 AM
Re: pfs_mount
A word of caution (from bitter experience, too!):
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.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 10:51 AM
04-30-2001 10:51 AM
Re: pfs_mount
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 11:04 AM
04-30-2001 11:04 AM
Re: pfs_mount
You also may want to consider creating a seperate mount point just for PFS mounted media. This will help you remember NEVER to do a umount for these. Use the seperate mount point (/PFSCD) for pfs_mounted media and then remember to do a pfs_umount AFTER changing to the root directory and running fuser -c /PFSCD to check that nobody is still in.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 06:11 AM
05-02-2001 06:11 AM
Re: pfs_mount
Why dont you try fuser on device file rather than mount point.
Next thing while doing pfsmount make sure that statd and lockd daemons are running.