DS-System Help : Using premium backup and recovery services : Remote DS-VDR : Updating the Remote DS-VDR configuration file
 
Updating the Remote DS-VDR configuration file
You can update the Remote DS-VDR configuration file (dsvdr.cfg) on the server where the Remote DS-VDR service is installed in the following folders:
Windows
C:\Program Files\CloudBackup\Remote DS-VDR\dsvdr.cfg
Linux
/opt/CloudBackup/Remote_DS-VDR/etc/dsvdr.cfg
IMPORTANT:  If you update the configuration file, you must restart the Remote DS-VDR service or daemon for the changes to take effect.
The Remote DS-VDR configuration file contains the following parameters:
 
Table 3 Remote DS-VDR configuration parameters
Parameter
Description
Port
Port the Remote DS-VDR Tool service listens on for DS-System connections.
Default is 4406
Do not change this unless there is a specific requirement to do so.
MaxRestore
Maximum number of concurrent virtual machine restores allowed.
Default is 5. Changing this value can significantly impact performance.
Typically, one thread takes approximately 1-2 GB of RAM.
LogLevel
Varies the amount and type of logging information inside the /tmp/vdr.out log file. Valid values:
none = (Default) No information is logged.
error = Logs errors.
debug = Logs detailed messages for debugging.
warning = Logs warnings.
info = Logs information messages.
trace = Logs all of the above.
LogFilter
Specifies a filter in Perl regular expression format. A regex search operation is performed and only matching lines are printed.
Default is . (dot, meaning log all)
SoapDebug
Generates detailed logging of the communication between the Remote DS-VDR server and virtualization server. Logs typically go to /tmp/soap_sent.log, /tmp/soap_recv.log and /tmp/soap_test.log.
Valid values: On or Off
Default is Off.