The procedure to silently install ETERNUS SF Manager (for Solaris) is as follows:
Log in to the target server as root (superuser).
Make sure that a local file system is mounted.
If not, run the following command to mount a local system:
# /usr/sbin/mountall -l |
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 default install:
For installLogFile, specify the file in which to output installation log with an absolute path. It is optional to specify for installLogFile.
# dvdromMountPoint/Manager_unix/esfsilentinstall.sh -eula agreed [-l installLogFile] |
For custom install:
Specify for installParameterFile with an absolute path. It is mandatory to specify for installParameterFile.
For installLogFile, specify the file in which to output installation log with an absolute path. It is optional to specify for 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 install 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 multiplexly the command for silent installation. If it is multiplexly executed, the command executed after that will terminate abnormally. At this time, an install log file is not created.
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 silent installation of ETERNUS SF Manager (for Solaris).
Point
After creating databases, keep the settings that use shadow passwords.
If the IP address of the Management Server is not specified for the install 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 "Change IP address of Management server" in the ETERNUS SF AdvancedCopy Manager Operation Guide((for Solaris).
As access users to repository databases, the user information registered in the " 3.1.5 Registering the repository access user (for Solaris and Linux)" is auto-configured. On completion of installation, change the user information as required. For the change method, refer to "Deleting a repository accessible user or changing a repository accessible user's password" in the ETERNUS SF AdvancedCopy Manager Operation Guide (for Solaris).