Member since
10-07-2016
17
Posts
5
Kudos Received
0
Solutions
08-21-2016
09:48 AM
1 Kudo
Hi Young and Zkfs, Thanks for your valuable reply. It is very helpful.
... View more
08-09-2016
02:57 PM
@Narasimha Gunturu 1. Just put the hostname/ipaddress in a file say - '/tmp/nodes' 2. use below command to run - for i in `cat /tmp/nodes`; do ssh $i 'yum upgrade -y ambari-agent; /etc/init.d/ambari-agent restart'; done -- [You might need to enter password if there is no passwordless ssh configured]
... View more