Install according to the following procedure:
The notation "Vxx.y.z" displayed in the window example of each procedure indicates the version and level of the Symfoware Server client feature.
Note
The following characters can be used as input values:
Alphanumeric characters, hyphens and forward slashes
1. Stop applications and the client program
If the installation method is one of the following, the applications and the client program must be stopped:
Reinstallation
Upgrade installation
Before starting the installation, stop the following:
Applications that use the product
2. Change to the superuser
Run the following command to switch to the superuser on the system.
$ su - Password:******
3. Mount the DVD drive
Insert the client program DVD in the DVD drive, and then execute the following command:
# mount -t iso9660 -r -o loop /dev/dvd /media/dvd
/dev/dvd is the DVD drive device, and /media/dvd is the mount point (which must already exist before calling the command).
Note
If the DVD was mounted automatically using the automatic mount daemon (autofs), "noexec" is set as the mount option, so the installer may fail to start. 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.
4. Run the installation
Execute the following command:
# cd /media/dvd # ./install.sh
In the example above, /media/dvd is the DVD mount point, and /home/work/inspara.csv is the installation parameter CSV.
5. Select the product to install
The list of installation target products is displayed as shown below.
Type the number for the product to be installed, or "all", and press Enter.
The following products can be installed: 1: Symfoware Server Client 32bit Vxx.y.z 2: Symfoware Server Client 64bit Vxx.y.z Select the product to be installed. To select multiple products, separate using commas (,). (Example: 1,2) [number,all,q](The default value is all): all Selected product Symfoware Server Client 32bit Vxx.y.z Symfoware Server Client 64bit Vxx.y.z 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
Information
To execute a 32-bit application in a 64-bit environment, Symfoware Server Client 32-bit is required.
The window below is displayed for each product that that was selected but has already been installed.
To perform a reinstallation or upgrade installation, type the number for the product and press Enter.
To perform a multi-version installation, type "m" and press Enter.
Select the method to install client product (32bit). If performing an upgrade installation (reinstallation), select the number of the product to be updated. (*1) Select m for multi-version installation. (*2) 1: Symfoware Server Client 32bit Vxx.y.z (*1) m: Multi-version installation (*2) q: Quit [number,m,q]:1
*1: Output if the installed product can undergo upgrade installation or reinstallation.
*2: Output if the installed product can undergo multi-version installation.
6. Check the settings
The window for checking the installation information is displayed as shown below.
If there is no problem with the settings, type "y" and press Enter to start the installation (refer to "9. Display the installation status").
To change the settings, type "c" and press Enter.
Product to be installed Symfoware Server Client 32bit Vxx.y.z New installation Symfoware Server Client 64bit Vxx.y.z New installation Installation directory information Symfoware Server Client 32bit Vxx.y.z /opt/symfoclient32 Symfoware Server Client 64bit Vxx.y.z /opt/symfoclient64 Start installation using the above information? y: Start the installation c: Change the information (*1) q: Quit without installing [y,c,q](The default value is y): c (*1)
*1: This option is not displayed if there is no information that can be modified.
If the user types "c ", then the window mentioned in the next step is displayed.
7. Enter the installation directory
If the installation method is one of the following, the window below is displayed for each product:
New installation
Multi-version installation
Enter the directory and press Enter.
Symfoware Server Client 32bit Vxx.y.z : Specify the installation directory. [directory name,q](The default value is /opt/symfoclient32): /opt/symfocl32
8. Check the changed settings
The changed settings are displayed as shown below.
If there is no problem with the settings, type "y" and press Enter.
To change the settings again, enter "c" and press Enter.
Product to be installed Symfoware Server Client 32bit Vxx.y.z New installation Symfoware Server Client 64bit Vxx.y.z New installation Installation directory information Symfoware Server Client 32bit Vxx.y.z /opt/symfocl32 Symfoware Server Client 64bit Vxx.y.z /opt/symfocl64 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
9. Display the installation status
The installation completion status is displayed as shown below:
Starting installation. Symfoware Server Client 32bit Vxx.y.z Installation Installation is complete. Symfoware Server Client 64bit Vxx.y.z Installation Installation is complete.
10. Finish the installation
Upon completion, a message is displayed showing the status.
If installation was successful, a message like the one shown below is displayed:
Installed successfully.
Note
If an error occurs during the installation, read the error message and remove the cause of the error, and then reexecute the install.sh command.