Jump to content

SOLUS3 - Reset 'Install Active' Agents Utility by Matt40k


Recommended Posts

  • 2 weeks later...
  • 1 month later...
Posted
@vikpaw -Could this be a sticky? It's a useful tool and could be useful to anyone on the SOLUS3 boat (which I call the Titanic ;) )

Agreed!

 

I can't can totally believe that S3 leaves you in this position.

In my case a PC rebooted unexpectedly during an agent deployment (OS update to blame even though updates are set not to reboot).

'Its ok' I thought 'I'll just reinstall the agent. Hmm I cant...not matter I'll remove the machine...oh wait I can't...in fact I can't do anything!' :mad:

 

Ridiculous.

Posted

Thanks @Rawns for the pointer - where do you get these toys? or at least how do you hear about them.

 

Good job @matt40k - again! - You know what happens to people that make really useful tools and add-ons, they get bought out, have their code stolen and then forced to retire. Still worse things could happen; you might have to go back to doing SIMS support :p

 

Posted
Good job @matt40k - again! - You know what happens to people that make really useful tools and add-ons, they get bought out, have their code stolen and then forced to retire. Still worse things could happen; you might have to go back to doing SIMS support :p

 

Haha, I open source all the small stuff I do so I invite people to steal the code! The idea is you get a bit of a rep. It's just at the moment it appears my rep is being used to demonstrate failings in a certain MIS provider and to be fair, they kinda deserve it. They're not exactly healthy for the open-source community. On the plus side I've got favours all over the place.

  • Thanks 1
  • 4 weeks later...
Posted

Awesome, just saved my life, out of all our machines the heads decided to go tits up, was stuck and CAPITA in all its wisdom seems to be closed today and was closed on Friday, I understand its Christmas time but some of us still have to work.

 

Anyway, tried this util and its sorted out the issue for us, good job mate thank you!

  • 2 weeks later...
Posted

How do I fix "Install Queued" errors. The computer does not exist any more.

 

Its been like that for weeks and I can't remove the agent install as the button is greyed out.

 

Image1.jpg

Posted (edited)

You'll need to manually change the agent status value to failed in the SQL database via management Studio.

 

SQL Management Studio -> SOLUS3 DB -> Edit SOLS3.Agents table. Change the Agent Status value to 16.

 

Reopen the UI and the agent will be listed as 'failed' so it can be removed.

Edited by Rawns
  • Thanks 1
Posted
I know this is targeted at agents. What would also be great is the ability to reset deployments with a status of "Rollback in progress" to failed. We've had a few crashed roll backs at various sites resulting in this status.
Posted
Makes a bit of a mess as it'll generate a new GUID so you'll have 2 records. Also, not sure you can remove it when it's locked install active - basically it's starts installing then the "helpful" person pulls the battery mid install or whatever.
  • 3 months later...
  • 5 months later...
  • 3 months later...
Posted

Install queued - mmm tricky one.

 

You would have to do a change in SQL Management studio

 

sql query

 

USE solus3_deployment_server

GO

UPDATE solus3.agent

SET agent_status='16'

WHERE agent_status='?'

 

I don't know the status code for install queued, but I'm sure if you look in the solus.agent table find the computer name, then look at the status code, you should be able to use the query above to change the status.

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...