Hello Bunmi,

That option is required when you install NFS on the management server, it’s 
clearly mentioned on the doc that - "using the management server as the nfs 
server". If you have separate node for NFS you can simply go - 

1- create two directories that you will use for primary and secondary storage. 
For example

# mkdir -p /export/primary
# mkdir -p /export/secondary

2- To configure the new directories as NFS exports, edit /etc/exports. Export 
the NFS share(s) with rw,async,no_root_squash,no_subtree_check. For example:

# vi /etc/exports

Insert the following line.
/export  *(rw,async,no_root_squash,no_subtree_check)

3- Export the /export directory.
exportfs -a

4- Restart your NFS server and do a test mount from your hypvervisor or from 
any other node

# mount -t nfs <Server_IP>:/<Shared Mount Point> /<Local mount Point>




Vivek Kumar
Sr. Manager - Cloud & DevOps
TechOps | Indiqus Technologies

vivek.ku...@indiqus.com <mailto:vivek.ku...@indiqus.com>
        www.indiqus.com <https://www.indiqus.com/>




> On 11-Jul-2022, at 7:22 PM, Bunmi Adeleye <badel...@syscodescomms.com> wrote:
> 
> Dear Team,
>  
> I’m new to cloudstack and trying to implement a POC. I have been able to 
> install cloudstack management server on Ubuntu VM. Currently I’m installing 
> NFS server on a separate node (Ubuntu OS) using the step by step guide 
> cloudstack documentation. Everything was fine until I got to step 5. I could 
> not locate /etc/sysconfig/nfs. My question is doI have to create the 
> directory ‘sysconfig’ and file ‘nfs’ afresh or how do I locate the path 
> specified in step 5. Kindly see below for reference.
> https://docs.cloudstack.apache.org/en/4.17.0.0/installguide/management-server/index.html#using-the-management-server-as-the-nfs-server
>  
> <https://docs.cloudstack.apache.org/en/4.17.0.0/installguide/management-server/index.html#using-the-management-server-as-the-nfs-server>
>  
> 
>  
> Please your advice is highly appreciated
>  
>  
>  
> Best regards,
>  
> Best regards,
> Bunmi Adeleye
> GM Technical Operations
> Syscodes Communications Ltd
> Tel: +234 8067480263
> Address: 3rd Floor, 19, Toyin Street, Ikeja, Lagos
> Website: www.syscodescomms.com <http://www.syscodescomms.com/>


-- 
This message is intended only for the use of the individual or entity to 
which it is addressed and may contain confidential and/or privileged 
information. If you are not the intended recipient, please delete the 
original message and any copy of it from your computer system. You are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited unless proper authorization has been 
obtained for such action. If you have received this communication in error, 
please notify the sender immediately. Although IndiQus attempts to sweep 
e-mail and attachments for viruses, it does not guarantee that both are 
virus-free and accepts no liability for any damage sustained as a result of 
viruses.

Reply via email to