Question
What is required for a recipe on a server to run?
Answer
The machine should be powered on and the SSH service should be up and running and the Control Panels SSH key for the OnApp user not removed. As recipes run via SSH, if the connection via SSH is lost, the recipe execution will fail.
This means a recipe would fail if a server was rebooted whilst it was executing, even if the reboot was executed by the recipe.
On the Unix-based systems, the connection to a server and the running of the recipe is performed by the 'root' user. For Windows-based VSs, the 'SvcCOPSSH' user or 'Administrator' user is performing these tasks.
You should ensure these users has the permissions to perform the action you desire.
Comments
2 comments
user SvcCOPSSH' password is the Same? If somebody else know the password,how can we do next?
The password is a secure randomly generated password that is not stored, SSH keys are added from the onapp user on the CP server to the SvcCOPSSH user on the Windows server.
Please sign in to leave a comment.