The FlexDeploy distribution contains the following components:
...
Warning |
---|
Unless you are running on Windows or have been advised by Flexagon Support, consider using the Automated Linux installer instead. |
Requirements
Info |
---|
See FlexDeploy System Requirements for details on software and hardware requirements |
...
Code Block | ||
---|---|---|
| ||
cd <FLEXDEPLOY_HOME> mkdir -p application/vsm cd influxdb/config vi config.yaml |
Check your open file limits. Influx opens a large number of files to complete its work.
ulimit -Hn
will show the open file limit for the current user. Make sure you run it as the user who will be executing FlexDeploy and Influx.
If it is less that 65536, we recommend raising it.
sudo vi /etc/security/limits.conf
where oracle is the user logged into the box to run FlexDeploy:
oracle soft nofile 16384
oracle hard nofile 65536
Windows
Code Block | ||
---|---|---|
| ||
cd <FLEXDEPLOY_HOME> mkdir application/vsm cd influxdb/config edit config.yaml |
Change the following locations: You must put absolute path as no environment variables are allowed in this file.
Linux
bolt-path: from <FLEXDEPLOY_HOME>/influxdb/data/influxd.bolt to <FLEXDEPLOY_HOME>/application/vsm/data/influxd.bolt
engine-path: from <FLEXDEPLOY_HOME>/influxdb/data/engine to <FLEXDEPLOY_HOME>/application/vsm/data/engine
sqlite-path: <FLEXDEPLOY_HOME>/influxdb/data/influxd.sqlite to <FLEXDEPLOY_HOME>/application/vsm/data/influxd.sqlite
...
Note |
---|
After starting your server, check the <FLEXDEPLOY_HOME>/apache-tomcat-flexdeploy/logs/flexdeploy.0.log file for the following error message:
If present, increase the number of processes for the database
|
...