Use this page to specify that a file set on one node matches that on the central deployment manager node and to ensure consistent configuration data across a cell.
You can synchronize files on individual nodes or throughout your system.
To view this administrative console page, click System Administration > Node Agents > node_agent_name > File Synchronization Service.
Configuration tab
Data type | Boolean |
Default | true |
Data type | Integer |
Units | Minutes |
Default | 10 |
The minimum value that the application server uses is 1. If you specify a value of 0, the application server ignores the value and uses the default of 1. |
If the Automatic synchronization setting is enabled, the node agent attempts file synchronization when it establishes contact with the deployment manager. The node agent waits the synchronization interval before it attempts the next synchronization.
Remove the check mark from the check box if you want to control when files are sent to the node.
Data type | Boolean |
Default | true |
The default is to not synchronize files prior to starting an application server. Enabling the setting ensures that the node agent has the latest configuration but increases the amount of time it takes to start the application server.
Note that this setting has no effect on the startServer command. The startServer command launches a server directly and does not use the node agent.
Data type | Boolean |
Default | false |
The default is to have no files specified.
To specify a file, use a complete name or a name with a leading or trailing asterisk (*) for a wildcard. For example:
cells/cell name/nodes/node name/file name |
Excludes this specific file |
*/file name |
Excludes files named file name in any context |
dirname/* |
Excludes the subtree under dirname |
Press Enter at the end of each entry. Each file name appears on a separate line.
Since these strings represent logical document locations and not actual file paths, only forward slashes are needed no matter the platform.
Changes to the exclusion list are picked up when the node agent is restarted.
Data type | String |
Units | File names or patterns |