Task 4. Run the distributed deployment scripts on the Load Balancer node

On the load balancer node, follow these steps:

  1. Run the following commands:

    # cd /opt/hp/propel/contrib/propel*
    # ansible-playbook propeld.yml -c paramiko --ask-become-pass -u propel 2>&1 | tee setup.out

    When prompted, enter the password for the "propel" user.

  2. If the previous commands successfully finish, your Service ManagerService Manager Service Portal cluster should be installed and ready for use.

Caution If you have added "propel ALL=(ALL) ALL" to /etc/sudoers, do not forget to remove it from all machines to minimize security risks.