Hi,
We have a 24/7 operations and only rebooting production servers after schedule patching period by batch. All our servers are already rebooted after the patching.
We are planning to upgrade Solarwinds from 12.2 to 12.5 2019.2 HF3. (2019.4 is not an option for now)
In my previous experience, when you upgrade sw agents, it will still ask servers to be rebooted after the agent upgrade or some will change to reboot pending randomly. This also cause monitoring to stop until server has been rebooted which will be a nightmare if that happens this upcoming upgrade.
How can we prevent and continue polling after upgrade or ensure that this will not happen and continue to monitor after the upgrading the agents without the reboot?
It is critical for us the maintain monitoring after the downtime and we cannot restart the production servers just for the sake of monitoring agent upgrade.
I saw something here on thwack that we can use a command to manually change the status of the agent but i am not sure if this will apply also to polling or just a status change but polling still not working:
UPDATE [dbo].[AgentManagement_Agents]
SET [AgentStatus] = 1
,[AgentStatusMessage] = 'Agent is running'
,[AgentStatusData] = NULL
,[AgentStatusTimeStampUtc] = GETUTCDATE()
WHERE AgentStatus = 5
Source: SAM Agents & Reboots
Thanks in advance!
jblankjblank , aLTeReGo cobrien