As part of the manual installation process (which is not recommended), install the RaaS license key.
When you first install SaltStack Config, it contains a 14-day trial license. To continue using SaltStack Config beyond the 14-day trial, contact a sales representative to purchase a license and then install the key.
Which license do I need?
See Which license do you need? for more information about licensing.
Finding your license key
Download your license from My VMware (Customer Connect).
Installing the key
The following process explains the legacy method for installing the RaaS license key. SaltStack Config is backwards compatible and this method of installing the license key is still supported. See Install the license key for information about the standard instructions for installing the license key.
To install the license key on the RaaS node:
- Copy the license file to your RaaS node, such as transferring it using the SCP or SFTP protocols.
- Login as the root user on the RaaS node.
- Unzip the license file. For example:
unzip raas.license.yourlicensefilename.zip
- Run the following commands:
chown raas:raas raas.license chmod 400 raas.license mv raas.license /etc/raas
Note:If you are not running as the root user and receive an unauthorized user alert, you can add the
sudo
command in front of each command as needed. - Restart the RaaS service:
systemctl restart raas
What to do next
Once the manual installation process is complete, you must complete several post-installation steps:
- Install and configure the Master Plugin
- Check the RaaS configuration file
- Log in for the first time and change default credentials
- Accept the Salt master key and back up data
- Set up SSL certificates
- Configure SaltStack SecOps (optional)
- Set up Single Sign-On (SSO) (optional)
The first post-installation step is to install and configure the Master Plugin. To begin the next post-installation step, see Install and configure the Master Plugin.