Set up a Deployment Server by creating a server appliance VM and using the VM to deploy the necessary software in the Distributed Storage servers and proxies.
Procedure
-
Use the deploy.ova to deploy a deployment server appliance VM.
For more information on Setting up a Deployment Server appliance VM, see Setting Up Deployment Servers as Appliance VMs on ESXi Hosts.
-
If you are not deploying the cluster as DNS available, add all cluster hostnames to the /etc/hosts file.
For more information on editing the hosts file, see Editing /etc/hosts File on a Deployment Servers.
-
From the directory into which you downloaded the software, copy the following files to the /home/admin/ directory on the deployment server.
hedvig_extract.bin
rpm_extract.bin
<Ansible configuration file>
-
Login to your deployment server as the root user.
ssh root@<deployment server FQDN> password: hedvig
Note
You should change the password after the deployment is completed, to make sure that it is secure.
-
Change the permissions of the binaries.
chmod +x /home/admin/hedvig_extract.bin chmod +x /home/admin/rpm_extract.bin
-
Change to the admin user.
su - admin
-
Extract both binaries.
sudo ./h edvig_extract.bin extracting file.. checksumming file.. unpacking.. installing dependencies.. installing product.. installing tools.. sudo ./rpm_extract.bin extracting file.. checksumming file.. unpacking.. installing rpm..