Versions Compared

Key

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

...

  1. Collect Server password for agent install which can be collected in several different methods:

    1. If you have access to MySQL for premise Automate - run query

      Code Block
      languagesql
      SELECT systempassword FROM config;

    2. If you have access to Control Center only for CW Cloud you can run the same query via rawsql Internal Monitor.

      1. Automation>Monitors>Internal Monitors tab - right click anywhere on list and choose New Monitor

      2. Use <Start Fresh> and click Next

      3. Configure as this example

      4. Click the Build and View Query button to get your result - then just Close monitor - no need to add/save.

    3. If you have no access to Control Center Internal Monitors - then you would need to at least obtain the agent msi installer from the Destination Automate server

      1. From Web Control Center - click on Configuration>Installers>Custom Agent and select any client/location - then click Download button next to the Windows MSI choice.

      2. Once the MSI has been downloaded, you will need to run it on a machine that does not currently have a CW Agent installed. When you run the MSI on a machine with no agent, and you click “Next” on the initial screen, you will see a menu that displays your Server URL, Server Password and the LocationID. Copy the “Server Password” value.


  2. Log in to the MSP Toolshed portal and access Settings>Integration Settings>Automate

  3. Paste the “Server Password” value in to the “Server Password” field under the credentials field and click Update button.

    Image RemovedImage Added

  4. You should get SUCCESS banner


  5. Once this has been applied, all future deployments will automatically supply the “Server Password” value in the expected registry location for the CW Agent, which will allow it to sign up properly.