In 3.6 Controltier, JobCenter fail if bash script containing the ssh. I am tried to execute the following simple bash script :
#!/bin/bash
echo "Dumping the database"
ssh 172.16.30.20 "mysqldump -u user1 --password=***** ab_bd > /root/ab_db.sql"
echo "compressing the database"
ssh 172.16.30.20 "gzip /root/ab_db.sql"
in 3.4.12 controltier, this above script is executing well but not in 3.6. For the reference, i am attaching the job-centre output
Hi Rajkumar,
Sorry for the late response. This looks like a local client side authentication problem. Were you able to resolve this?
Moses