I am interested in creating a script that runs when APM triggers a alert. I like to create a script that connectes to a citrix xen server and reboots a machine if a certain process hangs or goes of line.
Is there any way to do this?
RC
I have no experience in Xen so not quite sure how to make a connection to restart it. But, I think, like in normal case, you need to write a script that execute commands to the remote system. I can do it with regular windows OS.
Btw, I found this CLI for Xen, in case you dont know:
wiki.xensource.com/.../Command_Line_Interface
MW