Preparing for a manual installation

Before you install, log in as the superuser. Mount the disc, and copy the files in a temporary folder for installation.

To prepare for installation

  1. Copy the compressed package and patch files from the software disc to the temporary directory:

    # cp -r cluster_server/pkgs/* /tmp/install
    # cp -r cluster_server/patches/* /tmp/install
    
  2. Go to the temporary directory and unzip the compressed package files:

    # cd /tmp/install
    # gunzip *.gz
    
  3. If your system does not have the gunzip utility, copy it from the disc:

    # cp /cdrom/cdrom0/gnu/gunzip /tmp/install
    
  4. List the files for the following architectures:

    • For SPARC:

      # ls /tmp/install
      .              137338-01.tar     VRTSacclib.tar  VRTSperl.tar
      ..             README.123207-03  VRTSat.tar      VRTSspt.tar
      123207-03.tar  README.123208-03  VRTScmccc.tar   VRTSvcs.tar
      123208-03.tar  README.123209-03  VRTScmcs.tar    VRTSvcsag.tar
      123209-03.tar  README.123210-03  VRTScscm.tar    VRTSvcsmg.tar
      123210-03.tar  README.123211-03  VRTScscw.tar    VRTSvcsmn.tar
      123211-03.tar  README.123722-01  VRTScssim.tar   VRTSvlic.tar
      123722-01.tar  README.123983-01  VRTScutil.tar   VRTSvxfen.tar
      123983-01.tar  README.123984-01  VRTSgab.tar     VRTSweb.tar
      123984-01.tar  README.123985-01  VRTSicsco.tar   info
      123985-01.tar  README.125150-07  VRTSjre15.tar
      125150-07.tar  README.127333-01  VRTSllt.tar
      127333-01.tar  README.137338-01  VRTSpbx.tar
    • For x64:

      # ls /tmp/install
      128048-03.tar     README.128050-03  VRTScscw.tar      VRTSspt.tar
      128049-03.tar     README.137339-01  VRTScssim.tar     VRTSvcs.tar
      128050-03.tar     README.137384-03  VRTScutil.tar     VRTSvcsag.tar
      137339-01.tar     README.137388-01  VRTSgab.tar       VRTSvcsmg.tar
      137384-03.tar     VRTSacclib.tar    VRTSicsco.tar     VRTSvcsmn.tar
      137388-01.tar     VRTSat.tar        VRTSjre15.tar     VRTSvlic.tar
      info              VRTScmccc.tar     VRTSllt.tar       VRTSvxfen.tar
      README.128048-03  VRTScmcs.tar      VRTSpbx.tar       VRTSweb.tar
      README.128049-03  VRTScscm.tar      VRTSperl.tar
      

More Information

Mounting the product disc