Top
Symfoware Server V12.1.0  Installation and Setup Guide for Server
FUJITSU Software

A.2 List of Parameters

This section describes the parameters that can be set for each section.

installInfo section

The parameters that can be set in the installInfo section are shown below.

No.

Type

Parameter

Description

1

Software ID

Parameter name

Name

Mandatory.

Specify the software identifier.

For this software, specify the following value:

"Symfoware Server"

Value/Range

String

Default value

None

Information

  • In addition to "Name", the following parameters can be used in the "installInfo" section.

    • softwareName

    • OS

    • Version

    • Edition

  • Note that specifying a parameter name other than "Name" and the parameters listed above will result in an error.

  • The values set in these parameters do not affect silent installation.

Example
installInfo,Name,Symfoware Server

parameters section

The parameters that can be set in the parameters section are shown below.

No.

Type

Parameter

Description

1

Whether to install the server

Parameter name

ServerInstallExecute

Optional.

Specify whether to run the installation of the server.

Y: Install

No: Do not install

Value/Range

Y or N

Default value

Y

2

Installation destination of the server

Parameter name

ServerInstallPath

Optional.

Specify the installation destination of the software.

The root folder (such as C:\) cannot be specified.

PL/extJava, specify the directory to be defined in the path name using up to 50 bytes.

Value/Range

Path name

Default value

  • 64-bit server product:

    C:\Program Files\Fujitsu \symfoserver64

  • 32-bit server product:

    • 64-bit operating system:

      C:\Program Files (x86)\Fujitsu\symfoserver32

    • 32-bit operating system:

C:\Program Files\Fujitsu \symfoserver32

3

Whether to install the client (32-bit)

Parameter name

Client32InstallExecute

Optional.

Specify whether to run the installation of the client (32-bit).

Y: Install

N: Do not install

Value/Range

Y or N

Default value

Y

4

Installation destination of the client (32-bit)

Parameter name

Client32InstallPath

Optional.

Specify the installation destination of the client (32-bit).

The root folder (such as C:\) cannot be specified.

Value/Range

Path name

Default value

C:\Program Files\Fujitsu \symfoclient32 or C:\Program Files (x86)\Fujitsu\symfoclient32

5

Whether to install the client (64-bit)

Parameter name

Client64InstallExecute

Optional.

Specify whether to run the installation of the client (64-bit).

Y: Install

N: Do not install

This parameter is ignored on 32-bit operating systems.

Value/Range

Y or N

Default value

Y

6

Installation destination of the client (64-bit)

Parameter name

Client64InstallPath

Optional.

Specify the installation destination of the client (64-bit).

This parameter is ignored on 32-bit operating systems.

The root folder (such as C:\) cannot be specified.

Value/Range

Path name

Default value

C:\Program Files\Fujitsu\symfoclient64

7

Whether to install Mirroring Controller

Parameter name

MirroringControllerInstallExecute

Optional.

Specify whether to run the installation of Mirroring Controller.

Y: Install

No: Do not install

This will be ignored in all cases except EE.

Value/Range

Y or N

Default value

N

8

Whether to set up WebAdmin

Parameter name

WebSetupExecute

Optional.

Specify whether to set up WebAdmin.

Y: Install

N: Do not install

Value/Range

Y or N

Default value

Y

9

Web server port number

Parameter name

WebPortNumber1

Optional.

Specify the port number of the Web server.

Value/Range

  • Windows Server 2003 or Windows Server 2003 R2:

    5001 to 49151

  • Windows Server 2008, Windows Server 2008 R2, Windows Server 2012 or Windows Server 2012 R2:

    1024 to 49151

Default value

26515

10

WebAdmin internal port number

Parameter name

WebPortNumber2

Optional.

Specify the WebAdmin internal port number.

Value/Range

  • Windows Server 2003 or Windows Server 2003 R2:

    5001 to 49151

  • Windows Server 2008, Windows Server 2008 R2, Windows Server 2012 or Windows Server 2012 R2:

    1024 to 49151

Default value

26516

Example
parameters,ServerInstallExecute,Y 
parameters,ServerInstallPath,C:\Program Files\Fujitsu\symfoserver64
parameters,Client32InstallExecute,Y
parameters,Client32InstallPath,C:\Program Files\Fujitsu \symfoclient32
parameters,Client64InstallExecute,Y
parameters,Client64InstallPath,C:\Program Files\Fujitsu\symfoclient64
parameters,MirroringControllerInstallExecute,N
parameters,WebSetupExecute,Y
parameters,WebPortNumber1,26515
parameters,WebPortNumber2,26516