Line 420:
Line 420:
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 for your network 10.200.48.0/22. The RAID array is mounted to /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
−
yum --enablerepo=base install nfs-utils
+
/usr/bin/yum --enablerepo=base install nfs-utils
−
You don't need to signal post-upgrade or reboot event.
+
Now start the portmapper
+
/etc/rc.d/init.d/portmap start
+
Add this command to the <tt>/etc/rc.d/rc.local</tt> script to start the portmapper at reboot.
+
+
</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
+
mount 10.200.48.2:/mnt/affashare /mnt/affadevice
−
/mnt/affadevice
</li></ol>
</li></ol>