Back to Geneos FAQ

How do I restart a netprobe

Geneos has the RMS option (Remote Management Service) which can be be configured to restart a a netprobe process. Note this cannot be used to start a netprobe process which is already down.

Add the following xml as a new command on your gateway

<command name="Restart">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity</target>
</targets>
<task>
<commands>
<commandRef>
<internalCommand>
<name>/RMS:restart</name>
</internalCommand>
<stopOnError>true</stopOnError>
</commandRef>
</commands>
</task>
</command>

Right click the Managed Entity and click on the Restart option

8940963291421 mceclip1

An output window should appear indicating success. As below.

8962964997789 mceclip0

The NetProbe Log file will indicate a restart has been initiated

8963106659741 mceclip1

The Gateway Log file will also indicate a restart.

8963257861789 mceclip2

If you want to run this against many servers and you want run this out of hours on a weekday or on a weekend this command could be scheduled accordingly using the scheduled commands option. Link below

https://docs.itrsgroup.com/docs/geneos/current/Gateway_Reference_Guide/geneos_commands_tr.html#Scheduled_Commands

Note - Please check within your organisation as there may be other tools / practices in place.

https://support.itrsgroup.com/hc/en-us/articles/115004022365-Geneos-Netprobe-How-to-use-RMS-commands-to-upgrade-Linux-Probes

https://docs.itrsgroup.com/docs/geneos/current/Netprobe/general/rms_technical_reference.html#overview

["Geneos"] ["Geneos > Netprobe"] ["FAQ"]

Was this topic helpful?