Deployment Example: SAML v2 Using Sun OpenSSO Enterprise 8.0

ProcedureTo Patch the Directory Server Host Machines

If necessary, use this procedure to patch both the ds1.sp-example.com host machine and the ds2.sp-example.com host machine.

  1. Log in to the ds1.sp-example.com host machine as a root user.

  2. Change into the directory that contains the downloaded patch files.


    # cd /export/patches
    
  3. Unzip the patch files.


    # unzip 118855.zip
    # unzip 127112.zip
    # unzip 119964.zip
    # unzip 125379.zip
    # unzip 119255.zip
    
  4. Install the patches.


    # /usr/sbin/patchadd /export/patches/118855
    # /usr/sbin/patchadd /export/patches/127112
    # /usr/sbin/patchadd /export/patches/119964
    # /usr/sbin/patchadd /export/patches/125379
    # /usr/sbin/patchadd /export/patches/119255
    

    Tip –

    You can use the -M option to install all patches at once. See the patchadd man page for more information.


  5. Reboot your machine, if requested.

  6. After installation is complete, verify that each patch was added successfully.


    # /usr/sbin/patchadd -p | grep 118855
    

    A series of patch numbers are displayed, and the patch 118855 is present.


    # /usr/sbin/patchadd -p | grep 127112
    

    A series of patch numbers are displayed, and the patch 127112 is present.


    # /usr/sbin/patchadd -p | grep 119964
    

    A series of patch numbers are displayed, and the patch 119964 is present.


    # /usr/sbin/patchadd -p | grep 125379
    

    A series of patch numbers are displayed, and the patch 125379 is present.


    # /usr/sbin/patchadd -p | grep 119255
    

    A series of patch numbers are displayed, and the patch 119255 is present.

  7. Log out of the ds1.sp-example.com host machine.

  8. Repeat this same procedure on the ds2.sp-example.com host machine.