When working with enterprise systems, it is always good to have a lab system that you can easily try and break things. Today, I will be writing about one of my favorite products, Dell EMC ECS, which is sometimes scary when I need to perform some uncommon things.
I am following the GitHub website for Dell EMC ECS Community Edition, for the latest release and install this version.
Today, the most recent version available is 3.7.0.0 and you may directly download the OVA file from here. You may also read the Release Notes but dont forget that this article is aimed for Community Edition, thus keep in mind that this will be an unsupported deployment and purposed for lab and testing basically. For the enterprise Dell EMC ECS products, you may visit Dell Technologies website.
OK, lets continue with the deployment. I assume you have the OVA file already downloaded and ready to be deployment.
In my Vmware Workstation setup, I do click on File > Open and select the OVA file to deploy.
- When using static IP Address, you may use nmtui command to configure static IP Address.
- Dont forget to make MAC Address Reservations to fix the IP Addresses for the VMs.
- Edit the deploy.yaml file via videploy command
- Deploying ECS Nodes via ova-step1
- Deploying ECS Topology via ova-step2
- The IP Address we set on the VM
 you may run "ip addr show" or ifconfig
- The disk which will be used for ECS Storage Pool
 you may run "sudo fdisk -l | grep dev", you will see an unused disk, which you will need to provide in deploy.yaml file. Here, I will be using /dev/sdb
After you are done with editing, you may save and quit the file with ESC and ":wq". After saving the file Ansible starts to recreate the ECS install data container and expect to see no errors. If you see any errors, return to the videploy file and edit accordingly. Otherwise you may restore your saved snapshot to be able to start from the beginning.
This moment, we are done with editing deploy.yaml file, and we can proceed to run ova-step1
In this step, you should be able to login to ECS Portal. Just check whether you can access the login page or not.
You can skip the last step, running ova-step2, and login here and configure everything manually. But it is easy to run ova-step2 to have the ECS configured all over.
Now you can login to the ECS Portal using credentail root:ChangeMe and navigate inside the menus. You will see everything configured in the deploy.yaml file in the ECS Portal. You will be first asked to Accept the agreements and change the default root password for ECS Portal (webui) and you will be asked to relogin using the new password and redirect you to login page.
Comments
Post a Comment