Dear, In which File do I need to set the following parameters in Ubuntu for cloudstack NFS server installation
I have installed NFS using the below command apt-get install nfs-kernel-server 1. mkdir -p /export/primary mkdir -p /export/secondary 2. vi /etc/exports /export *(rw,async,no_root_squash,no_subtree_check) 3. exportfs -a where do I need to insert the below code I am not under standing any one is there to Help me on UBUNTU vi /etc/sysconfig/nfs Uncomment the following lines: LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 RQUOTAD_PORT=875 STATD_PORT=662 STATD_OUTGOING_PORT=2020 Edit the /etc/sysconfig/iptables file. vi /etc/sysconfig/iptables Thank you -- SANDEEP KHANDEKAR Assistant Professor Department of Computer science and engineering Sreenidhi Institute of science and Technology Hyderabad