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.
The following specification example installs Symfoware Server Standard Edition (Open Interface) (64-bit) V12.0.0:
installInfo,Name,Symfoware Server
parameters section
The parameters that can be set in the parameters section are shown below.
No. | Type | Parameter | Description | |
---|---|---|---|---|
1 | Installation destination of the server | Parameter name | ServerInstallPath | Optional. Specify the installation destination of the software. The root directory(/) cannot be specified. |
Value/Range | Path name | |||
Default value | /opt/symfoserver32, or /opt/symfoserver64 | |||
2 | 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 | |||
3 | Installation destination of the client (32-bit) | Parameter name | Client32InstallPath | Optional. Specify the installation destination of the client (32-bit). The root directory(/) cannot be specified. |
Value/Range | Path name | |||
Default value | /opt/symfoclient32 | |||
4 | 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 | |||
5 | 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 directory(/) cannot be specified. |
Value/Range | Path name | |||
Default value | /opt/symfoclient64 | |||
6 | 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 | |||
7 | Web server port number | Parameter name | WebPortNumber1 | Optional. Specify the port number of the Web server. |
Value/Range | 1024 to 32767 | |||
Default value | 26515 | |||
8 | WebAdmin internal port number | Parameter name | WebPortNumber2 | Optional. Specify the WebAdmin internal port number. |
Value/Range | 1024 to 32767 | |||
Default value | 26516 |
The following specification example installs Symfoware Server Standard Edition (Open Interface) (64-bit) V12.0.0:
parameters,ServerInstallPath,/opt/symfoserver64 parameters,Client32InstallExecute,N parameters,Client64InstallExecute,N parameters,WebSetupExecute,Y parameters,WebPortNumber1,26515 parameters,WebPortNumber2,26516