- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pcnfs problem on 11.00
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
11-29-2001 01:17 PM
11-29-2001 01:17 PM
pcnfs problem on 11.00
11.00. PC user tries to connect to unix
server using pcnfs. The user receives the
following message "RPC request has timed out
no reply." start_mountd=1 and PCNFS_SERVER=1
are both set.
The following is what the user does on pc:
Press CTL-ALT-DEL to get login screen.
Enter Network password, press OK
NFS LOGIN dialog box appears. I enter in my username and password and the server name. I hit OK and after about 15 seconds it returns another dialog box that says
An RPC request has timed out - no reply
If I use anonymous as the user name and no password, I click OK and it proceeds to connect to the drives on the boxes that I previously set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 01:22 PM
11-29-2001 01:22 PM
Re: pcnfs problem on 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 01:36 PM
11-29-2001 01:36 PM
Re: pcnfs problem on 11.00
You would need to enable the PC-NFS *server* on the HP-UX box by setting PCNFS_SERVER=1 in /etc/rc.config.d/nfsconf (assuming you have a 10.x or 11.x box) and running '/sbin/init.d/nfs.server restart' (probably shouldn't do this with users on the system, though).The man page for 'pcnfsd' should be a good starting point.
Depending on exactly what your needs are, using Samba ( http://www.samba.org ) or CIFS/9000 (basically the same thing, but distributed and supported by HP) instead might just save you a lot of headache, at the expense of a little extra administrative effort on the server side. Samba is a filesharing suite that allows you to serve files to Windows PC clients using the same protocols as regular Windows Networking
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2001 07:35 PM
11-29-2001 07:35 PM
Re: pcnfs problem on 11.00
I am using Hummingbird.
/*
One of the main causes for this error message is the portmapper daemon not responding or is not running on the host. To confirm, logon to the server console and use the rpcinfo utility to verify that the portmapper is the cause.
The portmapper services is known as
rpcbind
rpc.portmap
portmapper
*/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 01:41 PM
11-30-2001 01:41 PM
Re: pcnfs problem on 11.00
why not using CIFS/9000 server on the HP box? It is supported, the PC would not need any additional software or configuration, and it works...
Just my $0.02,
Wodisch