Top
PRIMECLUSTER GLS4.3A40 Installation Guide
FUJITSU Software

3.2.3 Installing non-global zone(Solaris 10 / Solaris 11)

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

  2. Login to the global zone and become a root user.

    % su <Return>
    Password:password <Return>
    #
  3. Boot the non-global zone in single user mode from the global zone.

    # zoneadm -z zone-a boot -s <Return>

    "zone-a" is the name of the non-global zone into which this software is going to be installed. This name will change depending on the system configuration. In the following examples, the name of the non-global zone will be "zone-a".

  4. Mount the DVD on the global zone.

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

  5. Execute the installation script from the global zone.

    # cd /cdrom/cdrom0/Tool <Return>
    # ./cluster_install -e PCL-GLS -z zone-a <Return>
    
    Checking <zone-a> for installing PRIMECLUSTER ...finished.
    Preparing for installing PRIMECLUSTER into <zone-a> ...finished.
    Installing PRIMECLUSTER into <zone-a>  ...
            :
            :
    The installation was finished successfully.
    Executing post-install process on <zone-a> ...finished.
    ------Installation result------
    zone-a:succeeded
    
    Please restart zone-a.
    The installation was finished successfully.
    #

    Check if "zonename:succeeded" is displayed in the "Installation result" field.

  6. Reboot the non-global zone from the global zone.

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