Versions Compared

Key

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

...

Code Block
titleExample for use of Agent Installer Script
linenumberstrue
./js7_install_agent.sh \
    --home=/home/sos/agentrelease=2.5.2 \
    --release=2.5.2home=/home/sos/agent \
      --http-port=4445 \
    --make-dirs

# downloads the release tarball from the SOS Web Site
# creates the home directory if it does not exist
# extracts the tarball to the Agent's home directory
# operates the Agent for HTTP port 4445

...

Code Block
titleExample for use of Agent Installer Script
linenumberstrue
./js7_install_agent.sh \
    --release=2.5.2 \ 
    --home=/opt/sos-berlin.com/js7/agent \
    --data=/var/sos-berlin.com/js7/agent \
    --release=2.5.2 \
    --http-port=4445 \
    --make-dirs

# downloads usersthe mightController preferrelease totarball storefrom configurationthe dataSOS andWeb logSite data separately
# fromsuggests theuse homeof directory
#separate downloadshome theand Controllerdata releasedirectories tarballfor fromconfiguration thedata, SOSlog Webdata Siteetc.
# creates the home and data directories if they do not exist
# extracts the tarball to the Agent's home directory
# populates the data directory from initial configuration files
# operates the Agent for HTTP port 4445

...