How to Use the Baseline Pre-Caching Script to Patch the Solaris OSDoug Schwabauer, May, 2007 This article describes how to use the baseline pre-caching script and Sun Connection's satellite deployment architecture to patch your Solaris Operating System (Solaris OS). Go here for more information about using Sun Connection. OverviewThe baseline pre-caching script enables you, as a Sun Connection administrator, to download an entire Solaris baseline to your system dependency server (SDS) prior to simulating or deploying a baseline job to any agents in the environment. This greatly enhances the speed with which future jobs are run on those agents, and allows you to monitor the download for any patch download failures in real time. Prerequisites To use this script, your system must include the following software:
Installation
Using the Command-Line Utility
Example Command-Line Utility ita-sf15kaa# /bin/su - uce-sds
$ cd /opt/SUNWuce/server/cgi-bin
$ ./baseline_precache.cgi -help
usage : ./baseline_precache.cgi channel> baseline-name>
-list_channels : list available Solaris channels
-list_baselines channel> : list baselines for channel
$ ./baseline_precache.cgi -list_channels
available Solaris channels :
SOLARIS_8_0_SPARC
SOLARIS_9_0_SPARC
SOLARIS_10_0_SPARC
$ ./baseline_precache.cgi -list_baselines SOLARIS_10_0_SPARC
.. . ., 'baseline 2007/02/27 [Full]', 'baseline 2007/02/27 [Recommended]', \
'baseline 2007/02/27 [Security]', 'baseline 2007/03/27 [Full]', \
'baseline 2007/03/27 [Recommended]', 'baseline 2007/03/27 [Security]']
$ ./baseline_precache.cgi SOLARIS_10_0_SPARC 'baseline 2007/03/27 [Security]'
Channel: SOLARIS_10_0_SPARC
Baseline: baseline 2007/03/27 [Security]
Number of Patches : 46
Start Time: Mon Apr 16 14:40:55 2007
Patch | NID | Size | Status | Details |
120085-01 | | 40002988 | 126340 | Already on disk - cached!| - |
119593-01 | | 40003074 | 28470 | Already on disk - cached!| - |
120292-01 | | 40003314 |24534420 | Already on disk - cached!| - |
.
.
More InformationFor more information about using Sun Connection, go to the Sun Connection information hub. Unless otherwise licensed, code in all technical manuals herein (including articles, FAQs, samples) is provided under this License. |
|