Versions Compared

Key

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

Troubleshooting issues with the Cloudamize linux agent

Issues:

  • After installation the Inventory Settings page does not display your machine in the list of available machines or your machine is listed on the Inventory Settings page, but the Data Collection column displays "Inactive."

  • Agent will not install.

Solution 1 - Issues after installation:

  • 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 104.197.11.97 on port 443 by typing the following into the terminal:

      Code Block
      curl -
  • v https
    • v https://agentmanager1.cloudamize.com/cxf/
  • test 
    • test (for US infrastructure)
      Code Block
      curl -
  • v https
    • v https://agentmanager-de.cloudamize.com/cxf/
  • test 
    • test (for EU infrastructure)

Solution 2 - Agent won't install:

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

    • Red Hat Enterprise Linux Server release 5.0 or higher

    • Oracle Linux 6.5 or higher

    • Ubuntu 10.04 or higher

    • CentOS release 5 or higher

    • Debian GNU/Linux 6.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:

Code Block
tar -czvf cloudamize-logs.tar.gz /usr/local/cloudamize/logs/