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 name | Parameter name | softwareName | Optional. Specify the name of the software being installed. Symfoware Server Standard Edition(Open Interface)(32bit) Symfoware Server Standard Edition(Open Interface)(64bit) |
Value/Range | (Software name) | |||
Default value | None | |||
2 | OS name | Parameter name | OS | Optional. Specify the OS name for the software being installed. |
Value/Range | Linux | |||
Default value | None | |||
3 | Version | Parameter name | Version | Optional. Specify the version of the software being installed. |
Value/Range | (Version) | |||
Default value | None | |||
4 | Edition | Parameter name | Edition | Optional. Specify the edition of the software being installed. Standard Edition |
Value/Range | (Edition) | |||
Default value | None | |||
5 | Software ID | Parameter name | Name | Mandatory. Specify the software name and version in the following formats: Symfoware Server Standard Edition(Open Interface)(32bit) V12.0.0 Symfoware Server Standard Edition(Open Interface)(64bit) V12.0.0 |
Value/Range | (Software name) | |||
Default value | None |
The following specification example installs Symfoware Server Standard Edition (Open Interface) (64-bit) V12.0.0:
installInfo,softwareName,Symfoware Server Standard Edition(Open Interface)(64bit) installInfo,OS,Linux installInfo,Version,V12.0.0 installInfo,Edition,Standard Edition installInfo,Name,Symfoware Server Standard Edition(Open Interface)(64bit) V12.0.0
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 software. 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 whether to run the installation 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