How to "Reset Agent" from the SMP Console
search cancel

How to "Reset Agent" from the SMP Console

book

Article ID: 241402

calendar_today

Updated On:

Products

IT Management Suite

Issue/Introduction

The customer is trying to re-register some client machines to a different Task Server. He is aware of the "Reset Agent" button under the "Task Status" tab on the Symantec Management Agent UI.

However, he wants to know if there is a different way to accomplish the same in cases when:

He has to do it remotely when he can't log in to the computer.   

Also if this client machines are registered to the SMP Server instead of another Task Server in the same Site.

Environment

ITMS 8.5, 8.6

Resolution

There is a default task that can be used to accomplish this "Reset Agent" functionality. See Reset Task Agent Page

As mentioned above, there is a default task that you can send to client machines that will do that. If you create a new "Client Job" and add a "New" task, there is one called "Reset Task Agent"

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=dSxa+WVP55OH3nS7voA30w==

Just make sure you have "Check NS for an updated site server list" selected to the client machine can re-evaluate the available Task Servers.

Also, if you want to have an idea of what computers are registered to what Task Server, there is a report that you can use that shows your Task Server(s) and how many clients it has registered. If you double-click on the "client count", it will drill-down to the list of machines.

Go to Reports>Task Server>Status>Task Server Summary

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=y3Ru4/Z859RDhBDFqfD0XA==

 

Note:

Here is VBS script to do it if you want to create your own script or process:

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

dim objClient
set objClient = CreateObject("Altiris.AeXClient")
dim objCTA
set objCTA = objClient.HostedObject("Altiris.ClientTaskAgent")
objCTA.ResetAgent 1

Additional Information

Sample Tasks, Jobs, and Scripts Provided by Task Management

Attachments