Description
This command is used to change the settings of Systemwalker Desktop Patrol.
Port number for secure communication
Port number for High Security CT management
Syntax
SWDTP_config.exe | {/set.secure.transport:portNoForSecureComm | /get.secure.transport | /set.secure.scep:portNoForHighSecurityCtMgmt | /get.secure.scep} |
Option
Specifies the port number for secure communication, when using secure communication. Specify a value from 1 to 65535 that does not conflict with other systems. Use this option if changing from the default port number of 38443, or if changing the port number again. The port number for secure communication cannot be omitted.
Displays the specified port number for secure communication.
Specifies the port number for High Security CT management, when using secure communication. Specify a value from 1 to 65535 that does not conflict with other systems. Use this option if changing from the default port number of 38080, or if changing the port number again. The port number for High Security CT management cannot be omitted.
Displays the specified port number for High Security CT management.
Return value
0: Ended normally
Other than 0: Ended abnormally
Command location
The following folder of CS:
csInstallDir\bnserv\bin |
Privilege required for execution/execution environment
Administrator privileges are required.
This command must be executed on CS.
Note
For the port number to specify for the /set.secure.scep option, use the same value as that specified in the /Android.http.port option of swss_config.exe, which is set in SS.
For the port number to specify for the /set.secure.transport option, use the same value as that specified in the /secure.port option of swss_config.exe, which is set in SS.
Example
Change the port number for secure communication to 443
dtpInstallDir\BNServ\bin\SWDTP_config.exe /set.secure.transport:443 |
Check the port number for secure communication
dtpInstallDir\BNServ\bin\SWDTP_config.exe /get.secure.transport |
Change the port number for High Security CT management to 8080
dtpInstallDir\BNServ\bin\SWDTP_config.exe /set.secure.scep:8080 |
Check the port number for High Security CT management
dtpInstallDir\BNServ\bin\SWDTP_config.exe /get.secure.scep |
Execution result/output format
Check the specified port number for secure communication.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\BNServ\bin\SWDTP_config.exe" /get.secure.transport secure.transport=443 Processing ended normally. |
Check the specified port number for High Security CT management.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\BNServ\bin\SWDTP_config.exe" /get.secure.scep secure.scep=8080 Processing ended normally. |