Navigation: Working with EventSentry > Managing Agents > Automating Remote Update |
Remote update makes it easy to push configuration changes and update EventSentry agents on remote computers since you are not required to install the software on the remote hosts manually. However, administering a large amounts of hosts, especially in a WAN environment, can be a time-consuming task.
To address this issue we created a command-line version of the Remote Update feature (eventsentry_upd.exe) which you can schedule to run automatically at desired intervals using the Windows Scheduler (e.g. once a day). The EventSentry Remote Update Utility offers the following features:
We recommend that you schedule the Remote Update Utility to run one or more times during the day (e.g. at night and in the morning), but you can also run it manually from the command-line. The Remote Update Utility consists of one file (eventsentry_upd.exe) and is installed into the EventSentry installation folder and supports the following command-line switches:
Examples Simply running eventsentry_upd.exe with a scope option (e.g. /allgroups) will push the latest configuration out to all hosts, but you can leverage the utility more by using some of the command-line options.
Example 1: Pushing the configuration to all hosts eventsentry_upd.exe /allgroups
Example 2: Pushing the configuration to all hosts in the "Servers" group, logging the result and skipping unassigned packages: eventsentry_upd.exe /group:Servers /log /skipunassigned
Example 3: Pushing the configuration to all hosts, logging the result and also ensuring that the agents are up-to-date and running: eventsentry_upd.exe /allgroups /log /installupdate
Example 4: Pushing the configuration to all hosts, logging the result, refreshing the computer list from ActiveDirectory and installing the agent on newly added computers: eventsentry_upd.exe /allgroups /log /installupdate /usead
The screenshot below shows the output of running the Remote Update Utility:
|