The script is designed to work with multiple servers, executing some commands on each of them. Make it catch the errors and continue to perform actions on other servers, if connection if one of the servers failed or some other unexpected problem occured.
This should be implemented, as probably unsuccessful connection with one server should not influence requests to other servers.
The script is designed to work with multiple servers, executing some commands on each of them. Make it catch the errors and continue to perform actions on other servers, if connection if one of the servers failed or some other unexpected problem occured.
This should be implemented, as probably unsuccessful connection with one server should not influence requests to other servers.