DevTech101

DevTech101

nfs

MAC NFS auto mount configuration

Run from commend line (per user) – This will change to not create temp .DS_STORE files defaults write com.apple.desktopservices DSDontWriteNetworkStores true /etc/autofs.conf Add in brows AUTOMOUNTD_MNTOPTS AUTOMOUNTD_MNTOPTS=nosuid,nodev,brows Add to /etc/nfs.conf nfs.client.mount.options = intr,locallocks,nfc To add to automount at boot time Ad to /etc/auto_master /-              auto_nas Then add to /etc/auto_nas /video_archive  -vers=3,rw,bg,intr,tcp  nas1b-srv.domain.com:/export/video_archive To refresh the …

MAC NFS auto mount configuration Read More »

Oracle Solaris Cluster 3.x, Creating an NFS cluster file system resource

Below are the steps needed to create an NFS resource in Oracle Solaris Cluster (formerly known Sun Cluster) The exmaple below uses two file system /fs1 and fs2, that will fail-over on a 4 node cluster. #!/bin/sh # Note: Run this on the node that is the metaset owner (most times filer1) # ————————————————– echo …

Oracle Solaris Cluster 3.x, Creating an NFS cluster file system resource Read More »