- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PFS_MOUNTD 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
07-18-2000 03:52 AM
07-18-2000 03:52 AM
PFS_MOUNTD problem...
When I am trying to run pfs_mound daemon then I am getting followin g err message.
pfs_mountd: pfs_mountd: can't contact pfs_mountd.rpc: araballi: RPC: Program not registered
pfs_mountd: can't contact pfs_mountd.rpc: araballi: RPC: Program not registered
It was worked fine yesterday.. But from today morning it has started to show...
Pls help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 04:03 AM
07-18-2000 04:03 AM
Re: PFS_MOUNTD problem...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 05:12 AM
07-18-2000 05:12 AM
Re: PFS_MOUNTD problem...
#nohup /usr/sbin/pfs_mountd &"
#nohup /usr/sbin/pfsd &"
When shuting down the daemons, use the reverse order. What I did is put this in a script called pfsmountcd that accepts the start and stop options. It works great.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 05:20 AM
07-18-2000 05:20 AM
Re: PFS_MOUNTD problem...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 05:45 AM
07-18-2000 05:45 AM
Re: PFS_MOUNTD problem...
Install s700_800 11.00 PFS cumulative patch(PHCO_16438) and see. The patch description said that fix exactly your problem. I had this a while ago, and the patch did the job!
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 07:56 AM
07-18-2000 07:56 AM
Re: PFS_MOUNTD problem...
try the following:
# /sbin/init.d/nsc stop ; /sbin/init.d/nsc start
...then continue with running your pfsd (or making sure that it is running)
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 11:33 AM
07-18-2000 11:33 AM
Re: PFS_MOUNTD problem...
pfs_mountd
pfs_mountd.rpc
pfsd
pfsd.rpc
If any of these show up in an ps -ef output as being owned by the PPID of 1, then it has zombied. If this is the case then I've never been able to start up pfs without rebooting to clear the zombie.
Also, this error you are getting can occur if a lan interface is configured "down". If you ifconfig the interface "up", it may resolve this.