Skip to content
English
  • There are no suggestions because the search field is empty.

Two nodes setup

Original Question or Issue:

If I install the FileCloud on 1 server except MongoDB (server A) and another server install MongoDB (server B), what is the settings I need to do on these two servers?


Environment:

  • Product - FileCloud Server
  • Version - 23.252
  • Platform - Windows

Steps to Reproduce:

New deployment.


Error or Log Message:

 


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:

Please find below the minimum steps needed to connect the FileCloud server to the MongoDB node:

  • In the MongoDB node > Edit the MongoDB configuration file > Replace 127.0.0.1 with the private IP of the MongoDB node in bind_ip parameter.

  • Restart the MongoDB service vie the FileCloud Control Panel.

  • In the FileCloud server > Edit the configuration files below > Replace localhost with the private IP of the MongoDB node in parameters starting with: mongodb://localhost

  • No need to restart services.


Notes:

This is the minimum configuration that is required to access the FileCloud Admin Portal in a two nodes setup. For further details, you can consult our documentation links below:

Install FileCloud Server on Windows. - FileCloud Docs - Server

FileCloud High Availability - FileCloud Docs - Server