The silent installation procedure of ETERNUS SF Manager (for Linux) is as follows:
Login to the server on which to perform the tasks. Perform operations after logging in with root (superuser).
Make sure that a local file system is mounted.
If not, run the following command to mount a local file system.
# mount -a |
Install the DVD-ROM "ETERNUS SF SC/ACM/Express Mediapack for Linux 64bit (Manager Program) (2/2)" of this version into the DVD-ROM drive.
Mount the DVD-ROM.
# mount -t iso9660 -r /dev/cdrom dvdromMountPoint |
Execute the following silent installation command.
For preventing automatic service activation in default install
For the installLogFile, specify a file to output the installation log with an absolute path. It is optional to specify installLogFile.
# dvdromMountPoint/Manager_unix/esfsilentinstall.sh -eula agreed [-l installLogFile]
For preventing automatic service activation in default install
Specifying the installParameterFile is required.
For the installParameterFile, specify the file stored on the DVD-ROM (install_parameter_not_start_service.txt) with an absolute path.
For the installLogFile, specify a file to output the installation log with an absolute path. It is optional to specify installLogFile.
# dvdromMountPoint/Manager_unix/esfsilentinstall.sh -eula agreed -s installParameterFile [-l installLogFile]
The following is an execution example.
When the DVD-ROM mount point is "/mnt" and the install log file is "/tmp/silentinstall.log"
# /mnt/Manager_unix/esfsilentinstall.sh -eula agreed -s /mnt/Manager_unix/install_parameter_not_start_service.txt -l /tmp/silentinstall.log
For custom install
For the installParameterFile, specify with an absolute path. It is mandatory to specify for installParameterFile.
For the installLogFile, specify a file to output the installation log with an absolute path. It is optional to specify installLogFile.
# dvdromMountPoint/Manager_unix/esfsilentinstall.sh -eula agreed -s installParameterFile [-l installLogFile]
Point
The -eula option is specified to agree to licensing. Only when "agreed" is specified for option parameter is installation enabled. The -eula option must be specified before other options.
If nothing is specified for installLogFile, an install log file named "esfsilentinstall.log" is created in the /var/tmp directory.
If any file of the same name as the specified install log file exists, it is overwritten.
It is required to specify an existing directory with write permission for the directory in which to store the install log file. If it has no write permission, no error message is output in the command prompt or screen and the process terminates with error.
If the paths to the installation parameter file and install log file contain any spaces, they should be surrounded by double quote characters.
The characters " ! $ are not supported for path name for install log file.
Note
If an invalid option is specified, its corresponding error message is output in the install log file and the process exits. No error message is output in the command prompt or screen.
Do not execute multiple silent install commands at the same time. If a silent install starts while a silent install is executing, the silent install terminates abnormally without creating an install log file.
On completion of installation, a command prompt is displayed.
Unmount the DVD-ROM.
# umount dvdromMountPoint |
Remove the DVD-ROM media out of the DVD-ROM drive.
This is the end of the installation of ETERNUS SF Manager (for Linux).
Point
If the IP address of the Management Server is not specified for the installation parameter file, it is automatically set at the time of installation. On completion of installation, change the IP address as required. For the change method, refer the "Changing IP Address of Management server" in the ETERNUS SF AdvancedCopy Manager Operation Guide (for Linux).