Install a System Monitor on Windows Core
The following guide contains instructions for installing System Monitor agents on the Windows Core operating system.
Windows Core Installation via Command Line
To install a System Monitor agent on the Windows Core operating system:
Download and extract the required System Monitor Agent package from the Community.
Copy the unzipped install file (LRSystemMonitor_64Core_xxx.exe) onto the Windows Core server using a method such as File Transfer.
Access the Windows Core Server and type powershell to start Windows Powershell.
Navigate to the .exe file transferred in step 2 and ensure it’s present on the Core server.
If upgrading a previous System Monitor Agent, check the current version by running the following command:
Get-Process -Name "SCSM" | Select-Object -Property Name,FileVersion
Run the .exe file to perform the installation using the following command, replacing “xxx” with the version number in the file name:
Start-Process -FilePath "C:\Users\Public\Downloads\LRSystemMonitor_64Core_xxx"
If necessary, when prompted, click Install on the wizard to install System Monitor dependencies (.NET and C++).
Follow the instructions in the LogRhythm System Monitor Service setup wizard.
Pending Reboot. You may choose to ignore this warning and continue to install by clicking Next. If the install fails, reboot the system and try again.
License Agreement. Accept the license agreement, if it appears, and then click Next.
Destination Folder. Use the default installation path whenever possible. Click Next.
You are now ready to install the program. Click Install.
When the wizard is complete, select the Launch System Monitor Configuration Manager check box to start the System Monitor Configuration Manager.
Click Finish.
If a restart is required at any point, this will be indicated in the setup wizard.
The General tab of the System Monitor Configuration Manager appears. Do the following:
Replace CHANGE_THIS with the static IP address or fully qualified domain name of the appropriate Data Processor. By allowing a domain name, LogRhythm deployment connection settings using an internal host name can control IP address assignment through the DNS server.
Enter the port number of the Data Processor to which the System Monitor will connect. The valid range is 1 to 65535, and the default is 443.
Enter the static IP address (of the host running the System Monitor Agent) to use when connecting to the Data Processor. This must be an IP address, rather than a hostname.
Enter the client source port number this System Monitor uses when connecting to the Data Processor. The typical range is 49152 to 65535 (default is 0, which uses the OS ephemeral range).
Enter the Host Entity ID in the Host Entity ID field if this system should be assigned to a specific entity (default is 1, meaning no entity assignment).
If you wish to change the storage locations of the Configuration files or State (cache) files, or you are deploying for High Availability (HA) deployment, you can modify the following options:
Configuration File Parent Directory
State File Parent Directory
Click Apply.
If you need to reopen the System Monitor Configuration Manager for any reason, run the following command:
Start-Process -FilePath "C:\Program Files\LogRhythm\LogRhythm System Monitor\lrconfig.exe"
Apply the changes in the Configuration Manager and then click OK.
Restart the System Monitor service using the following command:
Restart-Service -Name "SCSM"
Validate that the Agent version now matches the version of the installer:
Get-Process -Name "SCSM" | Select-Object -Property Name,FileVersion
Within the LogRhythm System Monitor Configuration Manager, click the Log File tab and then check the SCSM.log file at the location shown to ensure that there are no connection errors to the Data Processor.
Switch to the LogRhythm Client Console and refresh to ensure that the heartbeat is updating and the correct, new version is now reflected.
Windows Core System Monitor Upgrades
The same remote upgrade process outlined in the System Monitor Upgrade Guide applies.
Windows Core Supporting Commands
The following table displays helpful commands that you can use when navigating Windows Core during the process of installing a System Monitor.
Action | Command(s) |
|---|---|
Open System Monitor Configuration Manager |
CODE
|
Display Agent Version Information |
CODE
CODE
|
Check the SCSM.ini File |
CODE
|
Check the SCSM.log File |
CODE
|
Check the Event Log for Upgrade Issues |
CODE
|