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. |