Unable to mount in failsafe mode in Solaris 10

Hi,

A server is running solaris 10. From the OK prompt, I have used the command 'boot -F failsafe' and here I am trying to mount a remote directory using the command:

#mount 10.238.233.13:/export/home/ssuser /tmp/mnt

but i dont get any response for sometime and then it shows the error message that

nfs mount: RPCbind failure : RPC timed out

whereas when I try to mount that directory in Run Level 3, that is successfully mounted without any issue.

Can anyone please help me!!!

regards,
Tayyab

---------- Post updated at 07:55 PM ---------- Previous update was at 07:51 PM ----------

I actually need to mount that remote directory to load disk image on this server but unfortunately mount not working in failsafe mode.... :frowning:

Your network interface isn't up because you're not at multi-user.

Manually configure the interface by:

 
ifconfig <interface name> plumb

Followed by:

ifconfig <interface name> <ipaddr/netmask/etc>

Followed by:

ifconfig <interface name> up

You may need to:

route add default <IP-Address>

(address of router if required to reach target)

You should then be able to ping the nfs target successfully and, if so, the remote mount should also work.

Hope that helps.

Thanks for the response, but I have already followed these steps.
I have configured the interface e1000g0 and added the default route. Also, I am able to ping the nexthop router.

What could be the possible cases in which system can show RPC bind error?
Can anyone confirm, if traceroute works in failsafe mode?
Can I run a snoop in failsafe mode?

---------- Post updated at 09:57 PM ---------- Previous update was at 09:55 PM ----------

Is there anything else that I can check/verify?

You mention the interface is e1000g0. That tells me this is a SPARC system.

You say that you can ping the nexthop router. Does that mean that you can't ping the target nfs machine??

What is the target machine? Is that a Solaris box?

Yes, I would expect traceroute to work in failsafe mode.

The e1000g driver is supported on both SPARC and x86 hardware.