Functionality
This command is used to modify the environment setup of server. The following information can be modified:
Saving target of CT operation status log
Days to manage CT operation status log
This command will be reflected on environment file for CS by executing in CS. After reflection, each configuration value will be valid.
Record format
SVPolicy.exe | [-ctlogsave Saving Target of CT Operation Status Log] |
SVPolicy.exe | {-h|-help} |
Option
Specify the saving target folder of CT operation status log within 128 characters. The network drive cannot be specified.
Specify the writable and existing folder using the absolute path.
When this option is omitted, it will be saved to the following folder.
CS Installation Directory \FJSVsbinv\ct_trace
Specify the days to manage CT operation status log.
A numeral from 0 to 366 can be specified.
If omitted, the setting will not be changed. The initial value is 30 (days).
The use method of this command will be output to standard output.
Return value
0: ended normally
Other than 0: ended abnormally
Command saving location
The following folder in CS:
CS Installation Directory \FJSVsbtrs\bin |
Authority required for execution/executing environment
Administrator authority is required.
This command shall be executed in CS.
Cautions
It is not required to stop Systemwalker Desktop Patrol service (ITBudgetMGR (INV)).
When the saving target of CT operation status log has been modified, it is suggested to set zip folder in modified folder. For how to set zip folder, refer to "Set the Saving Target of CT Operation Status Log" of Installation Guide.
Command execution example
Save the CT operation status log to "C:\temp\ctlog", and set the days to manage as 10 days.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\SVPolicy.exe" -ctlogsave "C:\temp\ctlog" -ctlogdate 10 |
Execution result/output format
When executing the command normally, the following message will be output.
Command execution succeeded. |
When the processing failed, a message indicating failure will be output. Refer to "3.3.14 Messages Output in Server Environment Setup Command" for details.