|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Fails to mount the server (10.125.224.22) during installation of a software on client, throwing the below error: Code:
nfs mount: 10.125.224.22: : RPC: Rpcbind failure - RPC: Timed out nfs mount: retrying: /cdrom This happened after complete shutdown of the lab. The server came up fine but most of the services were offline and uninitialized. Enabled it as shown below but still mount didnot work from client. Code:
# svcadm -v clear/enable svc:/system/filesystem/local:default (Now all the services shows online when dong "svcs") Googled and tried all the below troubleshooting but no luck... 1) disable the firewall.. Code:
ipf -Fa svcadm disable svc:/network/ipfilter:default 2) Tried the following commands.... Code:
svcadm enable nfs/client Code:
/etc/init.d/nfs.server start Code:
/usr/lib/netsvc/rstat/rpc.rstatd svcadm enable svc:/network/rpc/rstat:default None of the above commands could not fix the issue ------------------------------------------------------- **Are the below ports correct for rpcbind in /etc/services ? sunrpc 111/udp rpcbind sunrpc 111/tcp rpcbind **Could it be space issue ? **I see the mount entry...Are these entries correct Code:
In /etc/dfs/dfstab, share -F nfs -o ro,anon=0 /export/home/sis/jumpsrx In /etc/vfstab, 10.125.224.22:/export/home/sis/jumpsrx - /export/home/sis/jumpsrx nfs - yes - --------------------------------------------- This was one of the solution provided while I googling it...(how to run rpcbind?) the NFS is located in /usr/lib directory.PATH doesn't contain it.So you must input the fullpath of the mountd(/usr/lib/nfs/mountd)and nfsd(/usr/lib/nfs/nfsd) to start them.After starting mountd and nfsd(rpcbind was started when booting the OS),now ,you can start the NFS server! If this is correct solution, how to go about input the fullpath of the mountd and nfsd ? Last edited by frintocf; 07-31-2012 at 05:03 PM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
This got resolved by editing "/etc/security/access.conf" ( by giving access to all the users)......I am not sure if this is the correct solution (or) is it a workaround.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mount failure | dr_mabuse | UNIX for Advanced & Expert Users | 1 | 03-04-2012 09:50 AM |
| RPC: Rpcbind failure - RPC: Timed out error (solaris) | feg | Solaris | 2 | 06-08-2011 10:45 AM |
| Error : "RPC: Rpcbind failure - RPC: Timed out" | feg | Solaris | 4 | 05-19-2011 12:51 AM |
| RPC: Rpcbind failure - RPC: Timed out | thecobra151 | Solaris | 2 | 04-06-2011 02:45 PM |
| rpcbind failure | younus_syed | Solaris | 1 | 07-08-2008 03:38 AM |
|
|