- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
05-09-2002 11:38 AM
05-09-2002 11:38 AM
pfs_mount
Only way out is to reboot the server. Any one has any idea resolving this without rebooting?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:43 AM
05-09-2002 11:43 AM
Re: pfs_mount
use folloing way then even if you logout of session it will still stays on.
#/usr/sbin/pfs_mountd &
#/usr/sbin/pfsd 1 &
#pfs_mount -x unix /dev/dsk/????? /cdrom
then at anytime you can run
#pfs_umount /cdrom
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:43 AM
05-09-2002 11:43 AM
Re: pfs_mount
Did you try pfs_umount /cdrom ..??
Also try to Kill pfs processes, if nothing works reboot ..!
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:44 AM
05-09-2002 11:44 AM
Re: pfs_mount
See if your statd and lockd daemons are running, and start them if they aren't. That is about the only trick I know to escape the pfs hung problem without rebooting.
Speaking of pfs, I'd sure love to see that wonderful piece of software on a product roadmap that ends up in the trashcan!
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:53 AM
05-09-2002 11:53 AM
Re: pfs_mount
I exactly did what you say. But if I logout of the session my pfs processes are gone.
It issuppose to run in the background but it does not. Is there any patch? Anyone know.
At this point nothing is working.
Raji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 11:59 AM
05-09-2002 11:59 AM
Re: pfs_mount
the process is as :
pfs_mountd &
pfsd &
pfs_mount /dev/dsk/cxtydz /cdrom
now there are 4 process which will run in background the mount and pfsd and the rpc 's , to fully stop it you will have to kill those and that sjould be done with the least one first otherwise the system will hand on bdf display etc
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 12:00 PM
05-09-2002 12:00 PM
Re: pfs_mount
Try preceeding the pfs commands with nohup.
EX:
#nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd 1 &
#nohup pfs_mount -x unix /dev/dsk/????? /cdrom
This forces them to ignore hangups.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 12:31 PM
05-09-2002 12:31 PM
Re: pfs_mount
We need to use /dev/rdsk with pfs_mount I understand not /dev/dsk. If I am wrong correct me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 12:36 PM
05-09-2002 12:36 PM
Re: pfs_mount
You're correct /dev/rdsk/cxtydz must be used.
Sorry I didn't notice that earlier.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 12:56 PM
05-09-2002 12:56 PM
Re: pfs_mount
pfs uses raw devices and thereby you can use the 'rdsk' when mounting.
Also regarding patch, apply these if you have not yet:
HP-UX 11.00 - PHCO_16438 (s700_800 11.00 PFS cumulative patch)
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 03:30 AM
05-10-2002 03:30 AM
Re: pfs_mount
use nohup along with the commands. one more thing i suggest is if ur machine is not an nfs server, stop nfs processes. if it is an nfs server mount CD on some other machine and nfs mount the CD on local server.
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
regds
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 06:00 AM
05-10-2002 06:00 AM
Re: pfs_mount
You ran the pfs daemons and logged out, that was a problem. If you want to do that, run the pfs daemons with a nohup, this will not kill the daemons if you logout.
#nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd &
#pfs_mount -o xlat=unix /dev/rdsk/????? /cdrom
then at anytime you can run
#pfs_umount /cdrom
Hope this helps.
Regds