Use the following procedure to install AdvancedCopy Manager CCM.
Log in as a root user.
Insert the AdvancedCopy Manager CCM CD into the CD drive and mount the CD-ROM.
The example below mounts the CD to /dev/cdrom(set in /etc/fstab as the cd media default mount).
# mount /dev/cdrom |
Start the installation
[For 5 for x86 system environment]
# rpm -ivh <CD-ROM mount point>/linux5_x86/rpm/FJSVccm-14.2-1.i386.rpm
Preparing... ########################################### [100%]
1:FJSVccm ########################################### [100%] |
[For 5 for Intel64 system environment]
# rpm -ivh <CD-ROM mount point>/linux5_x64/rpm/FJSVccm-14.2-1.x86_64.rpm
Preparing... ########################################### [100%]
1:FJSVccm ########################################### [100%] |
When the system environment applies to either of the following condition, you must adopt the case of [For 5 for Intel64 system environment].
Manager function of the previous version is installed.
Manager function which upgraded from the previous version is installed.
[For 5 for Intel Itanium system environment]
# rpm -ivh <CD-ROM mount point>/linux5_ia64/rpm/FJSVccm-14.1-1.ia64.rpm
Preparing... ########################################### [100%]
1:FJSVccm ########################################### [100%] |
If changing the installation directory, use the -relocate option to specify the directory set as the default, and the installation directory you wish to change. The default installation directories are displayed below:
Package installation directory
/opt is set as the default.
Installation directory of file for environment settings
/etc/opt is set as the default.
Installation directory of the file to be modified (for example: log file, temporary file)
/var/opt is set as the default.
Below is an execution example of changing the installation directory.
# rpm -ivh <CD-ROM mount point>/linux5_x86/rpm/FJSVccm-14.2-1.i386.rpm --relocate /opt=/acm/opt --relocate /etc/opt=/acm/etc/opt --relocate /var/opt=/acm/var/opt
Preparing... ########################################### [100%]
1:FJSVccm ########################################### [100%] |
Unmount and eject the CD-ROM using the commands below.
# umount /dev/cdrom # eject cdrom |
Confirm and Install the ETERNUS SF License Manager.
Check whether the ETERNUS SF License Manager is installed or not.
# rpm -qi FJSVesflm
If the package information of the ETERNUS SF License Manager is not displayed, install the ETERNUS SF License Manager by referring the "Installation of License Manager" in the "ETERNUS SF AdvancedCopy Manager Installation and Setup Guide".