Top
Systemwalker Desktop Keeper Reference Manual
FUJITSU Software

1.30 SDSVSetMS.EXE (Change Configuration of Relay Server)

Functional Specification

Change the configuration of the Relay Server.

Command Format

SDSVSetMS.exe [-h host] [-p port] [-iOSmgr.h host] [-iOSmgr.p port] [-Android.http.p port] [-Android.https.p port] [-iOS.profile.p port] [-iOS.https.p port] [-iOS.connect.h host] [-iOS.connect.p port] [-iOS.connect.profile.p port] [-Android.enabled {true|false}] [-iOS.enabled {true|false}] [-Windows.https.p port] [-Windows.scep.p port] [-Windows.manage.https.p port] [-Windows.manage.scep.p port] [-Windows.enabled {true|false}]

Option

None

Display the current configuration information when the command is executed without specifying the options.

-h

Specify the IP address or the host name of the Management Server/Master Management Server in the following format by using the halfwidth alphanumeric characters and symbols such as '-', '.' and ':' in 255 characters or less:

  • IPv6 address

  • IPv4 address

  • Host name

-p

Set the port number to be used for the communication with the Management Server/Master Management Server by using the numbers between 1 and 65535 such that the number does not conflict with other systems.
The port number, by default, is set to 42050.

-iOSmgr.h

Specify the IP address or the host name of the iOS Management Server/Master Management Server by using the halfwidth alphanumeric characters and symbols such as '-', '.' and ':' in 255 characters or less.

By default, it is set as "localhost". You need not set this parameter when the Relay Server and Management Server/Master management Server coexist.

-iOSmgr.p

Set the port number to be used for the communication with the iOS Management Database by using the numbers between 1 and 65535 such that the number does not conflict with other systems.
The port number, by default, is set to 55432.

-Android.http.p

Set the port number to be used for the communication (HTTP) with the Android device by using the numbers between 1 and 65535 such that the number does not conflict with other systems.
The port number, by default, is set to 48080.

-Android.https.p

Set the port number to be used for the communication (HTTPS) with the Android device by using the numbers between 1 and 65535 such that the number does not conflict with other systems.
The port number, by default, is set to 48181.

-iOS.profile.p

Set the port number to be used for the communication (HTTPS) between the iOS device or Reverse Proxy Server and Relay Server by using the numbers between 1 and 65535 such that the number does not conflict with other systems.
This port is used for importing Smart Device (Agent)(iOS).
The port number, by default, is set to 50080.

-iOS.https.p

Set the port number to be used for the communication (HTTPS) between the iOS device or Reverse Proxy Server and Relay Server by using the numbers between 1 and 65535 such that the number does not conflict with other systems.

The port number, by default, is set to 50081.

-iOS.connect.h

Specify the IP address or the host name of the Relay Server or Reverse Proxy Server to be connected through iOS device by using the halfwidth alphanumeric characters and symbols such as '-', '.' and ':' in 255 characters or less.
Always specify this option to manage the iOS device.

-iOS.connect.p

Set the port number of the Relay Server or Reverse Proxy Server to be connected through iOS device by using the numbers between 1 and 65535.
When Reverse Proxy Server is deployed between the iOS device and Relay Server, confirm and specify the port number of Reverse Proxy Server.
If Reverse Proxy Server is not deployed, specify the value set in -iOS.https.p.
The port number, by default, is set to 50081.

-iOS.connect.profile.p

Specify the port number of Relay Server to be connected via iOS device or the port number of Reverse Proxy by using the numbers between 1 and 65535.
This port is used for importing Smart Device (Agent)(iOS).
When Reverse Proxy Server is deployed between the iOS device and Relay Server, confirm and specify the port number of Reverse Proxy Server.
If Reverse Proxy Server is not deployed, specify the value set in -iOS.profile.p.
The port number, by default, is set to 50080.

-Android.enabled

Specify whether the Android device management is enabled or disabled.

  • When enabled: true

  • When disabled: false

-iOS.enabled

Specify whether the iOS device management is enabled or disabled.

  • When enabled: true

  • When disabled: false

-Windows.https.p

Specify a port number, using a value from 1 to 65535 that does not conflict with other systems, to be used for communication (HTTPS) with the client (CT) or communication (HTTPS) with a separate Relay Server when clients (CT) that connect via the Internet send logs or receive policies.

The default is 48643.

-Windows.scep.p

Specify a port number, using a value from 1 to 65535 that does not conflict with other systems, to be used for communication (HTTPS) with the client (CT) or communication with a separate Relay Server when registering clients (CT) that connect via the Internet.

The default is 48281.

-Windows.manage.https.p

Specify a port number, using a value from 1 to 65535 that does not conflict with other systems, to be used for communication (HTTPS) with the client (CT) or communication (HTTPS) with a separate Relay Server when registering clients (CT) that connect via the Internet.

The default is 48443.

-Windows.manage.scep.p

Specify a port number, using a value from 1 to 65535 that does not conflict with other systems, to be used for communication with the Management Server/Master Management Server or communication with a separate Relay Server when registering clients (CT) that connect via the Internet.

The default is 48081.

-Windows.enabled

Specify whether management of Windows devices that connect via the Internet is enabled or disabled.

  • To enable: true

  • To disable: false

Return Value

0:

Ended successfully

1:

Runtime error

10:

Option error

99:

Internal error

Location for Saving Commands

<Relay Server installation folder>\bin

Authority Required for Execution/Execution Environment

Note

Before executing this command, always stop the services of Relay Server by executing the SDSVService.bat command.
The services of Relay Server are stopped at the time of installation, therefore stopping the services is not necessary. After the installation, if you want to change the settings, stop the services and then execute the command.

Example of Use

Set the IP address and port number of Management Server/Master Management Server to Relay Server.

Example 1: In the case of IPv4

IP address of Management Server/Master Management Server: 111.222.333.444
Port Number: 42050 (Default)

SDSVSetMS.exe -h 111.222.333.444

Example 2: In the case of IPv6

IP address of Management Server/Master Management Server: 2001:0db8:0000:0000:0000:0000:0000:9abc
Port Number: 42000

SDSVSetMS.exe -h 2001:0db8:0000:0000:0000:0000:0000:9abc -p 42000

Execution Results/Output Format

success.