Friday, July 15, 2016

 Installing patch bundle and and qlc driver patch on Solaris 10 


a) Download the patch and copy it to /var/tmp, give full permission and execute it in single user mode (make sure that patch is owned by nobody user)

# cp -rp 10_Recommended_CPU_2014-01 /var/tmp/
# cd /var/tmp
# chmod -R 777 10_Recommended_CPU_2014-01
 
b) Install the patch bundle

[root@10_Recommended_CPU_2014-01]# ./installpatchset --s10patchset

Setup .

CPU OS Patchset 2014/01 Solaris 10 SPARC (2014.02.17)
The patch set will complete installation in this session. No intermediate
reboots are required.
Application of patches started : 2014.04.18 07:21:37
Applying 120900-04 (  1 of 364) ... skipped
Applying 150616-01 (360 of 364) ... skipped
Applying 150618-02 (361 of 364) ... skipped
Applying 150756-03 (362 of 364) ... success
Applying 150836-01 (363 of 364) ... success
Applying 150840-01 (364 of 364) ... success
Application of patches finished : 2014.04.18 08:04:51
Installation of patch set complete. PLEASE REBOOT THE SYSTEM.
Install log files written :
  /var/sadm/install_data/s10s_rec_patchset_short_2014.04.18_07.21.37.log
  /var/sadm/install_data/s10s_rec_patchset_verbose_2014.04.18_07.21.37.log
[root@10_Recommended_CPU_2014-01]# reboot


c)   Installing single qlc patch   (SUNWqlc, SUNWqlcu

#patchadd 149175-04
Validating patches...Loading patches installed on the system...
Done!
Loading patches requested to install.
Done!
Checking patches that you specified for installation.
Done!
Approved patches will be installed in this order:
149175-04
Checking installed patches...
Executing prepatch script...
Installing patch packages...
Patch 149175-04 has been successfully installed.
See /var/sadm/patch/149175-04/log for details
Executing postpatch script...

No comments:

Post a Comment