Install a System Monitor on UNIX/Linux
- Using a secure FTP client, such as WinSCP, log in to the system where you will be installing the Agent using root privileges.
- Copy the install package to /root/tmp directory on the *NIX machine.
- Using a terminal emulator, such as PuTTY, open an additional connection to the *NIX machine.
- In the table below, find your *NIX version in the first column.
- Verify that an Agent is not currently installed by running the command in the Check Version column.
- If necessary, uninstall the Agent by running the command in the Remove/Uninstall Agent column.
- In PuTTY, go to the /tmp directory.
Install the agent by running the command in the Install column.
For text files with specific installation instructions with each Agent installer, see the SysMon downloads page on the LogRhythm Community.
- Go to the Agent configuration folder: cd /opt/logrhythm/scsm/config
- Update the scsm.ini file with the correct host IP: vi scsm.ini For more information, see Manually Update the System Monitor Configuration File.
- Go to the service bin folder: cd /etc/init.d/
- Start the Agent: ./scsm start
- To register the agent, see the Agent Identification and Acceptance page in the Enterprise SIEM section of the LogRhythm Documentation site.
For more information about downloading Agent installers and their corresponding file names, consult the appropriate upgrade guide.
*NIX Type | Upgrade | Check Version | Remove/Uninstall Agent | Install |
---|---|---|---|---|
AIX | N/A | lslpp -l scsm | installp -u scsm | tar xf filename.tar installp -a -d . scsm |
Debian | N/A | dpkg -p scsm | dpkg -r scsm | dpkg -i filename.deb |
Fedora | rpm -U filename.rpm | rpm -q scsm | rpm -e scsm | rpm -i filename.rpm |
Oracle Linux | N/A | rpm -q scsm | rpm -e scsm | rpm -i filename.rpm |
Solaris SPARC | N/A | pkginfo -l scsm | pkgrm scsm | tar xf filename.tar pkgadd -d . scsm |
Solaris x86 | N/A | pkginfo -l scsm | pkgrm scsm | tar xf filename.tar pkgadd -d . scsm |
Red Hat Enterprise/ CentOS* | rpm -U filename.rpm | rpm -q scsm | rpm -e scsm | rpm -i filename.rpm |
Red Hat Linux | rpm -U filename.rpm | rpm -q scsm | rpm -e scsm | rpm -i filename.rpm |
SUSE | rpm -U filename.rpm | rpm -q scsm | rpm -e scsm | rpm -i filename.rpm |
Ubuntu | N/A | dpkg -p scsm | dpkg -r scsm | dpkg -i filename.deb |