- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS problems
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
12-29-2005 08:07 AM
12-29-2005 08:07 AM
# ps -fe|grep nfs | grep -v grep
root 7480 1 0 14:15:14 ? 0:00 /usr/sbin/rpc.pcnfsd
Now on the Ignite-UX client, I am trying to mount the partition to test it:
/tmp# mount sbapca1402:/var/opt/ignite/clients /tmp/ignite
nfs mount: getaddr_nfs: sbapca1402: NFS service not responding(retry delay=5s)
nfs mount: retry: retrying(1) for: /tmp/ignite after 5 seconds
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 08:16 AM
12-29-2005 08:16 AM
Re: NFS problems
and then nfs.server ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 08:26 AM
12-29-2005 08:26 AM
Re: NFS problems
/sbin/init.d/nfs.core start
Should have something like this in nfsconf
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=27
NUM_NFSIOD=16
PCNFS_SERVER=1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 09:34 AM
12-29-2005 09:34 AM
Re: NFS problems
Now I am getting this:
nfs mount: get_fh: sbapca1402:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /tmp/ignite after 5 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2005 12:40 AM
12-30-2005 12:40 AM
Re: NFS problems
Have you put the entries in /etc/exports file for /var/opt/ignite/clients directory? After putting the entries in /etc/exports with appropriate permissions and making the modification as suggested by Geoff try the following:
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
You can also try to restart nfs.client on the client, if required, using the following commands:
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start
Br
Deependra