- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pfs_mount problem..
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
01-25-2002 01:39 PM
01-25-2002 01:39 PM
pfs_mount problem..
I am running HP-UX 11 and I have issued the pfs_umount command while doing an installation, but I am unable to open the CDROM device. Does anyone know what I can do to open it and change the CD, apart from starting the installation all over?
Thanks Dee.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 01:51 PM
01-25-2002 01:51 PM
Re: pfs_mount problem..
I'm not sure if you tried this but taking a look at the man page for pfs_mount explains the "-c" option for pfs_umount.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 01:54 PM
01-25-2002 01:54 PM
Re: pfs_mount problem..
You need to check whether any process is still running by using the CD. Check whether the CD is properly unmounted. If you want to kill any process which using the file system (CD), use 'fuser' command. Remember not to kill your installation process.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 01:54 PM
01-25-2002 01:54 PM
Re: pfs_mount problem..
I tried it earlier, but it did not help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2002 05:47 PM
01-27-2002 05:47 PM
Re: pfs_mount problem..
I was wondering...
Did the pfs_umount command succeed, or did it
report Device busy? If it reported Device busy,
make sure you are not in the CD-ROM filesystem
(pwd) and try the command pfs_umount again.
Bob Rowley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2002 06:51 PM
01-27-2002 06:51 PM
Re: pfs_mount problem..
# fuser -c /mount_point
# fuser -u /mount_point
kill it by sending KILL signal to the process if found and try again.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 02:00 AM
01-28-2002 02:00 AM
Re: pfs_mount problem..
To confirm my saying, I can use
fusser -u /mount_point
to see if the installation process is there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 02:32 AM
01-28-2002 02:32 AM
Re: pfs_mount problem..
If is not too late and you haven??t rebooted the system you can try killing the pfs daemons in thir order:
pfsd.rpc
pfsd
pfs_mountd.rpc
pfs_mountd
It worked for me.
Best regards.