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

3.1 Installation in Interactive Mode

Install according to the following procedure:

  1. Change to the superuser.

  2. Mount the DVD drive.

  3. Install.

Note

  • Configure the LANG environment variable in the console window where the silent.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 silent.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.

Example
# mount -t iso9660 -r -o loop /dev/dvd /media/dvd

3) Install

Follow the installation procedure described below.

The example illustrates initial installation of Symfoware Server Standard Edition 64-bit V12.0.0.

1. Start installation

Run the install.sh command to start installation.

Example
# LANG=en_US.UTF-8;export LANG
# cd /media/dvd 
# ./install.sh
2. Select the product for installation

The list of products to be installed is shown below.
At least one server product must be selected.
Steps 4 to 11 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.

3. Confirm the product for installation

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
4. Check the product name and installation environment

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.
5. Display the start message

The start message is displayed as follows:

Initial installation will start.
6. Change the installation information

The window for checking the installation information is displayed as follows:

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): y

Proceed to "10. Display the installation status" when "y: Start the installation" is selected.
The window below is displayed when "c: Change the information" is selected.

7. Enter the installation destination

The window to enter the installation destination is displayed as follows:

Specify the installation directory.
[directory name,q](The default value is /opt/symfoserver64):
8. Enter the WebAdmin setup information

The window to enter the WebAdmin setup information is displayed as follows:

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):

Specify the WebAdmin internal port number.
WebAdmin internal port number [1024-32767,q](The default value is 26516):

If you have not set up WebAdmin, refer to "Appendix C Setting Up and Removing WebAdmin" for details.

9. Confirm the installation information

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/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): y
10. Display the installation status

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.
Even if WebAdmin setup fails, the process will still continue.
If the following message is displayed, manually execute WebAdmin setup after installation is completed.
Refer to "C.1 Setting Up WebAdmin" for information on the WebAdmin setup procedure.

Starting setup.

ERROR: WebAdmin setup failed.
11. Display and check completion messages

When installation completes, a message is displayed showing the installation results.

When the process completes successfully

The following message is displayed when installation completes successfully.

Initial installation has completed successfully.
When the process ends in an error

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.


Initial installation has terminated abnormally.

Note

If an error occurs during installation, take the following corrective actions:

  1. Eliminate the cause by referring to the error message.

  2. Execute the install.sh command again.