Versions Compared

Key

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

...

  • Verify that the Linux agent is installed by running the following command:

    Code Block
    cd /usr/local/cloudamize/
    • You will receive output that the file or directory does not exist if this is the case

  • Verify that the Cloudamize agent process is running by typing the following command into the terminal:

    Code Block
    ps -aux | grep CCAgent
    • If running, a line will output similar to:

      Code Block
      user    8462  0.0  0.0  14224    936  pts/4    S+    17:24   0:00 /bin/bash /usr/local/cloudamize/bin/CCAgent
  • Verify that the agent watchdog process is running by typing the following command into the terminal:

    Code Block
    ps -aux | grep check_cloudamized
    • If running, a line will output similar to:

      Code Block
      user    8462  0.0  0.0  14224    936  pts/4    S+    17:24   0:00 /bin/bash /usr/local/cloudamize/bin/check_cloudamized.sh
  • If the check_cloudamized.sh process or the agent process is not running, you can start it manually by entering the following two commands into the linux terminal:

    Code Block
    cd /usr/local/cloudamize/bin/
    Code Block
    sudo ./check_cloudamized.sh 
  • The machine where the Cloudamize agent is installed needs to have access to the internet. 

    • Verify that your machine's network firewall is permitted to send and receive traffic to the Cloudamize servers at 35.171.170.26 (for US infrastructure) and 18.194.12.63 (for EU infrastructure) on port 443 by typing the following into the terminal:

      Code Block
      curl -v https://am.cloudamize.com/cxf/test (for US infrastructure)
      Code Block
      curl -v https://am-de.cloudamize.com/cxf/test (for EU infrastructure)
      Code Block
      curl -v https://am-ae.cloudamize.com/cxf/test (for UAE infrastructure)

Solution 2 - Agent won't install:

  • Verify you're using one of the following OSes:

    • Red Hat Enterprise Linux Server release 7.0 or higher

    • Oracle Linux 6.5 or higher

    • Ubuntu 16.04 or higher

    • CentOS release 7 or higher

    • Debian GNU/Linux 8.0 or higher

    • Amazon Linux AMI release 2013.03 or higher

    • Fedora release 12 or higher

    • Suse Linux 11 or higher

  • Verify you have root access.

  • Verify your openssl version is supported. Example on Red Hat (note different distros will use different commands):

...

 

If you're still having trouble with installation after going through these steps, or do not understand the output from the return of data from our Agent Manager, contact support at helpdesk@cloudamize.com. You should include the log files (if available) for the affected machines. You can compress this directory to send by running the following command:

...