Top
Systemwalker Desktop Patrol Reference Manual
FUJITSU Software

1.46 swss_config.exe (SS Environment Setup)

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.

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]
[/usercert.enabled:{true|false}]
[/iOSmgr.host:iosMgmtDb]
[/iOSmgr.port:portNum]
[/Android.http.port:portNum]
[/Android.https.port:portNum]
[/iOS.profile.port:portNum]
[/iOS.https.port:portNum]
[/iOS.connect.host:serverToBeConnectedFromIosDevice]
[/iOS.connect.port:portNum]
[/iOS.connect.profile.port:portNum]
[/Android.enabled:{true|false}]
[/iOS.enabled:{true|false}]
[/secure.port:portNoForSecureComm]
[/secure.server.host:hostNameOfCsOrDs]
[/secure.own.host:commDestHostNameOfCt]

Option

None

When this command is executed without any options specified, the current settings information will be displayed.

/cs.host:csHostName

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.

/cs.port:portNum

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.

/usercert.enabled:{true|false}

Enables/disables the server certificate.

true:

Enables the server certificate.

false:

Disables the server certificate.

/iOSmgr.host:iosMgmtDb

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.

/iOSmgr.port:portNum

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.

/Android.http.port:portNum

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.

/Android.https.port:portNum

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.

/iOS.profile.port:portNum

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.

/iOS.https.port:portNum

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.

/iOS.connect.host: serverToBeConnectedFromIosDevice

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.

/iOS.connect.port:portNum

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.

/iOS.connect.profile.port:portNum

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.

/Android.enabled:{true|false}

Enables/disables management of Android devices. The default is "false".

true:

Enables management of Android devices.

false:

Disables management of Android devices.

/iOS.enabled:{true|false}

Enables/disables management of iOS devices. The default is "false".

true:

Enables management of iOS devices.

false:

Disables management of iOS devices.

/secure.port:portNoForSecureComm

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.

/secure.server.host:hostNameOfCsOrDs

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.

/secure.own.host:commDestHostNameOfCt

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

Note

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