Top
PRIMECLUSTER GLS4.3A40 Installation Guide
FUJITSU Software

3.2.1 Installation to physical environment / global zone / domain / kernel zone

Note

The PRIMECLUSTER version should be 4.3A40 for the global zone, the guest domain or the control domain on which the Kernel Zone works.
If it is earlier than 4.3A40, upgrade the PRIMECLUSTER version.

  1. Insert DVD of this software into the DVD drive.

  2. Login to the system and become a root user.

    % su <Return>
    Password:password <Return>
    #
  3. Mount the DVD.

    # mkdir -p /cdrom/cdrom0 <Return> (*1)
    # /usr/sbin/mount -F hsfs -o ro /dev/dsk/c0t4d0s2 /cdrom/cdrom0 <Return> (*2)

    (*1) Checks if "/cdrom/cdrom0" directory exists and creates accordingly.
    (*2) Since the underlined device name is different according to the machine environment, please confirm it.

  4. If you use Oracle Solaris 10, Check if the FJSViomp 2.3 version or later is installed.

    # pkginfo -l FJSViomp.\* <Return>

    If the command indicates the FJSViomp version 2.2 or earlier, uninstall all the FJSViomp packages from the system.

    # pkgrm FJSViomp <Return>

    If the older FJSViomp versions are removed, or no FJSViomp versions are installed, install the FJSViomp package by executing the pkgadd(1M) command.

    # pkgadd -d /cdrom/cdrom0/Tool/Pkgs FJSViomp <Return>
  5. Execute the installation script.

    # cd /cdrom/cdrom0/Tool <Return>
    # ./cluster_install -e PCL-GLS <Return>
    
            :
            :
    
    The installation was finished successfully.
    #
  6. Execute the shutdown(1M) command to reboot the system.

    # /usr/sbin/shutdown -y -g0 -i6 <Return>