When you back up Linux Nodes, the default /tmp folder is used to store the required binary and debug logs. The /tmp folder must have enough empty space and the necessary permissions to execute the binaries. To change the default path on Linux Nodes, you can configure the server.env file and specify the new paths.
Follow these steps:
/opt/Arcserve/d2dserver/configfiles/server.env
Note: If the file is not present, create the server.env file.
export TARGET_BOOTSTRAP_DIR=<path>
Example: To deploy the Linux agent under the /d2dagent path, enter the following line:
export TARGET_BOOTSTRAP_DIR=/d2dagent
Note: By default, the agent is deployed and and executed under the /tmp folder.
export TARGET_WORK_DIR=<path>
Example: To configure the debug logs under /d2dagentlogs path, enter the following line:
export TARGET_WORK_DIR=/d2dagentlogs
Note: By default, the logs are stored under the /tmp folder.
/opt/Arcserve/d2dserver/bin/d2dserver restart
The default temporary folder is configured.
Copyright © 2016 |
|