Automic Workload Automation

 View Only
  • 1.  Start up scripts on RHEL 7

    Posted May 22, 2017 12:30 PM
    Looking for insight on setting up start up scripts for both automic application and remote Agents on a RHEL 7 system.  This is what I started with, but not working successfully... 

    /etc/systemd/system/tomcat.service to start up tomcat upon server bounce on the Automic server: 
    # Systemd unit file for tomcat 

    [Unit] 

    Description=Apache Tomcat Web Application Container 

    After=syslog.target network.target 


    [Service] 

    Type=forking 

    Environment=JAVA_HOME=/app002/java/current_version/jre/bin 
    Environment=CATALINA_PID=/app002/automic/tomcat/temp/tomcat.pid 
    Environment=CATALINA_HOME=/app002/automic/tomcat 
    Environment=CATALINA_BASE=/app002/automic/tomcat 
    Environment='CATALINA_OPTS=-Xms512M -Xmx1024M -server -XX:+UseParallelGC' 

    Environment='JAVA_OPTS=-Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom' 

    ExecStart=/app002/automic/tomcat/bin/startup.sh 
    ExecStop=/bin/kill -15 $MAINPID 


    User=awaapp 

    Group=awaapp 


    [Install] 
    WantedBy=multi-user.target


  • 2.  Start up scripts on RHEL 7



  • 3.  Start up scripts on RHEL 7

    Posted Jun 19, 2017 09:40 AM
    @jennifer2017, FrankMuffke
    In our support department we use a script which we starts manually to avoid any strange, unacertained errors with the Automation Engine after the service manager started successfully but than a 'but' occurs (e.g: owner of the service manager process is the Root-User which souldn't be. Strongly recommendet in our documentation).

    Please check out the details with following link: https://community.automic.com/discussion/9902