Description
This command is used to configure the SS environment setup.
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, 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.
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.
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 |