cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to "Sign out" from warning/offline/missing VMs without manually logging into the VM

SenthilSelvam
Level 2

Hi All,

Is there any way where we can sign out the warning/offline/missing VMs without manually logging into the VM? 

Please suggest.

Regards,

Senthil Selvam



------------------------------
Senthil Selvam
------------------------------
4 REPLIES 4

ManpreetKaur1
Level 8

Hi @Senthil Selvam ,

 I don't think so if we can sign out without manually logging into the VM since the blueprism goes into warning/offline/missing VM's state when Blueprism loses the connection with Blue prism and in order to bring it back, someone has to login to the machine and fix the issue. Might be @ewilson can guide us better on it



------------------------------
Manpreet Kaur
Manager
Deloitte
*If you find this post helpful mark it as Best Answer
------------------------------

BohyonHwang
Level 9

That's a feature that DSM(Distributed System Management) tools will take care of. If you simply need the Sign Out function, it seems that you can develop it using RPC.



------------------------------
Bohyon Hwang
Director
블루프리즘
Seoul
+82262033950
------------------------------

I'm also not aware of any such option but indeed a great question.



------------------------------
If I was of assistance, please vote for it to be the "Best Answer".

Thanks & Regards,
Tejaskumar Darji
Sr. Consultant-Technical Lead
------------------------------

StephenColeman
Level 4

Providing the machine can still be reached (e.g. through RDP), it's just lost connection to BP, we use the following run from a command line to remote restart the machine:

psexec \\[machine name]  "C:\Windows\System32\shutdown.exe" /r

This removes the need to manually log into the machine, it just restarts it remotely.



------------------------------
Stephen Coleman
Developer - Automation
Zurich
Europe/London
------------------------------