The installation procedure of AdvancedCopy Manager's agent (for AIX) is performed as follows:
Login as "root (super user)" on the server on which to install AdvancedCopy Manager's agent.
Insert the DVD-ROM "ETERNUS SF SC/ACM/Express Mediapack (Agent Program and Manual)" for this version into the DVD-ROM drive and mount the DVD-ROM.
In below example of command execution, the device name of the DVD-ROM drive is mounted as /dev/cd0. The device name for the DVD-ROM drive, however, may be different for your particular device.
# /usr/sbin/mount -o ro -v cdrfs /dev/cd0 <DVD-ROM mount point> |
Install AdvancedCopy Manager's agent.
By executing the following command, multiple packages are installed at one time.
# cd <DVD-ROM mount point>/Agent_unix/AdvancedCopy_Manager/AIX
# ./swsetup |
Information
If, instead of the swsetup command, you execute the easysetup command, specifying the installation directory and registering the port number in the /etc/services file will not be necessary.
Example of executing the command:
# cd <DVD-ROM mount point>/Agent_unix/AdvancedCopy_Manager/AIX
# ./easysetup [-o] |
or
# ./easysetup -p port-number [-o] |
Operation overview depending on specified options:
Specified option | Overview of operation |
---|---|
None | The port number used on the Managed Server is 1226 (default). |
-p | Use this option to change the port number used on the Managed Server. The port number must be specified within a range from 1024 to 65535. |
-o | Use this option if the port number and installation destination directory are to be specified by the interactive setup. |
Cautions for using the easysetup command:
A default value is used for the destination directory of installation. For information on this default value, refer to step 4 of this procedure.
The port number is not registered if the stgxfws service port number or the port number specified by the -p option is already registered by other software. Refer to "6.2.2 Port number setting" to register the port number manually.
When the following message is displayed, enter the installation destination directory.
# ./swsetup swsetup: Installer is preparing for installation... +-----------------------------------------------------------+ | ETERNUS SF AdvancedCopy Manager | | 15.2 | | Copyright FUJITSU LIMITED 2012 | +-----------------------------------------------------------+ Welcome to Setup. This program will install "AdvancedCopy Manager" on your system. Agent setup... Default installation settings for this setup are as follows: Program install directory : /opt Fixed configuration directory : /etc/opt Modifying configuration directory : /var/opt Do you want to change the installation settings? (default: n) [y,n,?,q]
The directory names in above message have the following meanings:
Directory name | Meaning |
---|---|
Program install directory | This is the directory to which the package will be installed. |
Fixed configuration directory | This is the directory to which the files for the environment settings will be installed. |
Modifying configuration directory | This is the directory to which the modified files (log files, temporary files, etc.) will be installed. |
For modifying any installation destination directory, enter 'y' and proceed to step 5.
For not modifying, enter 'n' or press the [Return] key, and proceed to step 6.
Specify the installation destination directory.
When below message is displayed, enter the directory into which to install.
Please specify install directory: (default: /opt) [?,q] /acm/opt Please specify fixed configuration directory: (default: /etc/opt) [?,q] /acm/etc/opt Please specify variable configuration directory: (default: /var/opt) [?,q] /acm/var/opt
When input is complete, a confirmation message like the one below is displayed.
To confirm the message, enter 'n' or press the [Return] key.
To make any other changes, enter 'y' and then modify.
Installation settings for this setup are as follows: Program install directory : /acm /opt Fixed configuration directory : /acm /etc/opt Modifying configuration directory : /acm /var/opt Do you want to change the installation settings? (default: n) [y,n,?,q]
On entering the installation destination directory, a message like the one below is displayed. Enter 'y' to continue, or 'n' to cancel the installation.
Do you want to continue with the installation of this package? [y,n,?]
If 'y' is entered in step 6, the installation will continue.
When the installation completes successfully, the following message is displayed.
swsetup: AdvancedCopy Manager was installed successfully.
Point
If the easysetup command has not been executed in step 3, enter the following line in the /etc/rc.shutdown file.
/opt/FJSVswstf/daemon/stop_smgr0
If the above line is not in the /etc/rc.shutdown file, AdvancedCopy Manager may not stop correctly. Also, AdvancedCopy Manager may not start normally when the OS is restarted, and this would have an adverse effect on operation. Do not use the reboot command to restart the OS, use the shutdown command.
Execute the following commands, and then eject the DVD-ROM from the DVD-ROM drive:
# cd / # /usr/sbin/umount <DVD-ROM mount point> |
The installation of AdvancedCopy Manager's agent (for AIX) is completed.
Set up AdvancedCopy Manager's agent, refer to "6.2 Setup of AdvancedCopy Manager's agent".