Mounting done only after reboot the machine in Solaris 9


 
Thread Tools Search this Thread
Operating Systems Solaris Mounting done only after reboot the machine in Solaris 9
# 1  
Old 02-12-2014
Sun Mounting done only after reboot the machine in Solaris 9

Hi Team

I am facing an issue on solaris machine as mounting a remote path is only done after reboot the machine. without rebooting its going to hanging state and no process either.

i am using the following parameters for mounting NFS share..

mount -F nfs remote_path:/abc/ mount_point

can any one explain what is wrong with this server as we are stucked here.

Thanks and Regards
Boby kumar
# 2  
Old 02-12-2014
The first question is what is the remote box? Is that Solaris or something else? What make/model, what O/S?

When you say is works after a reboot, how? Do you have this nfs mount in a startup script? Or are you doing it manually (after a reboot)?

It might be something to do with the nfs versions of the Solaris 9 vs the remote box. Try specifying the nfs version (2,3 or 4) on the mount command (see nfs man pages). You could try each of them on a command line to see what happens if you don't know what version the remote box is running.

I think we all need a lot more information about your environment before we can help you much further.

Post the output of:

Code:
 
 showmount <remote box name>

or

Code:
 
 showmount <remote box ip address>


Last edited by hicksd8; 02-12-2014 at 07:19 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Mounting UFS on Solaris 10 to Solaris 11

I have a Solaris 10 LDOM installed with UFS and another Solaris 11 LDOM with ZFS. I want to mount a folder on Solaris 10 to Solaris 11. I used the following: sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5 and it errors out with: mount:... (7 Replies)
Discussion started by: amandeepgautam
7 Replies

2. HP-UX

Machine dumps crash on each reboot.

Hi experts, My HP machine dumps a crash upon each reboot(even if we reboot it manually) and fill the root space. Can anyone please point out what config parameter could be went wrong to happen this? Thanks, Vaishey (2 Replies)
Discussion started by: Vaishey
2 Replies

3. Red Hat

Disable xen machine to auto start on reboot

Hello Guys - I need to disable xen server not to start when the server is rebooted. 1) What is the parameter to be used to do this..below is the entry in my config file... on_reboot = "restart" 2) What is the default behaviors of the xen on reboot ? in case we comment this line from config... (0 Replies)
Discussion started by: saurabh84g
0 Replies

4. Solaris

X2200 in reboot loop & mounting ZFS drive on other boxes

So I was patching a Solaris 10 U08 X86 X2200 box in preparation for an Oracle upgrade. Rebooted the box because the patches failed and the box will not boot successfully. I need to back up the zones on the 2 drives before going further. I pulled the drives and attempted to mount them on my Ubuntu... (0 Replies)
Discussion started by: LittleLebowski
0 Replies

5. IP Networking

RSH to Ubuntu machine from Solaris machine?

This is probably really basic compared to what you guys are usually talking about here, but I have a problem and I have no idea what to do about it. I try to RSH to my Ubuntu computer from my Solaris one and run into a dead end: >> rsh 192.168.1.103 ::ffff:192.168.1.103: Connection timed out... (4 Replies)
Discussion started by: Bradj47
4 Replies

6. Red Hat

Filesystems disappear on KVM guest machine after reboot.

Hello, I have a KVM system running on RHEL 5.4. It hosts 4 guest VMs. One of the guest host fails to get back the mounted filesystems after the system reboots. Does anyone have any idea what the issue could be? Regards, Mahive. (1 Reply)
Discussion started by: mahive
1 Replies

7. UNIX for Advanced & Expert Users

Where to set the right "Apache" to run after reboot on a RedHat 5 machine ?!

Hi, I'am working on a RedHat server (V5) and having on it 2 Apache instances, but after each reboot i have the wrong one starting so that i have to stop it doing "httpd -k stop" and than launch the right one doing "/etc/init.d/httpd -k start". For more Details, you may see the link i inserted... (4 Replies)
Discussion started by: mehdi1973
4 Replies

8. Solaris

Best possible communication mechanism between a Solaris machine and a windows machine

hi, I have some windows client machines which require a signal to be sent by a Solaris machine( SunOS 5.6) when ever a particular event occurs on that Solaris machine. What are possible communication mechanisms by which i can do this. the constraints are > the windows machines have to... (7 Replies)
Discussion started by: Krsh
7 Replies

9. AIX

Automatically mounting a filesystem after a reboot

Hi All, I am new to AIX. I am having problems mounting a filesystem after a system reboot. Steps: 1. Create and Map LUN to host 2. On the host, to detect/configure the LUN: /usr/sbin/cfgmgr 3. Create a filesystem: mkfs -V vxfs /dev/hdisk757 4. Create a mountpoint: mkdir -p... (3 Replies)
Discussion started by: austin4397
3 Replies

10. Solaris

mounting cd in solaris 5.8

Hi, I am trying to mount a cd on Solaris and its giving me the following error mount -F hsfs -o nomaplcase,ro /dev/rdsk/c0t2d0s2 /tmpcd mount: /dev/rdsk/c0t2d0s2 not a block device I stopped vold and tried to mount and it is not working. any help? (4 Replies)
Discussion started by: scriptingmani
4 Replies
Login or Register to Ask a Question