Info |
---|
InfoMake sure you have the Physical node installed before installing the SNS 1.1.1 base packages. |
...
Use SSH to log in to the server. Please provide the user password when prompted.
Code Block ssh <username>@<server_ip>
Once logged in, switch to the root user. Please provide the password when prompted.
Code Block sudo su
To install the base packages, execute the following command.
Code Block sudo su -c "bash <(wget -qO- https://apt.cloud.datacore.com/installssa/install-ssa.sh)" root
There are a few prechecks through the scripts which when passed will ask for confirmation to proceed with installation. Please provide yes to proceed.
Code Block The apt repository for the Swarm Software Appliance has now been added to this machine. The script will now install the application pending some environmental checks Do you want to proceed? (yes/no)
It may take a while to finish installation. Once the installation is complete, a URL will be provided to access the UI . Use the provided URL to access the UI.
Code Block Automatic reboots after unattended upgrades have been disabled. The bootstrapper and api services have now been installed you can now go to http://<serverIP>:9010/ui to continue configuration
(see the below screenshot).
Info |
---|
InfoMake sure the template file has been generated before accessing the UI to create a cluster. Run the command If the file exists, execute |
Tip |
---|