Installation Command Samples

The following illustrates a sample command to install the agent:
install.sh controller 8090 -a=PHPCust@XC6v2n8m2$543 myApp myTier myNode
To install the agent using SSL, use the -s switch, as follows:
install.sh -s -a=PHPCust@XC6v2n8m2$543 controller1.appdynamics.com 8818 myApp myTier myNode
The following sample command illustrates installation with a proxy server present:
install.sh --http-proxy-host=myproxyhost --http-proxy-port=8099 -a=PHPCust@XC6v2n8m2$543 controller 8090 myApp myTier myNode