Community Articles

Find and share helpful community-sourced technical articles.
Labels (1)
avatar
Master Mentor
yum install expect*
#!/usr/bin/expect 
spawn ambari-server sync-ldap --existing
expect "Enter Ambari Admin login:"
send "admin\r"
expect "Enter Ambari Admin password:"
send "admin\r"
expect eof

595-403-screen-shot-2015-11-05-at-65653-pm.png

848 Views