Versions Compared

Key

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

...

  • 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

  • supported version of OpenSSL

  • Root and/or Wheel Group access

  • 350 MB persistent storage

  • The Install script requires wget to retrieve content, and curl to test/verify access to our data collection servers:

  • For assessments on app.cloudamize.com or dashboard.cloudamize.com our data collection servers are at 104.197.11.97 for US infrastructure and 35.198.133.35 for EU infrastructure over port 443, either directly or through a corporate proxy (deprecated)

  • For assessments on console.cloudamize.com or dashboard-partners.cloudamize.com our data collection servers are at am.cloudamize.com for US infrastructure and am-de.cloudamize.com for EU infrastructure over port 443, either directly or through a corporate proxy.

...

Step 2:  Execute the command listed in the assessment portal, eg:

sh <(curl -s https://agentmanager1.cloudamize.com/cxf/downloadFile/installCloudamizeAgentV2.sh)
Code Block

This will differ if your assessment is on console.cloudamize.com, and will include your customer key:

Code Block
%> sh <(curl -X POST https://am.cloudamize.com/cxf/downloadFileV3 -H 'content-type: multipart/form-data' -F custkey=<YOUR CUSTOMER KEY> -F filename=installCloudamizeAgentV2.sh)

...

If you want to route the data through your own proxy server, click the checkbox as shown in the image below, and use the following command for app.cloudamize.com assessments (commands listed in console.cloudamize.com assessments have the command listed in the portal):

...

.

...

...

If you want to use your own proxy server and the server requires authentication, click the designated checkbox and use the following, updated command.

Code Block
sh <(curl --proxy http://www.yourproxy.com:proxy_port --proxy-user username:password -s https://agentmanager1.cloudamize.com/cxf/downloadFile/installCloudamizeAgentV2.sh) <http://www.your_own_proxy.com> <proxy_port> <user_name> <password>

...

Deploy from Central Repository:

...

The customer should decide rpm/deb, but in general, rpms are used by Red Hat, CentOS, SuSE, Oracle Linux and deb is used by Debian and Ubuntu.

For Assessments on app.cloudamize.com (old infra):

  • RPM URL: 

    • https://agentmanager1.cloudamize.com/cxf/downloadFile/cloudamize_agent.rpm (US)

    • https://agentmanager-de.cloudamize.com/cxf/downloadFile/cloudamize_agent.rpm (EU)

  • RPM Install: CLOUDAMIZE_CUSTOMER_KEY=xxxx rpm -i cloudamize_agent.rpm

  • DEB URL:

    • https://agentmanager1.cloudamize.com/cxf/downloadFile/cloudamize_agent.deb

    • https://agentmanager-de.cloudamize.com/cxf/downloadFile/cloudamize_agent.deb (EU)

  • DEB Install: CLOUDAMIZE_CUSTOMER_KEY=xxxx dpkg -i cloudamize_agent.deb

  • TGZ URL:

    • https://agentmanager1.cloudamize.com/cxf/downloadFile/cloudamize_agent.tgz (US)

    • https://agentmanager-de.cloudamize.com/cxf/downloadFile/cloudamize_agent.tgz (EU)

TGZ Install:

  1. tar xf cloudamize_agent.tgz

  2. cd cloudamize_agent

  3. CLOUDAMIZE_CUSTOMER_KEY=xxxx bash install.sh

  4. cd .. && rm -Rf cloudamize_agent cloudamize_agent.tgz

For Assessments on console.cloudamize.com (new infra):

Download:

  • US:

    • %> sh <(curl -X POST https://am.cloudamize.com/cxf/downloadFileV3 -H 'content-type: multipart/form-data' -F custkey=<custkey> -F filename=installCloudamizeAgentV2.sh)

  • EU:

    • %> sh <(curl -X POST https://am-de.cloudamize.com/cxf/downloadFileV3 -H 'content-type: multipart/form-data' -F custkey=<custkey> -F filename=installCloudamizeAgentV2.sh)

...