To install the ShadowControl endpoint agent on a Windows system, do the following using an administrative account:
- Download the installer, ShadowControl_Installer.msi, from https://shadowcontrol.firstfocus.com.au/api/installer/msi/download/.
- Run the installer by double clicking the ShadowControl_Installer.msi icon or by using the following in a command (CMD) shell:
msiexec.exe /i ShadowControl_Installer.msi /quiet
- Subscribe to this appliance using the ShadowControl Agent Settings if using an interactive install or in the command shell use:
C:\Program Files (x86)\StorageCraft\CMD\stccmd subscribe shadowcontrol.firstfocus.com.au
Note: Legacy ShadowControl for users of Windows XP and Windows Server 2003, ShadowControl_Installer_3_8_en.msi, from https://shadowcontrol.firstfocus.com.au/api/installer/msi/download/legacy/.
Prerequisites:
- In order to install the ShadowControl Agent, you must first download and enable the EPEL repositories. Go to the Fedora website, https://fedoraproject.org/wiki/EPEL, to get the EPEL package.
To install the ShadowControl endpoint agent on a CentOS 7 system, do the following using an account with root permissions:
- Update the repository sources:
sudo wget -q -O '/etc/yum.repos.d/shadowcontrol.repo' --no-check-certificate https://shadowcontrol.firstfocus.com.au/api/repo/source/CentOS7/
- Install the endpoint agent:
-
sudo yum install shadowcontrol-agent -y
-
- Start the endpoint agent:
sudo systemctl start shadowcontrol-agent
- Subscribe to this appliance:
-
sudo /opt/StorageCraft/shadowcontrol-agent/bin/stccmd subscribe shadowcontrol.firstfocus.com.au
-
Prerequisites:
- In order to install the ShadowControl Agent, you must first download and enable the EPEL repositories. Go to the Fedora website, https://fedoraproject.org/wiki/EPEL, to get the EPEL package.
To install the ShadowControl endpoint agent on a CentOS 6 system, do the following using an account with root permissions:
- Update the repository sources:
sudo wget -q -O '/etc/yum.repos.d/shadowcontrol.repo' --no-check-certificate https://shadowcontrol.firstfocus.com.au/api/repo/source/CentOS6/
- Install the endpoint agent:
sudo yum install shadowcontrol-agent -y
- Start the endpoint agent:
sudo start shadowcontrol-agent
- Subscribe to this appliance:
-
sudo /opt/StorageCraft/shadowcontrol-agent/bin/stccmd subscribe shadowcontrol.firstfocus.com.au
-
To install the ShadowControl endpoint agent on a Ubuntu 20.04 system, do the following using an account with root permissions:
- Update the repository sources:
sudo wget -q -O '/etc/apt/sources.list.d/shadowcontrol.list' --no-check-certificate https://shadowcontrol.firstfocus.com.au/api/repo/source/Ubuntu20.04/
- Download and then import the repository key file:
sudo wget -q -O repository.key --no-check-certificate https://shadowcontrol.firstfocus.com.au/assets/repos/Ubuntu20.04/shadowcontrol/repository.key sudo apt-key add repository.key
- Install the endpoint agent:
-
sudo apt-get update sudo apt-get install shadowcontrol-agent
-
- Start the endpoint agent:
sudo systemctl start shadowcontrol-agent
- Subscribe to this appliance:
-
sudo /opt/StorageCraft/shadowcontrol-agent/bin/stccmd subscribe shadowcontrol.firstfocus.com.au
-
To install the ShadowControl endpoint agent on a Ubuntu 18.04 system, do the following using an account with root permissions:
- Update the repository sources:
sudo wget -q -O '/etc/apt/sources.list.d/shadowcontrol.list' --no-check-certificate https://shadowcontrol.firstfocus.com.au/api/repo/source/Ubuntu18.04/
- Download and then import the repository key file:
sudo wget -q -O repository.key --no-check-certificate https://shadowcontrol.firstfocus.com.au/assets/repos/Ubuntu18.04/shadowcontrol/repository.key sudo apt-key add repository.key
- Install the endpoint agent:
-
sudo apt-get update sudo apt-get install shadowcontrol-agent
-
- Start the endpoint agent:
sudo systemctl start shadowcontrol-agent
- Subscribe to this appliance:
-
sudo /opt/StorageCraft/shadowcontrol-agent/bin/stccmd subscribe shadowcontrol.firstfocus.com.au
-
To install the ShadowControl endpoint agent on a Ubuntu 16.04 system, do the following using an account with root permissions:
- Update the repository sources:
sudo wget -q -O '/etc/apt/sources.list.d/shadowcontrol.list' --no-check-certificate https://shadowcontrol.firstfocus.com.au/api/repo/source/Ubuntu16.04/
- Download and then import the repository key file:
sudo wget -q -O repository.key --no-check-certificate https://shadowcontrol.firstfocus.com.au/assets/repos/Ubuntu16.04/shadowcontrol/repository.key sudo apt-key add repository.key
- Install the endpoint agent:
-
sudo apt-get update sudo apt-get install shadowcontrol-agent
-
- Start the endpoint agent:
sudo systemctl start shadowcontrol-agent
- Subscribe to this appliance:
-
sudo /opt/StorageCraft/shadowcontrol-agent/bin/stccmd subscribe shadowcontrol.firstfocus.com.au
-
To install the ShadowControl endpoint agent on a Ubuntu 14.04 system, do the following using an account with root permissions:
- Update the repository sources:
sudo wget -q -O '/etc/apt/sources.list.d/shadowcontrol.list' --no-check-certificate https://shadowcontrol.firstfocus.com.au/api/repo/source/Ubuntu14.04/
- Download and then import the repository key file:
sudo wget -q -O repository.key --no-check-certificate https://shadowcontrol.firstfocus.com.au/assets/repos/Ubuntu14.04/shadowcontrol/repository.key sudo apt-key add repository.key
- Install the endpoint agent:
-
sudo apt-get update sudo apt-get install shadowcontrol-agent
-
- Start the endpoint agent:
sudo start shadowcontrol-agent
- Subscribe to this appliance:
-
sudo /opt/StorageCraft/shadowcontrol-agent/bin/stccmd subscribe shadowcontrol.firstfocus.com.au
-