Top
ETERNUS SF Express V15.3/ Storage Cruiser V15.3/ AdvancedCopy Manager V15.3 Installation and Setup Guide
ETERNUS

5.2.6 Installation procedure of AdvancedCopy Manager's agent (for AIX)

The installation procedure of AdvancedCopy Manager's agent (for AIX) is performed as follows:

  1. Log in to the server as a superuser.

  2. 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 dvdromMountPoint
  3. Install AdvancedCopy Manager's agent.

    By executing the following command, multiple packages are installed at one time.

    # cd dvdromMountPoint/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 dvdromMountPoint/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).
      If the port number for the stgxfws service is already registered in the /etc/services file, the registered port number will be used for installation, so that registration of the port number can be omitted.

      -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.
      If the port number for the stgxfws service is already registered in the /etc/services file, the registered port number will be used for installation, so that registration of the port number can be omitted.

      -o

      Use this option if the port number and installation destination directory are to be specified by the interactive setup.
      If the port number for the stgxfws service is already registered in the /etc/services file, or if this option is specified at the same time as the -p option, the registered port number will be used for installation, so the port number will not be requested.

    • Cautions for executing the easysetup command:

      • A default value is used for the destination directory of installation. Refer to step 4 of this procedure for information on this default value.

      • 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.

  4. When the following message is displayed, enter the installation destination directory.

    # ./swsetup
    swsetup: Installer is preparing for installation...
    +-----------------------------------------------------------+
    |            ETERNUS SF AdvancedCopy Manager                |
    |                           15.3                            |
    |                  Copyright FUJITSU LIMITED 2012-2013      |
    +-----------------------------------------------------------+
    
    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.
    The default is /opt.

    Fixed configuration directory

    This is the directory to which the files for the environment settings will be installed.
    The default is /etc/opt.

    Modifying configuration directory

    This is the directory to which the modified files (log files, temporary files, etc.) will be installed.
    The default is /var/opt.

    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.

  5. 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 will be 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]
  6. On entering the installation destination directory, a message like the one below will be displayed. Enter 'y' to continue, or 'n' to cancel the installation.

    Do you want to continue with the installation of this package? [y,n,?]
  7. If 'y' is entered in step 6, the installation will continue.
    When the installation completes successfully, the following message will be 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.

  8. Execute the following commands, and then eject the DVD-ROM:

    # cd /
    # /usr/sbin/umount dvdromMountPoint

The AdvancedCopy Manager's agent (for AIX) installation is completed.

Refer to "6.2 Setup of AdvancedCopy Manager's agent" to set up AdvancedCopy Manager's agent.