Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Extract the Patch Bundle

  1. Ensure that you have downloaded the latest Patch Bundle.

    See Check for and Obtain the Latest Updates.

  2. Log into the compute node 1 MCMU CLI as the primary admin such as mcinstall.

    See Log in to the MCMU CLI.

  3. Unzip the zip files.
    % cd /var/opt/oracle.minicluster/patch
    % /bin/unzip '*zip'
  4. Identify the version_no in the names of the patch tar files.

    In this example, the tar file version_no is 1.1.21.4. Your version_no might be different. Make note of the version_no for the next step.

    % ls
    MC-README.txt                     p25218297_100_SOLARIS64_2of4.zip
    mc-1.1.21.4-patch.tar.aa          p25218297_100_SOLARIS64_3of4.zip
    mc-1.1.21.4-patch.tar.ab          p25218297_100_SOLARIS64_4of4.zip
    mc-1.1.21.4-patch.tar.ac          
    mc-1.1.21.4-patch.tar.ad
  5. Extract the tar Files.

    In this example, replace version_no with the appropriate version_no for your download.

    This command concatenates and extracts all of the files.

    % cat mc-1.1.21.4-patch.tar.a? | gtar -xf -

    Note -  After the extraction, you can delete the tar and zip files.
  6. Consider your next action.

    If you also downloaded the Component Bundle, go to Install the Component Bundle.

    If you plan to update the MCMU component, go to: Update the MCMU Component (CLI)

    Otherwise, perform one of these procedures: