Database Reference
In-Depth Information
#upload_and_execute.sh
set -e
# THIS IS THE FILE THAT YOU EXECUTE LOCALLY
# YOU MUST FILL UP THE APPROPRIATE VARIABLES
# YOU MAY NEED TO CHANGE THIS SCRIPT UPLOAD
# SNITCH FILES, IF ANY
# LOCATION TO USE IDENTITY FILE FROM
identity_file="/LOCATION/OF/IDENTITY_FILE.pem"
# REMOTE USER TO LOG IN AS
remote_user="root"
#YOU MAY CHANGE LOCATION LIKE: "${HOME}/Desktop/
install_cassandra.sh"
install_script="install_cassandra.sh"
# YOUR SERVERS WHERE CASSANDRA IS TO BE INSTALLED
servers=( 'c1.mydomain.com' 'c2.mydomain.com'
'c2.mydomain.com' )
Search WWH ::




Custom Search