 |
» |
|
|
 |
 |
 |
|
|
 |
|
<TITLE>
Instructions on how to install the new patch tool:
-------------------------------------------------
1. Untar the kit.
>> tar -xf T64KIT1001622-V51BB28-E-20090617.tar
2. Run the following command from the directory you extracted the kit into:
>> cd patch_kit
>> ./dupatch -track -kit . -type kit
>>
Then, the new tool along with dupatch tools will automatically be installed on the system.
Instructions on how to use the new script "mul_patch_setup" to install multiple patches:
----------------------------------------------------------------------------------------
1. Place all the tar files of CSPs that you want to install, under one
directory
(say /usr/kits).
2. Run the script "/usr/sbin/mul_patch_setup" without any command-line
arguments from the directory where you have placed the CSP tar files.
i.e.
>>cd /usr/kits
>>pwd
/usr/kits
>>/usr/sbin/mul_patch_setup
3. On completion of the script, a directory with a name "patch_kit" will be
created, in this case /usr/kits/patch_kit.
4. Invoke "dupatch" from that "patch_kit" directory to install all the patches
contained by the CSPs either in command-line mode or menu-based mode in the
same way as we invoke "dupatch" to install a single patch kit.
i.e.
>> cd /usr/kits/patch_kit
>> dupatch
NOTE:
-----
Among the selected CSPs, if there are any intersecting CSPs i.e. CSPs that are
delivering same binary, the script will list all the CSPs that are delivering
the same binary and then come out of execution.
|