Add Application Node to Existing Machine (via zc-cli)
Assuming
agent1
is the name of new agent and agent0 is already installed via CloudFormation andusername
is the username on the new agent
Prerequisites
agent0
and agent1
must be running a Linux operating system. You must have SSH access to both agent0
and agent1
using a non-root user with sudo privileges. Please follow How to create passwordless access between VMs
Instructions
Login to
agent0
start
zc-cli
:
Choose option 6
You'll be asked for
ipaddress
and username for agent1. Please enter theipaddress
and linux username for the existing host where you want to install ZebClient.
If you don't have passwordless access to agent1, you will be prompted to enter your password.
The script will automatically add ZebClient to the new node.
Last updated