The StorCycle.rpm file is delivered as a link from a Spectra representative. Move the .rpm file to the server where you plan to install the StorCycle solution. Complete all Configure Volume Snapshots for the StorCycle Database - Linux and Create the StorCycle Mongo Database Repository installation steps before running the .rpm StorCycle file.
1. | Navigate to the directory in which the .rpm file is located or give the full path to the file. The .rpm must run as root. |
2. | To install the StorCycle .rpm, use the following command: |
sudo yum install -y ssc-production-X.X.X.XXX.XXXXXXXX.rpm
3. | If desired, change the user from root using the following commands (where user and group refer to the user you want to change): |
sudo chown -R user:group /var/lib/ssc
sudo vi /usr/lib/systemd/system/ssc.service
# User=root - change root to the new user name
sudo setcap CAP_NET_BIND_SERVICE=+eip /sbin/ssc
sudo systemctl restart ssc