Install according to the following procedure:
Change to the superuser.
Mount the DVD drive.
Install.
Note
Configure the LANG environment variable in the console window where the install.sh command is executed in accordance with the display environment. If the LANG environment variable is not set correctly, the displayed characters may appear garbled.
Do not enter the following halfwidth characters, otherwise install.sh may not work properly.
" # $ & ' ( ) ^ ~ \ | @ ` [ ] { } ; : < > tab
1) Change to the superuser
Run the following command to switch to the superuser on the system.
$ su - Password:******
2) Mount the DVD drive
Insert the server program DVD in the DVD drive, and run the command given below.
Note
If the automatic mount daemon (autofs) is used to mount DVDs automatically, the installer fails to start because "noexec" is set in the mount options. In this case, use the mount command to remount the DVD correctly, and then run the installation. Note that the mount options of a mounted DVD can be checked by executing the mount command without any arguments.
# mount -t iso9660 -r -o loop /dev/dvd /media/dvd
3) Install
Follow the installation procedure described below.
This example illustrates installation of Symfoware Server Standard Edition 64-bit V12.0.0 in an environment where a different version is already installed.
Run the install.sh command to start installation.
# LANG=en_US.UTF-8;export LANG # cd /media/dvd # ./install.sh
The list of products to be installed is shown below.
At least one server product must be selected.
Steps 4 to 12 are repeated if multiple products are selected.
Note that no WebAdmin setup information is displayed or processed during the client installation.
The following products can be installed: 1: Symfoware Server Standard Edition 64bit V12.0.0 2: Symfoware Server Client 32bit V12.0.0 3: Symfoware Server Client 64bit V12.0.0 Select the product to be installed. To select multiple products, separate using commas (,). (Example: 1,2) [1,2,3,all,q](The default value is all): 1
Information
To create a 32-bit application in a 64-bit environment, Symfoware Server Client 32-bit is required. It is therefore recommended that you use the default value "all" to install all products.
The window for checking which product(s) will be installed is displayed as follows:
Selected product Symfoware Server Standard Edition 64bit V12.0.0 Do you want to install the above product? y: Proceed to the next step n: Select the product again q: Quit without installing [y,n,q](The default value is y): y
The message for the product name and installation environment check is displayed as follows.
============================================================================== Symfoware Server Standard Edition 64bit V12.0.0 ============================================================================== Installation environment check will start. Installation environment check has completed.
The following window may be displayed, depending on the product being installed. Enter "m".
Select the installation type. Select m for multi-version installation. m: Start the multi-version installation q: Quit without installing [m,q]: m
The start message is displayed as follows:
Multi-version installation will start.
The following window is displayed. Change the information as required.
Modify the information below to ensure that it is not duplicated with that of the currently installed product: Installation directory Web server port number WebAdmin internal port number
The window for checking the installation information is displayed as follows: Enter "c".
Installation directory information Installation directory: /opt/symfoserver64 WebAdmin setup information WebAdmin setup: Execute Web server port number: 26515 WebAdmin internal port number: 26516 Start installation using the above information? y: Start the installation c: Change the information q: Quit without installing [y,c,q](The default value is y): c
If you have not set up WebAdmin, refer to "Appendix C Setting Up and Removing WebAdmin" for details.
The window to enter the installation destination is displayed as follows:
Enter an installation destination different from the one for the currently-installed product.
Specify the installation directory. [directory name,q](The default value is /opt/symfoserver64): /opt/symfosv1200
The window to enter the WebAdmin setup information is displayed as follows:
Input a port number different from the port number that has already been used.
Do you want to execute WebAdmin setup? y: Execute n: Do not execute [y,n,q](The default value is y): Specify the Web server port number. Web server port number [1024-32767,q](The default value is 26515): 26517 Specify the WebAdmin internal port number. WebAdmin internal port number [1024-32767,q](The default value is 26516): 26518
The installation information is displayed as shown below. The actual window will display the information that has been entered and selected.
Enter "y" to start installation using the displayed installation information.
Installation directory information Installation directory: /opt/symfosv1200 WebAdmin setup information WebAdmin setup: Execute Web server port number: 26517 WebAdmin internal port number: 26518 Start installation using the above information? y: Start the installation c: Change the information q: Quit without installing [y,c,q](The default value is y): y
The installation status is displayed as follows:
Starting installation. Installation is complete. Starting setup. (*1) Setup is complete. (*1)
*1: Displayed only when "Execute" is selected for WebAdmin setup.
When installation completes, a message is displayed showing the installation results.
The following message is displayed when installation completes successfully.
Multi-version installation has completed successfully.
The following message is displayed when an error occurs during installation.
error: ./SERVER/packages/r60x64/FJSVsymdb12006-12006E.6-2.x86_64.rpm: not an rpm package (or package manifest): ERROR: An error occurred in FJSVsymdb12006 installation. Multi-version installation has terminated abnormally.
Note
If an error occurs during installation, take the following corrective actions:
Eliminate the cause by referring to the error message.
Execute the install.sh command again.