The silent installation procedure of AdvancedCopy Manager CCM (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 file system.
For Solaris 11
# /usr/sbin/zfs mount -a
For Solaris 10
# /usr/sbin/mountall -l
Install the DVD "ETERNUS SF SC/ACM Mediapack for Solaris (V16.9 or higher) Manager Program (2/2)" of this version into the DVD drive.
Mount the DVD media.
In the following example of command execution, the device name of the DVD drive is mounted as /dev/dsk/c0t4d0s0. The device name of a DVD drive varies with the device.
# mount -F hsfs -o ro /dev/dsk/c0t4d0s0 dvdMountPoint
Execute the following silent installation command.
For installLogFile, specify the file in which to output installation log with an absolute path. It is optional to specify for installLogFile.
# dvdMountPoint/Manager_unix/esfsilentinstall_ccm.sh -eula agreed [-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 path to the install log file contains any spaces, it 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 media.
# umount dvdMountPoint
Remove the DVD media out of the DVD drive.
This is the end of the installation of AdvancedCopy Manager CCM (for Solaris).