I need a solution
Hi all,
I have configured SQL service group. I need a restart 1C application server after failover accours. For this purpose I will use script. The script will done 1 time after service group become online.
I think process agent can help me.
For test and understand how work proces agent I create easy bat script:
{ echo Hello > File.txt
}
When I do online for agent I see script is done (file File.txt is created) but the agent do not became online.
I think script have to send any variable to VCS that VCS can know started programm is "UP".
Do I correct understand situation and if YES what script must return to VCS?