Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The scripts located in side the agent base directory are used for starting and stopping the agent.

...

Start

Linux

Code Block
cd $AGENT_HOME

./StartFlexDeployHttpsAgent.sh

...

Code Block
cd %AGENT_HOME%

StartFlexDeployHttpsAgent.bat

...

Stop

Linux

Code Block
cd $AGENT_HOME

./StopFlexDeployHttpsAgent.sh

...