Linux Agent Installation
|
Important Information The Linux Agent support 2 types of Linux; RPM and DEB based distributions. Replace {instancename} with your Absolute instance name. To install the Linux agent into a specific site name, you must use a parameter called /preLockedSiteName='sitename' e.g.: sudo/usr/local/bin/syxsenseResponder/instanceName=syxsenseInstance/ preLockedSiteName='Site A Locked' |
|
Prerequisites Sudo privileges |
| ❶ | Click Add Device and choose 'Linux Agent' |
| ❷ |
Run: wget https://{instancename}.cloudmanagementsuite.com/ WebService/api/v1/Downloads/syxsenseresponder.latest.linux-x64.rpm |
| ❸ |
This will install the agent and any dependencies automatically: sudo yum install -y syxsenseresponder.latest.linux-x64.rpm Installing is possible with the following parameters to configure SITELOCK and GROUPLOCK: syxsenseresponder.latest.linux-x64.deb/GROUPLOCKNAME="<InsertGroupNameHere>" To install the Linux agent into a specific site name, you must use a parameter called /preLockedSiteName='sitename' e.g.: sudo/usr/local/bin/SyxsenseResponder/instanceName=syxsenseInstance/ preLockedSiteName='Site A Locked'
|
| ❹ |
Set your instance. The instance name idetifies the agent with your syxsense account. udo /usr/local/bin/SyxsenseResponder/instanceName={instancename} |
| ❶ | Click Add Device and choose 'Linux Agent' |
| ❷ |
Run: wget https://{instancename}.cloudmanagementsuite.com/ WebService/api/v1/Downloads/syxsenseresponder.latest.linux-x64.deb |
| ❸ |
This will install the agent and any dependencies automatically: wget sudo dpkg -i syxsenseresponder.latest.linux-x64.deb Installing is possible with the following parameters to configure SITELOCK and GROUPLOCK: syxsenseresponder.latest.linux-x64.deb/GROUPLOCKNAME="<InsertGroupNameHere>" To install the Linux agent into a specific site name, you must use a parameter called /preLockedSiteName='sitename' e.g.: sudo/usr/local/bin/syxsenseResponder/instanceName=syxsenseInstance/ preLockedSiteName='Site A Locked'
|
| ❹ |
Set your instance. The instance name idetifies the agent with your syxsense account. udo /usr/local/bin/syxsenseResponder/instanceName={instancename} |
| ❶ | Click Add Device and choose 'Linux Agent' |
| ❷ |
Install dependencies: sudo zypper --non-interactive install curl tar gzip libopenssl1_0_0 libicu |
| ❸ |
Download the agent 'tar.gz' archive: curl -L https://{instancename}.cloudmanagementsuite.com/WebService/api/v1/ Downloads/syxsenseresponder.latest.linux-x64.tar.gz -o /tmp/syxsenseresponder.latest.linux-x64.tar.gz |
| ❹ |
Create a target folder where agent will be placed: sudo mkdir -p /usr/share/SyxsenseResponder |
| ❺ |
Expand agent to the target folder: sudo tar zxf /tmp/syxsenseresponder.latest.linux-x64.tar.gz -C /usr/share/syxsenseResponder |
| ❻ |
Set execute permissions: sudo chmod +x /usr/share/syxsenseResponder/syxsenseResponder |
| ❼ |
Create the symbolic link that points to syxsenseResponder: sudo ln -s /usr/share/SyxsenseResponder/syxsenseResponder /usr/local/bin/syxsenseResponder |
| ❽ |
Set your instance: sudo /usr/local/bin/SyxsenseResponder/{instancename}/tarinstall |