ARIS PPM Cloud Agent installieren

Sie müssen ARIS PPM Cloud Agent auf dem Remote Linux-System installieren, auf dem Sie PPM installieren möchten.

Vorgehen

  1. Kopieren Sie die Datei ppm103-cloud-agent-<version>.x86_64.rpm auf die Festplatte Ihres Linux-Systems.

    Diese Datei stellt ARIS PPM Cloud Agent zur Verfügung. Sie benötigen ARIS PPM Cloud Agent um eine Remote-Server-Installation durchzuführen.

  2. Installieren Sie den ARIS PPM Cloud Agent-Service.
    1. Wechseln Sie zu Benutzer sudo.

      sudo -s.

    2. Das Standard-Installationsverzeichnis ist /opt/softwareag. Legen Sie die Umgebungsvariable TARGETDIR fest um das Installationsverzeichnis zu ändern:

      export TARGETDIR=<new_install_location>

    3. Stellen Sie sicher, dass der neue Wert korrekt ist:

      echo $TARGETDIR

    4. ARIS PPM Cloud Agent-Agent mit rpm installieren.

      rpm -i ppm103-cloud-agent-<version>.x86_64.rpm

      Die Ausführung endet mit folgender Meldung:

      Startet Cloud Agent mit "<TARGETDIR>/ppm/server/bin/CloudAgentApp.sh“ ...

    5. Stellen Sie sicher, dass ARIS PPM Cloud Agent ausgeführt wird:

      cd /<TARGETDIR>/ppm/server/bin

      ./CloudAgentApp.sh status

    6. Sudo-Modus beenden:

      exit

ARIS PPM Cloud Agent wird auf Ihrem Remote-Linux-System installiert.

Jetzt können Sie PPM von einem Rechner mit einem Microsoft Windows-Betriebssystem installieren.

Für eine Remote-Installation unter Linux müssen Sie den Port von ARIS PPM Cloud Agent öffnen und nach der Installation wieder schließen.