NFS mounts not automounting on boot


 
Thread Tools Search this Thread
Operating Systems Solaris NFS mounts not automounting on boot
# 1  
Old 12-03-2015
NFS mounts not automounting on boot

I have several Solaris 11.2 zones. when I reboot them I have to go in and do mountall to mount the NFS mounts.

any ideas where to troubleshoot why they are not automounting?
# 2  
Old 12-03-2015
# 3  
Old 12-03-2015
thanks got that...

Code:
netapp:/nfs_tst_06a/informtca   -       /infrmtca/informtca     nfs -   yes hard,nosuid,nodevices,intr,proto=tcp,vers=3,rsize=32768,wsize=32768
netapp:/nfs_tst_06b/pssprtstg   -       /infrmtca/pssprtstg     nfs -   yes hard,nosuid,nodevices,intr,proto=tcp,vers=3,rsize=32768,wsize=32768
netapp:/nfs_tst_06c/infadcdev   -       /infrmtca/infadcdev     nfs -   yes hard,nosuid,nodevices,intr,proto=tcp,vers=3,rsize=32768,wsize=32768
netapp:/nfs_tst_06d/dev         -       /infrmtca/dev           nfs -   yes hard,nosuid,nodevices,intr,proto=tcp,vers=3,rsize=32768,wsize=32768
netapp:/nfs_tst_06e/tst         -       /infrmtca/tst           nfs -   yes hard,nosuid,nodevices,intr,proto=tcp,vers=3,rsize=32768,wsize=32768
netapp:/nfs_tst_06f/informatica -       /infrmtca/informatica   nfs -   yes hard,nosuid,nodevices,intr,proto=tcp,vers=3,rsize=32768,wsize=32768
netapp:/c181_shared/OF_users    -       /users                  nfs -   yes hard,nosuid,intr,vers=3,rsize=32768,wsize=32768
netapp:/nfs_test/app02          -       /test/app02             nfs -   yes hard,suid,intr,vers=3,rsize=32768,wsize=32768

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Sysmirror 7.1.3 Resource Group NFS mounts

Hello all, I'm working to fix a two-node SysMirror cluster that uses NFS mounts from a NetApp appliance as the data repository. Currently all the NFS mounts/unmounts are called from the application controller scripts, and since file collection isn't currently working, (One fight at at time... (3 Replies)
Discussion started by: ZekesGarage
3 Replies

2. Red Hat

NFS mounts query

We have 2 servers in cluster. Node1 has an ext3 mount for backups and the other connects using NFS to this node1. I believe the reason it is configured in this manner is to not duplicate backups since this is a Database server. Not sure this was the reason though. Right now if node1 goes down all... (5 Replies)
Discussion started by: ikn3
5 Replies

3. UNIX for Dummies Questions & Answers

NFS not mouting at boot

hi guys I have a server suse 11 two IP different segments one IP is point to point to NFS Storage. Administration IP: 10.7.10.100 NFS-Storage IP: 192.168.10.50 weird thing is I defined the NFS I can mount them using mount -a but when I reboot the server the NFS mount points are not there... (11 Replies)
Discussion started by: karlochacon
11 Replies

4. Shell Programming and Scripting

find command exclude nfs mounts

Gentleman and Ladies, I am having some difficulty in regards to the find utility. I am trying to not traverse nfs mounts when searching for files or directories. This command does not seem to work. It still returns directories that live on nfs shares. The man page says: -fstype type... (6 Replies)
Discussion started by: jaysunn
6 Replies

5. Solaris

Max. number of NFS mounts

Hi, I was wondering, whether there is a limit regarding the max number of nfs mounts in Oracle Solaris 10 (newest update). The data center plans to migrate from a fibre channel based storage environment (hitachi) to a nfs based storage environment (netapp). Regarding the Solaris 10 database... (1 Reply)
Discussion started by: schms
1 Replies

6. Solaris

nfs export not working at boot

we have a Solaris 8 nfs server that exported two shares. entries are in /etc/dfs/dfstab. clients have been accessing these shares for several years. we just rebooted this nfs server and noticed that no share gets exported. I don't see relevant messages from dmsg nor messages file, is there... (6 Replies)
Discussion started by: jalite19
6 Replies

7. AIX

AIX - boot - nfs problem

Hello Experts, I'm trying to boot my AIX server via network using another AIX as a boot server. I use tcpdump to monitor the process. After my boot client received .info file and mounted nfs resource (checked by 'showmount -a' from boot server) it hung. I noticed a lot of following entries: ... (0 Replies)
Discussion started by: jarekkk
0 Replies

8. AIX

NFS mounts and user permissions

We need to allow ordinary users to preform NFS mounts on a AIX server without giving them root access to the server. Is there a way to give an ordinary users root access on a tem basis or a script to allow them to preform NFS mounts? (4 Replies)
Discussion started by: daveisme
4 Replies

9. AIX

NFS does not mount on boot!

Hi, Can someone help me on this? I'm not able to enable a well working mounting process for NFS filesystems on boot time. On the server side (AIX 5.2) everything seems to be OK and correctly exported, seeing other clients (AIX 5.2) are able to mount normally on boot time. On a client in... (5 Replies)
Discussion started by: padawan75
5 Replies

10. UNIX for Advanced & Expert Users

Problem: Automounting Home directory for nis & nfs configuration doesn't work

Hi all, First of all, i am so sorry about my bad level in English writing. I have some problem in linux and i hope the experts of this forum to help me if they have enough time to reply to me. I have a scenario of configuring NIS and NFS in Redhat Linux environment such that user can login... (0 Replies)
Discussion started by: pioneer
0 Replies
Login or Register to Ask a Question