Versions Compared

Key

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

...

  1. Locate the Caringo FileFly Agent installer among the executables in the unzipped bundle.

  2. Launch the installation wizard EXE file for the correct FileFly version and follow the prompts.

  3. If installing an agent onto the FileFly Tools server, you are warned about additional memory requirements:

  4. Verify the server meets the minimum requirements and runs one of the supported operating systems required by FileFly Tools:

  5. Accept the license agreement.

  6. Set the installation location:

  7. FileFly Agents come in two modes. Choose what type of agent to install:


    • Agent for migration —  Used to migrate files to other destinations in our case Swarm, Content Gateway, S3, Azure, or Drive. Most standalone Windows deployments install the agent for migration only.

    • Gateway Agent — Used to provide access to a Swarm/Gateway destination for servers without direct access. It does not migrate files.

  8. After the installation, you are prompted to activate the agent. The activation code for this agent (which is automatically copied to your clipboard) must be registered in your Admin Portal. 

  9. Open the FileFly Admin Portal and go navigate to the Servers tab. If this is a re-install, first retire the server that appears there, and then add it as new:

  10. On the Add Server page, select Standalone Server:

  11. Enter the fully qualified domain name of the server being configured, add comments, and click Next.

  12. Verify the Hostname and IP address, and click Next.

  13. Click Next, and the Admin Portal contacts the server and gather the details required to register it with the FileFly Tools.

  14. Paste the key on the clipboard into the Activation Code field, and click Activate:

  15. With the server registered, close the Agent installer.

...

Info

Note

If this step is delayed, the plugin shows errors until it is configured with a configuration file:

To check that this is the issue, go navigate to the default log directory for the FileFly Agent:

C:\Program Files (x86)\Caringo FileFly\logs\FileFly Agent\agent.log

Open the log in a text editor. The bottom of that the log file has an entry such as follows: 

Code Block
2019-03-14 04:44:42.326 (GMT-07:00) checking for clients...
2019-03-14 04:44:45.013 (GMT-07:00) <H05> ATTENTION: Configuration file is missing or contains no settings:
  C:\Program Files (x86)\Caringo FileFly\data\FileFly Agent\cloudscaler.cfg
Please configure.

This is expected; the next step is to install the configuration tools.

...

Create a domain and bucket for FileFly using the Swarm Content UI, if it is installed and enabled. 

  1. In a browser that has access, go Navigate to the Content UI in a browser

    Code Block
    http://<ipaddressofgateway>:scspport/_admin/portal
    http://gatewayadmin.example.com:8090/_admin/portal
  2. Log in as an admin user:

  3. Select an existing tenant, or click + Add to create one.

  4. Click + Add to create a new domain for FileFly.

  5. Name the FileFly domain and click Add.


    Edit the Settings (gear icon) to customize any content policies after saved.

  6. Open the new domain, and click + Add to create a bucket:

  7. Select Bucket, then name and Add the bucket, verifying S3 Compatible is enabled:


    Edit the Settings (gear icon) to customize any content policies after saved.

  8. Note the domain and bucket names for use in FileFly configuration.

...