In last post of this series, I discussed about prerequisites that needs to be met before attempting installation of cloudian object storage.
In this post I will walk through steps of install.
To start with install process, we need to first upload cloudian binary and license file on the centos vm that will run cloudian hyperstore service.
Cloudian installation is triggered via below command:
[root@cloudian ~]# ./CloudianHyperStore-7.2.1.bin cloudian_vmware.lic
Make a note of the configuration directory as installation script and other important files are created there.
Cloudian System Setup
we have to perform network/disk setup etc and create survey.csv file that is used during install. To perform system setup, run command:
# /opt/cloudian-staging/7.2.1/system_setup.sh
You will be presented with an interactive menu as shown below.
Select option 3 for disk setup.
Make sure right disk (blank) is selected here. Press C to configure selected disk.
Cloudian installer script will format the disk as ext4 and mount it in fstab file.… Read More