...
64-bit Windows Server 2012 or higher
.NET Framework version 4.0
8 CPU cores
16 GB RAM
5 GB persistent storage
Powershell v5.1 (If SQL data is required)
SQLServer Powershell Module (if advanced SQL data is required - the installer will attempt to install if it is not)
Prior to Installation
Setup a new Windows instance to host the agentless data collector
When using multiple data collectors, ensure that each individual data collector’s scope of IP ranges is unique
Each data collector can, by default, assess up to a maximum of 500 instances (configurable)
Exclude the data collector IP address when adding hosts
Linux remote hosts: Cloudamize ADC cannot collect data when requiretty is true in sudo in remote hosts
...
Once the installation completes, click Finish to close the installer
...
Command Line Installation with GUI
Please select one of the following commands and run it as administrator (i.e., run Command Prompt as administrator and type in one of the commands)
When a proxy server is not used,
msiexec /i <downloaded MSI file> CUSTOMERKEY="your key"
When a proxy server is used but proxy credentials are not used,
msiexec /i <downloaded MSI file> CUSTOMERKEY="your key" USE_PROXY=1 HTTPS_PROXY="https://www.your_own_proxy.com" PROXY_PORT="your_proxy_server_port"
When a proxy server is used and proxy credentials are used,
msiexec /i <downloaded MSI file> CUSTOMERKEY="your key" USE_PROXY=1 HTTPS_PROXY="https://www.your_own_proxy.com" PROXY_PORT="your_proxy_server_port" USE_PROXY_CREDENTIAL=1 PROXY_USER_NAME="user_name" PROXY_PASSWORD="password"
When a connection problem occurs, the installer will try to connect to the Cloudamize server for 24 hours. To limit the installation maximum duration due to a connection problem,
msiexec /i <downloaded MSI file> CUSTOMERKEY="your key" INSTALL_MAX_DURATION_IN_MIN=60
Unit of INSTALL_MAX_DURATION_IN_MIN is minute and 60 minutes are set in this example.
Additional options
IS_PROXY_CERTIFICATE_SIGNED_BY_CA
0: Skip the proxy certificate verification with the proxy server option. This is the default value.
1: Verify the proxy certificate.
IS_SERVER_CERTIFICATE_SIGNED_BY_CA
0: Skip the server certificate verification.
1: Verify the server certificate. This is the default value.
INSTALL_SQL_SERVER_PS_MODULE
0: Skip installation of the SQLServer Powershell Module (only required for advanced SQL data).
1: Attempt installation of the SQLServer Powershell Module if necessary.
Add and Configure Hosts
Continue to our guide for the following steps on how to Add and Configure Hosts with the Cloudamize Agentless Data Collector.
...