The silent installation procedure of ETERNUS SF Manager (for Solaris) 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 system.
For Solaris 10
# /usr/sbin/mountall -l |
For Solaris 11
# /usr/sbin/zfs mount -a |
Install the DVD-ROM "ETERNUS SF SC/ACM Mediapack for Solaris (Manager Program) (2/2)" of this version into the DVD-ROM drive.
Mount the DVD-ROM.
In the following example of command execution, the device name of the DVD-ROM drive is mounted as /dev/dsk/c0t4d0s0. The device name of a DVD-ROM drive varies with the device.
# mount -F hsfs -o ro /dev/dsk/c0t4d0s0 dvdromMountPoint |
Execute the following silent installation command.
For automatic service activation with the 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
Specify for installParameterFile 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 optional 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 Solaris).
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 to "Changing IP Address of Management server" in the ETERNUS SF AdvancedCopy Manager Operation Guide (for Solaris).