- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mount weirdness
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
06-03-2002 11:01 AM
06-03-2002 11:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:04 AM
06-03-2002 11:04 AM
Re: pfs_mount weirdness
Ah yes, the hated pfs_mount!
At least hope is on the way for 11.0 and already available on 11.11. That is, for an alternative to these nasty daemons see this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x98aaba808b46d611abda0090277a778c,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:10 AM
06-03-2002 11:10 AM
Re: pfs_mount weirdness
You will have to bounce the machine . There is no way you can get out of it , I will list down the following to avoid pfs mishaps :
Mounting the CDROM
1.pfs_mountd &
2.pfsd &
3.pfs_mount /dev/dsk/cxtydz /SD_CDROM .
Umounting
never use umount to unmount cd mounted through pfs , use pfs_umount , incase there are remanent processes use ps -aef | grep pfs and them kill from the least to the highest .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:14 AM
06-03-2002 11:14 AM
Re: pfs_mount weirdness
Use the soft option..
# pfs_mount -o ro,soft /dev/dsk/cxtydz /SD_CDROM
It is important to use the 'soft' mount option in this command. The default setting specifies a 'hard' mount and can result in hangs of lmx.srv processes, if there are failures of the PFS mount being used as an AS/U share.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:16 AM
06-03-2002 11:16 AM
Re: pfs_mount weirdness
Manoj - I really didn't have a problem getting the cd mounted. My problem is that it somehow got confused after I accessed it for a while.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 11:53 AM
06-03-2002 11:53 AM
SolutionYou might try looking at the syslog.log file in /var/adm/syslog for that complete error message. On the problem, this may be a longshot, but is your home directory (or the directory you were logged in to) NFS mounted from elsewhere? At my previous workplace we NFS mounted home directories to many systems to allow consistency. An NFS problem would cause a hangup for any apps being run in that session. You might try running the installer from the console terminal if that could be your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 12:07 PM
06-03-2002 12:07 PM
Re: pfs_mount weirdness
Unfortunately I can't do the install from the console. We only have a text console and Oracle *requires* a X terminal for the installer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 12:15 PM
06-03-2002 12:15 PM
Re: pfs_mount weirdness
I've found that I have better luck with it when I've made sure that the statd and lockd daemons were running before I fired up the pfs daemons.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 12:22 PM
06-03-2002 12:22 PM
Re: pfs_mount weirdness
Thanks to everyone for your advise. I'll still try to new mount procedure once I get my defective drive fixed.