Jump to content

Script /Method to Uninstall SOLUS 3 Agent From Clients?


Recommended Posts

Posted

Hi all,

 

We've had a few "No connection could be made because the target machine actively refused it" come in, and the number grow with each update when I try to reinstall the agents from the SOLUS 3 console. Gotta do something about it now.

 

No duplicate DNS entries I can see, flushdns on the SIMS server doesn't solve it, and our support have said the only way they've solved it is manually uninstall the agent from clients, bounce them, remove them in the solus 3 console and then re-add them again.

 

Wondered if I could script any bit of that easily. Or if anyone's experienced the same as me and solved it do chime in! It sure is a pest.

 

Thanks all.

Posted

Can you browse to their C drive from your machine?

If i remember correctly I had to enable the SMB in windows features on their computer, restarted their computer and then tried to access their C drive, once I could access their C drive from my machine I did a Solus check and pushed out SIMS

  • Thanks 1
Posted

From what I have in my docs, you would want to do the following:

 

1) Stop the SOLUS3 Service

2) Delete the SIMS.net and SOLUS3 folders from Program Files

3) Delete the Capita and SOLUS 3 folders from ProgramData

 

Should be fairly straightforward to set up a batch file to do that, think the following would do it for our site

 

net stop Solus3Agent
rmdir /s /q "C:\Program Files\SIMS"
rmdir /s /q "C:\Program Files\SOLUS3"
rmdir /s /q "C:\ProgramData\Capita"
rmdir /s /q "C:\ProgramData\Solus 3"

  • Thanks 1
Posted

How many machines are you talking?

 

Would not you be better off using group policy to reinstall and register them to Solus database?

  • Thanks 1
Posted
Hi all,

 

We've had a few "No connection could be made because the target machine actively refused it" come in, and the number grow with each update when I try to reinstall the agents from the SOLUS 3 console. Gotta do something about it now.

 

No duplicate DNS entries I can see, flushdns on the SIMS server doesn't solve it, and our support have said the only way they've solved it is manually uninstall the agent from clients, bounce them, remove them in the solus 3 console and then re-add them again.

 

Wondered if I could script any bit of that easily. Or if anyone's experienced the same as me and solved it do chime in! It sure is a pest.

 

Thanks all.

 

Its not a firewall issue this perhaps?

 

Check this post here

http://www.edugeek.net/forums/mis-systems/221280-sims-firewall-login-issue.html#post1895354

Worth running this script on one of the machines then see if that makes a difference

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...