Prerequisite Checklist
  • 01 Apr 2024
  • Dark
    Light
  • PDF

Prerequisite Checklist

  • Dark
    Light
  • PDF

Article summary

When you are running automations in production, it is important to know that your system is available and responsive.

  1. Verify that RAM and CPU meet the recommended specifications. Add more memory if required to improve the overall RAM usage.
  2. Make sure dependencies have been installed with recommended versions (RabbitMQ, Redis, MongoDB, etc.).
  3. Check Release Notes for the latest Maintenance Release to view any changes or updates that may have occurred.

Note: RabbitMQ is only applicable to IAP 2022.1.x and IAP 2023.1.x.

  1. Check the status of all dependencies (RabbitMQ, Redis, and MongoDB) using the status commands below:

    systemctl status mongod.service
    systemctl status rabbitmq-server
    systemctl status redis
    
  2. If the dependencies have not started, use the commands below to start them:

    systemctl start mongod.service
    systemctl start rabbitmq-server
    systemctl start redis
    
  3. Check to make sure the status of the pronghorn service is up. If not, use this start command:

    systemctl start pronghorn
    
  4. To check the local host status, the most common link used will be the domain name followed by status:

    https://(your domain)/status
    
  5. Check for any zombie or stalled process related to IAP using this command:

    ps -ef|grep Z
    
  6. Kill any zombie processes found and then restart the service.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.