Changes

Jump to navigation Jump to search
14 bytes added ,  20:10, 10 March 2008
→‎Setup NAS: smeserver-nfs package
Line 418: Line 418:     
===== Setup NAS =====
 
===== Setup NAS =====
You have a [http://www.freenas.org FreeNAS] box with IP 10.200.48.2 up and running with NFS service enabled for your network 10.200.48.0/22. The RAID array is mounted to /mnt/affashare.
+
You have a [http://www.freenas.org FreeNAS] box with IP 10.200.48.2 up and running with NFS service enabled. The disk is mounted to /mnt/affashare. You have authorized the IP address of your prodbox server to access share /mnt/affashare.
 
<ol></li><li>log into the 'prodbox' and install the NFS packages
 
<ol></li><li>log into the 'prodbox' and install the NFS packages
  /usr/bin/yum --enablerepo=base install nfs-utils
+
  /usr/bin/yum install --enablerepo=smecontribs smeserver-nfs
Now start the portmapper
+
Now enable and start the portmapper service
  /etc/rc.d/init.d/portmap start
+
  config setprop portmap status enabled
Add this command to the <tt>/etc/rc.d/rc.local</tt> script to start the portmapper at reboot.
+
service portmap start
 
      
</li><li>mount the NFS share
 
</li><li>mount the NFS share
 
  mkdir -p /mnt/affadevice
 
  mkdir -p /mnt/affadevice
  mount 10.200.48.2:/mnt/affashare /mnt/affadevice
+
  mount 10.200.48.2:/mnt/affashare /mnt/affadevice
 
</li></ol>
 
</li></ol>
  
501

edits

Navigation menu