Versions Compared

Key

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

...

After downloading: Run the MSI file by double-clicking it and click "Next"

mceclip0.pngImage Removed


Accept the End-User License Agreement and click “Next”

agentless-2.pngImage RemovedImage Added


Enter the customer key that was generated for the assessment. The customer key is available on the Cloudamize Agent Installation webpage. It is located by going to the Partner Dashboard here and navigating to Settings > Agent Setup > Access

mceclip1.pngImage RemovedImage Added


To use a proxy server, enable "Use proxy" and type in HTTP proxy and port. If your proxy server needs user credentials, enable "Use proxy credential" and enter the Username and Password. Click "Next". Click Install to begin the Cloudamize Agentless Data Collector installation

mceclip2.pngImage RemovedImage Added


Once the installation completes, click Finish to close the installer

mceclip3.pngImage RemovedImage Added


Add and Configure Hosts

...

Windows Troubleshooting

Account Credentials

mceclip4.pngImage RemovedImage Added

This error occurs when a Domain name is not specified. The format for username is DomainName\Administrator

...

In the event that hosts were added to the agentless data collector, the HostInfo.xml and HostInfoBackup.xml file should be backed up in a separate folder such as C:\Temp before uninstalling the Cloudamize agentless data collector. These files are located in: C:\Program Files\CloudamizeAgentlessDC or C:Program File (x86)\CloudamizeAgentlessDC depending on your architecture. Please note that these files can only be accessed by accounts that belong to the Administrators group.

Capture3__1_.JPGImage RemovedImage Added


Folder showing the location of HostInfo.xml and HostInfoBackup.xml on (x86) architecture

...

Once the download has completed, follow the instructions on screen to install the data collector. Once the installation has completed, copy the HostInfo.xml and HostInfoBackup files back into C:\Program Files\CloudamizeAgentlessDC\ or C:Program Files(x86)\CloudamizeAgentlessDC and restart the Cloudamize Watchdog and Cloudamize Agent services

Unable to resolve a node

mceclip5.pngImage RemovedImage Added

  1. The host [IP Address] is down
  2. The account name and password are incorrect or the account does not have sufficient privileges
    • If the server is domain joined the domain controller itself may not be running
    • The Active Directory administrator group may not include the domain administrator group.
    • The user account provided may not be in the domain admin group or it may not be the local administrator account
  3. A local account on the server in use and it is a member of the administrators group but not the administrator account itself. 

...

Open Regedit, right click on the System folder and select “New” and “DWORD (32-bit)”

mceclip6.pngImage RemovedImage Added

Change the name of the new registry entry to: LocalAccountTokenFilterPolicy

mceclip7.pngImage RemovedImage Added

Right click on the registry entry and select “Modify”

mceclip8.pngImage Removed Image Added

 Change the value from 0 to 1 and select “OK”

mceclip9.pngImage RemovedImage Added


5. WMI traffic is not enabled. Run the following command in an elevated command prompt:

  • netsh advfirewall set rule group=“windows management instrumentation (wmi) new enable=yes

mceclip10.pngImage RemovedImage Added

  • 6, 7, 8, 9, 10. Windows Firewall issues. Refer to the Firewall requirements section Under Window Agentless Data Collector Setup.

...

To create a new user:

  • sudo useradd [username]

mceclip11.pngImage RemovedImage Added

Update the user password:

  • sudo passwd [username]

mceclip12.pngImage RemovedImage Added

Root permissions

Navigate to the /etc directory:

  • cd /etc

mceclip13.pngImage RemovedImage Added

Open the Sudoers file by entering the following command in the /etc directory:

  • sudo visudo

mceclip14.pngImage RemovedImage Added

Navigate to root ALL=(ALL) ALL underneath the header User Privilege. Move the cursor to the end of the line and enter the letter “o”, this will create a new line. Enter the following text:

  • [username] ALL=(ALL) ALL

mceclip15.pngImage RemovedImage Added

Press the Esc key, type “:wq!” and press Enter

...

Create a new user:

  • sudo useradd [username]

mceclip16.pngImage RemovedImage Added

Update the user password:

  • sudo passwd [username]

mceclip17.pngImage RemovedImage Added

Navigate to the /etc directory:

  • cd /etc

mceclip18.pngImage RemovedImage Added

Open the Sudoers file by entering the following command in the /etc directory: 

  • sudo visudo

mceclip19.pngImage RemovedImage Added

Navigate to %wheel ALL=(ALL) ALL in the sudoers file

mceclip20.pngImage RemovedImage Added

Note: If there is a # symbol in front of %wheel ALL=(ALL) ALL then it must be removed before editing the configuration. Remove the #, press the Esc key, type “:wq!” and press Enter

...

  • sudo usermod -aG wheel [username]

mceclip21.pngImage RemovedImage Added

Verify that the [username] account has been added to the group.

mceclip22.pngImage RemovedImage Added


Ubuntu

Create a new user:

  • sudo useradd [username]

mceclip23.pngImage RemovedImage Added

Update the user password:

  • sudo passwd [username]

mceclip24.pngImage RemovedImage Added

Add the user account to the sudo group: 

  • sudo usermod -aG sudo Username

mceclip25.pngImage RemovedImage Added

To verify the user account has been added to the sudo group:

...

Enter the password for the account and type the following command:

  • sudo whoami

mceclip26.pngImage Removed


If you are still experiencing issues please send log files of the affected node(s) to helpdesk@cloudamize.com. The log files are located in C:/Program Files/Cloudamize for Windows machines, /usr/local/cloudamize/logs/ for Linux