Enabling local storage for a runtime cluster or cloud
You can configure a runtime cluster or runtime cloud to use a local directory to store its working data.
Before you begin
You must have the Runtime Management privilege to perform this task. If you have the Runtime Management Read Access privilege, you cannot perform the task. Properties on the Basic tab be edited only when the runtime is online, but they can be viewed while the runtime is offline.
About this task
To set a different directory for each node in the runtime cluster or runtime cloud, specify them in node-specific container.properties files.
Procedure
-
On each of your cluster's nodes, create a directory in which to store the local files.
-
Within Boomi, go to Manage > Runtime Management.
-
Select the runtime cluster or Cloud from the list on the left.
-
In Settings & Configurations, click Properties.
This opens the Basic tab.
-
Select the Use Local Storage for Runtime Assets checkbox to store your runtime assets and temporary execution artifacts in the local cluster nodes.
-
In the Working Data Local Storage Directory field, add the path of the directory you created in step 1.
For example:
-
Windows —
C://Boomi//local -
Linux —
/opt/Boomi/local
-
-
Click Save.
Changes to this property do not take effect until the runtime cluster or Cloud is restarted. After the runtime is restarted, the runtime starts using the java from the local directory and Java information is updated with the appropriate java path where the java files are occupied. You have the option to restart now or restart later.
Considerations
It is recommended you select both, the Use Local Storage for Runtime Assets and set the Working Data Local Storage Directory. However, if only the Working Data Local Storage Directory is set, only temporary execution files will be stored on the local nodes; runtime assets, including libraries and the Java runtime, will not be copied to the local nodes.