Databases Reference
In-Depth Information
Figure 11-2. ULN subscriptions for compute node patching
After your system is registered and subscribed to the proper channels, you will need to create the following
directory on each compute node:
[root@cm01dbm01 11.2.3.1.0]# mkdir -p /var/www/html/yum
Once this is complete, download script 167283.sh from www.oracle.com/technetwork/topics/linux
/yum-repository-setup-085606.html to retrieve the RPMs based on the channels you've subscribed to and run the
script on each compute node. Following is an example execution of 167283.sh :
[root@cm01dbm01 stg]# sh ./167283.sh
Fetching Obsoletes list for channel: el5_x86_64_addons...
########################################
Fetching Obsoletes list for channel: ol5_x86_64_latest...
########################################
Fetching rpm headers...
######
... output omitted
Digesting rpms 98 % complete: xz-devel-4.999.9-0.3.beta.20091007git.el5.x86_64.rDigesting rpms
98 % complete: xz-libs-4.999.9-0.3.beta.20091007git.el5.x86_64.rpDigesting rpms 99 % complete:
xz-lzma-compat-4.999.9-0.3.beta.20091007git.el5.x8Digesting rpms 99 % complete:
yum-NetworkManager-dispatcher-1.1.16-21.el5.noarchDigesting rpms 100 % complete:
zsh-html-4.2.6-6.el5.x86_64.rpm
Total: 3696
Used: 3696
Src: 0
Writing header.info file
## END PROCESSING ol5_x86_64_latest ##
[root@cm01dbm02 stg]#
Next, enable HTTP on your compute nodes in preparation for using yum to download updates:
[root@cm01dbm01 ~]# chkconfig --add httpd
[root@cm01dbm01 ~]# chkconfig httpd on
 
Search WWH ::




Custom Search