Description
Change the upstream host of DS.
Syntax
CSConnector.exe -host nameOfNewUpstreamHost [-inv inventoryTxPort] [-cont swDistributionPort] |
Option
Specifies the name of the new upstream host.
This item cannot be omitted.
Specifies the port number to be used by the upstream host to transmit inventory, using a number from 1 to 65535.
This item is optional. If omitted, the default is 2856.
Specifies the port number to be used by the upstream host to distribute software, using a number from 1 to 65535.
This item is optional. If omitted, the default is 2922.
Return value
0: Ended normally
Other than 0: Ended abnormally
Command location
The following folder of DS:
dsInstallDir\FJSVsbtrs\bin |
Example: C:\Program Files\Fujitsu\Systemwalker Desktop patrol\FJSVsbtrs\bin
Privilege required for execution/execution environment
Execute as a user with Administrator privileges.
If using Windows Server 2008/2012, execute this command on the command prompt with administrator privileges.
This command must be executed on DS.
Note
Before using this command, stop the Systemwalker Desktop Patrol DS service:
Click Control Panel > Administrative Tools > Services.
Select ITBudgetMGR (INV), and click Action > Stop.
After using this command, start the Systemwalker Desktop Patrol DS service:
Click Control Panel > Administrative Tools > Services.
Select ITBudgetMGR (INV), and click Action > Start.
This command only changes the configuration information of DS, and does not perform communication with the upstream host. Communication can be performed after the ITBudgetMGR (INV) service is started.
Example
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\CSConnector.exe" -host cs.example.com |
Execution result/output format
If setup is completed successfully, the following message will be output.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\FJSVsbtrs\bin\CSConnector.exe" -host cs.example.com Ended normally. |