Question

I need to perform FME server (2022) silent installation in EC2 machine, do I need to create response file or there is any script that we can directly execute using cmd.

  • 17 March 2023
  • 5 replies
  • 12 views

Badge
I need to perform FME server (2022) silent installation in EC2 machine, do I need to create response file or there is any script that we can directly execute using cmd.

5 replies

Userlevel 5
Badge +25

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/Silent-Install-Windows.htm should help you on your way.

Badge

Thanks for your reply, I have checked above document but regarding load balancer and installing database on separate machine that part how to implement, I am not clear.

Userlevel 5
Badge +29

Thanks for your reply, I have checked above document but regarding load balancer and installing database on separate machine that part how to implement, I am not clear.

You'll have to configure the load balancer separately, if its an AWS load balance you'll more than likely be able to do this programmatically using the api.

 

Re the database, you'll have to script the following documentation:

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/Provide_Database_Server-2-Tier.htm

 

Here is an example of a script i've used previously. Note, only use at as a guide, this is more a framework than anything else

https://github.com/thewabbit/fmeserverinstall

Badge

Thanks for your reply, I have checked above document but regarding load balancer and installing database on separate machine that part how to implement, I am not clear.

Thanks for your reply, I will check above links.

Userlevel 4
Badge +26

Thanks for your reply, I have checked above document but regarding load balancer and installing database on separate machine that part how to implement, I am not clear.

This is great Hamish, thanks a tonne for sharing this - excellent starting point

Reply