Description
This command is used to configure the SS environment setup.
If configuring High Security CT, set the following options. The other options are used if performing smart device management.
/secure.port
/secure.server.host
/secure.own.host
Also, if the default is changed for the /set.secure.scep option of SWDTP_config.exe, which is configured in CS, the /Android.http.port option will also need to be set for High Security CT.
Syntax
swss_config.exe | [/cs.host: csHostName] [/cs.port:portNum] |
Option
None
When this command is executed without any options specified, the current settings information will be displayed.
Specify the IP address or host name of CS using up to 255 halfwidth alphanumeric characters, hyphens (-), periods (.), and colons (:). The default is SS. When CS and SS coexist, this setting is not required.
For the port number used for communication with CS, 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 10104, or if changing the port number again.
Enables/disables the server certificate.
Enables the server certificate.
Disables the server certificate.
Specify the IP address or host name of the iOS management database using up to 255 halfwidth alphanumeric characters, hyphens (-), periods (.), and colons (:). The default is SS. When SS and the iOS management database coexist, this setting is not required.
For the port number used for communication with the iOS management database, 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 55432, or if changing the port number again.
For the port number used for communication (HTTP) with Android devices and CT registration 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.
For the port number used for communication (HTTPS) with Android devices, 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 38181, or if changing the port number again.
For the port number used for communication (HTTPS) between SS and iOS devices or reverse proxy server, specify a value from 1 to 65535 that does not conflict with other systems.
This port is used for installations of smart device CT.
Use this option if changing from the default port number of 50080, or if changing the port number again.
For the port number used for communication (HTTPS) with iOS devices, 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 50081, or if changing the port number again.
Specifies the server to be connected to from iOS devices. When connecting to SS from an iOS device, specify the IP address or host name of SS, or when connecting to a reverse proxy server from an iOS device, specify the IP address or host name of the reverse proxy server, using up to 255 halfwidth alphanumeric characters, hyphens (-), periods (.), and colons (:). This option must be specified when managing iOS devices.
For the port number of SS that connect from an iOS device, or the port number of a reverse proxy server, specify a value from 1 to 65535.
If a reverse proxy server is deployed between an iOS device and SS, check the port number of the reverse proxy server and then specify a value.
If a reverse proxy server has not been deployed, specify the value set for /iOS.https.port.
Use this option if changing from the default port number of 50081, or if changing the port number again.
For the port number of SS that connect from an iOS device, or the port number of a reverse proxy server, specify a value from 1 to 65535.
This port is used for installations of smart device CT.
If a reverse proxy server is deployed between an iOS device and SS, check the port number of the reverse proxy server and then specify a value.
If a reverse proxy server has not been deployed, specify the value set for /iOS.profile.port.
Use this option if changing from the default port number of 50080, or if changing the port number again.
Enables/disables management of Android devices. The default is "false".
Enables management of Android devices.
Disables management of Android devices.
Enables/disables management of iOS devices. The default is "false".
Enables management of iOS devices.
Disables management of iOS devices.
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.
When using secure communication, specify the IP address or host name of CS using up to 255 halfwidth alphanumeric characters, hyphens (-), and periods (.). The default is localhost. When CS or DS and SS coexist, this setting is not required.
When using secure communication, specify the host name of the SS set in Connection SS in the Environment Setup > Server tab of CT. To specify multiple FQDN, computer names and IP addresses registered in the DNS, separate them with commas (,).Specify 255 halfwidth alphanumeric characters, hyphens (-), and periods (.) It is not necessary to configure this setting when using secure communication in an Intranet environment.
Return value
0: Ended normally
Other than 0: Ended abnormally
Command location
The following folder of SS:
dtpInstallDir\SS\bin |
Privilege required for execution/execution environment
Execute as a user with Administrator privileges.
This command must be executed on SS.
Note
You must execute SWDTP_ctrl.exe and stop Systemwalker Desktop Patrol before executing this command, and when completed, execute SWDTP_ctrl.exe and start Systemwalker Desktop Patrol.
If the /cs.host option is specified when SS coexists with CS, SS will connect with the host that is specified in the /cs.host option.
If the /secure.server.host option is specified when SS coexists with CS or DS, SS will connect with the host that is specified in the /secure.server.host option.
For the port number to specify for the /Android.http.port option, use the same value as that specified in the /set.secure.scep option of swss_config.exe, which is set in CS.
For the port number to specify for the /secure.port option, use the same value as that specified in the /set.secure.transport option of swss_config.exe, which is set in CS.
Example
CS and SS do not coexist, so set the host name of CS to "host1".
C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\SS\bin\swss_config.exe /cs.host:host1 |
Change the port number for secure communication to 443.
C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\SS\bin\swss_config.exe /secure.port::443 |
Set the DS host name "DS1" as the host name of CS or DS.
C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\SS\bin\swss_config.exe /secure.server.host:DS1 |
Set the FQDN "example.fujitsu.com" registered in the DNS as the communication destination host name of CT.
C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\SS\bin\swss_config.exe /secure.own.host:example.fujitsu.com |