- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RPC error
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-21-2005 06:21 PM
07-21-2005 06:21 PM
RPC error
Here we have andHPUX 11 NFS server and the filesystems are exported ..Te problem here is
I am not able to acces the filesystems from the client machines ..I have checked all the
NFS related services
But If I give showmount -a it gives follwing error
:; showmount -a
showmount: RPC: Timed out
Can any body help me solving this problem
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:39 PM
07-21-2005 06:39 PM
Re: RPC error
let me know the result:
1. ping
if not working ping
2.showmount -e
3. rpcinfo -p
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:46 PM
07-21-2005 06:46 PM
Re: RPC error
Here is the out put
1)From the client Iam able to ping the server using the hosts name
2)[root@wiplx11 root]# showmount -e ccsvob2
rpc mount export: RPC: Timed out
3)[root@wiplx11 root]# rpcinfo -p ccsvob2
program vers proto port
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100007 2 tcp 49152 ypbind
100007 2 udp 49153 ypbind
100007 1 tcp 49152 ypbind
100007 1 udp 49153 ypbind
100024 1 tcp 49153 status
100024 1 udp 49159 status
100021 1 tcp 49154 nlockmgr
100021 1 udp 49160 nlockmgr
100021 3 tcp 49155 nlockmgr
100021 3 udp 49161 nlockmgr
100021 4 tcp 49156 nlockmgr
100021 4 udp 49162 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 49157 nlockmgr
100068 2 udp 49170
100068 3 udp 49170
100068 4 udp 49170
100068 5 udp 49170
100083 1 tcp 49163
100001 2 udp 49171 rstatd
100001 3 udp 49171 rstatd
100001 4 udp 49171 rstatd
805306352 1 tcp 943
805502976 2 tcp 668
805502976 1 tcp 669
100005 1 udp 49190 mountd
100005 3 udp 49190 mountd
100005 1 tcp 49187 mountd
100005 3 tcp 49187 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
Please note that the clinet is Linux
Also I have rebooted the NFS server
Please help
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:03 PM
07-21-2005 07:03 PM
Re: RPC error
What is the linux kernel version?
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:06 PM
07-21-2005 07:06 PM
Re: RPC error
Here Iam having redhat 9 alo my doubt is it should show an output showmount -s irrespectice of
clients
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:19 PM
07-21-2005 07:19 PM
Re: RPC error
showmount -e and verify the filesystems are exported.
Try these:
1.Put Client name in /etc/hosts of nfs server. ping to client from server and ensure the connectivity. Try NFS mount from client.
2.I remember that by default firewall is enabled in linux. Try showmount after disabling firewall. Probably the command is:
service iptables stop
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:54 PM
07-21-2005 07:54 PM
Re: RPC error
1)showmount -e shows RPC tme out in the server
2)The clinet pinging from the server side
3)If we give an NFS mount
RPC time out error is coming
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 08:14 PM
07-21-2005 08:14 PM
Re: RPC error
o/p from working server
#showmount -e
no exported file systems for rx260-09
#rpcinfo -u rx260-09 mountd
program 100005 version 1 ready and waiting
rpcinfo: RPC: Program/version mismatch; low version = 1, high version = 3
program 100005 version 2 is not available
program 100005 version 3 ready and waiting
Try the following on nfs server:
rpcinfo -u
if this fails do
/usr/bin/ps -ef | /usr/bin/grep mountd
/usr/bin/kill PID
/usr/sbin/rpc.mount
Can you pls paste the o/p from /etc/exports.
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 08:15 PM
07-21-2005 08:15 PM
Re: RPC error
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 08:54 PM
07-21-2005 08:54 PM
Re: RPC error
Let me try to set you in the right path before logging off.
At this point I think the issue is with your NFS server.
1. Check /etc/rc.config.d/nfsconf and ensure
NFS_SERVER=1
START_MOUNTD=1
2. Check /etc/inetd.conf, if rpc.mountd is enabled disable it. If rpc.mountd is enabled here, will create issues.
3. Reboot your nfs server.
4. Once server is up do
rpcinfo -p : check all the process started.
rpcinfo -u
showmount -e
if this goes well, try mounting from the client.
Best of luck
Sudeesh