Hi Friends!
We know that Oracle WebLogic Server 10.3.6.0 is the default version which comes with Oracle Hyperion 11.1.2.4 package. In this article, we will see patching Oracle WebLogic Server 10.3.6.0 of Oracle Hyperion 11.1.2.4 environment with Patch Set Update 10.3.6.0.190716 (Patch 29633432).
Before proceeding further, below are some important points to note:
3-You, need to login on each Oracle Hyperion server with the same "USER/ACCOUNT" which was used to install & configure Oracle Hyperion 11.1.2.4 components on that server.
4-Stop Oracle WebLogic servers (Admin server + domain servers) running on all servers of your Oracle Hyperion environment. Make sure there are no processes or services running which could be holding a lock on any jar file. If Node Manager is running, you should also stop that.
5-Stop all Oracle Hyperion services and any java processes used by Oracle Hyperion applications, running on all the servers of your Hyperion Environment.
6-In Task manager check any Oracle WebLogic or Oracle Hyperion service-related processes should not be running.
Installing Oracle WebLogic Server Patch Set Update 10.3.6.0.190716 (Patch 29633432)
2- Unzip p29633432_1036_Generic.zip to a common network path and then copy the extracted files to E:\apps\OracleEPM\Middleware\utils\bsu\cache_dir directory of your Oracle Hyperion servers (On both Windows server as well as Linux server. Path will be almost same).
After unzip, your cache_dir directory will have the following 3 files:
You must make sure that the target directory for unzip has required write and executable permissions for the "USER/ACCOUNT" which was used to install & configure Oracle Hyperion on that server.
3- Open E:\apps\OracleEPM\Middleware\utils\bsu folder and Do the following to prevent 'Java OutofMemory Error' during the installation of the patch:
4- Open CMD and Goto E:\apps\OracleEPM\Middleware\utils\bsu and Execute the following command to install the path:
Command format:
bsu.cmd -install -patch_download_dir={MW_HOME}/utils/bsu/cache_dir -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}
Where WL_HOME is the path of the WebLogic home.
On Windows Server command will be:
bsu.cmd -install -patch_download_dir=E:\apps\OracleEPM\Middleware\utils\bsu\cache_dir -patchlist=MXLE -prod_dir=E:\apps\OracleEPM\Middleware\wlserver_10.3
On Linux Server command will be:
./bsu.sh -install -patch_download_dir=/apps/oracle/epm/Middleware/utils/bsu/cache_dir -patchlist=MXLE -prod_dir=/apps/oracle/epm/Middleware/wlserver_10.3
Once the command gets completed and the patch is successfully applied, you will see below SUCCESS message:
On Windows Server:
On Linux Server:
We see the patch has been successfully installed. Now its time to verify the same.
5- Post-Installation verification:
1-Goto this path:
2- Run below command to set the Oracle WebLogic Environment variables:
3- Now run following command to check the version:
In the below output, 10.3.6.0.190716 is the currently installed Oracle WebLogic Server PSU. It confirms now our Oracle WebLogic Server has been upgraded from 10.3.6.0 to version 10.3.6.0.190716 :
Do verify on each and every server of your Oracle Hyperion environment whether the Oracle WebLogic Server has been successfully upgraded or not.
6- Start Oracle WebLogic servers of your Oracle Hyperion environment.
7- Start all Oracle Hyperion services in your environment.
This completes the patching process.
That's all for this post.
I hope this article has helped you.
Your suggestions/feedback are most welcome.
Keep learning and Have a great day!!!
As part of Oracle recommendations and organization's IT security requirements, we need to keep patch levels of various Oracle Hyperion components like Hyperion Essbase, Hyperion Planning, Hyperion Financial Management (HFM), Hyperion Financial Data Quality Management (FDMEE) etc. and also Oracle WebLogic server up to date.
In this post, we will see a detailed description of how to patch (Patch Set Update 10.3.6.0.190716) Oracle WebLogic Server in EPM (Hyperion) 11.1.2.4 for both Windows and Linux platforms.
In this post, we will see a detailed description of how to patch (Patch Set Update 10.3.6.0.190716) Oracle WebLogic Server in EPM (Hyperion) 11.1.2.4 for both Windows and Linux platforms.
We know that Oracle WebLogic Server 10.3.6.0 is the default version which comes with Oracle Hyperion 11.1.2.4 package. In this article, we will see patching Oracle WebLogic Server 10.3.6.0 of Oracle Hyperion 11.1.2.4 environment with Patch Set Update 10.3.6.0.190716 (Patch 29633432).
Before proceeding further, below are some important points to note:
- We need to patch all Oracle WebLogic servers (Admin server and domain servers) of a particular Oracle Hyperion environment.
- If previous Oracle WebLogic PSUs were applied before, the PSUs need to be rolled back first. (In our case it is not required as we are patching the Oracle WebLogic Server base version 10.3.6.0).
- You need to perform this patching activity in each and every server of your Oracle Hyperion environment.
- This article is applicable for both Windows and Linux servers i.e. same steps will apply on both.
1- Download Oracle WebLogic Server Patch Set Update 10.3.6.0.190716 from Oracle Support portal link given below (This patch is for Generic platform so the same patch is applicable for both Windows and Linux operating systems):
(Note: You need to have Oracle support login credentials in order to access the above page.)
You will see following patch download page after login on the above link:
You will see following patch download page after login on the above link:
2-The downloaded file name is p29633432_1036_Generic.zip. It is advisable to have this zip file placed in a common network path accessible from all the servers of your Oracle Hyperion environment for the easy movement of extracted files.
3-You, need to login on each Oracle Hyperion server with the same "USER/ACCOUNT" which was used to install & configure Oracle Hyperion 11.1.2.4 components on that server.
4-Stop Oracle WebLogic servers (Admin server + domain servers) running on all servers of your Oracle Hyperion environment. Make sure there are no processes or services running which could be holding a lock on any jar file. If Node Manager is running, you should also stop that.
5-Stop all Oracle Hyperion services and any java processes used by Oracle Hyperion applications, running on all the servers of your Hyperion Environment.
6-In Task manager check any Oracle WebLogic or Oracle Hyperion service-related processes should not be running.
Installing Oracle WebLogic Server Patch Set Update 10.3.6.0.190716 (Patch 29633432)
1- On the server create directory cache_dir under E:\apps\OracleEPM\Middleware\utils\bsu\ if it does not exist (E:\apps\OracleEPM\Middleware\utils\bsu\cache_dir).
2- Unzip p29633432_1036_Generic.zip to a common network path and then copy the extracted files to E:\apps\OracleEPM\Middleware\utils\bsu\cache_dir directory of your Oracle Hyperion servers (On both Windows server as well as Linux server. Path will be almost same).
After unzip, your cache_dir directory will have the following 3 files:
- MXLE.jar
- patch-catalog_26707.xml
- README.txt
You must make sure that the target directory for unzip has required write and executable permissions for the "USER/ACCOUNT" which was used to install & configure Oracle Hyperion on that server.
3- Open E:\apps\OracleEPM\Middleware\utils\bsu folder and Do the following to prevent 'Java OutofMemory Error' during the installation of the patch:
- Take a backup of bsu.cmd/bsu.sh.
- Edit bsu.cmd/bsu.sh file and change MEM_ARGS settings to 4GB (4096m):
- Now save the file bsu.cmd/bsu.sh.
4- Open CMD and Goto E:\apps\OracleEPM\Middleware\utils\bsu and Execute the following command to install the path:
Command format:
bsu.cmd -install -patch_download_dir={MW_HOME}/utils/bsu/cache_dir -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}
Where WL_HOME is the path of the WebLogic home.
On Windows Server command will be:
bsu.cmd -install -patch_download_dir=E:\apps\OracleEPM\Middleware\utils\bsu\cache_dir -patchlist=MXLE -prod_dir=E:\apps\OracleEPM\Middleware\wlserver_10.3
On Linux Server command will be:
./bsu.sh -install -patch_download_dir=/apps/oracle/epm/Middleware/utils/bsu/cache_dir -patchlist=MXLE -prod_dir=/apps/oracle/epm/Middleware/wlserver_10.3
Once the command gets completed and the patch is successfully applied, you will see below SUCCESS message:
On Windows Server:
On Linux Server:
We see the patch has been successfully installed. Now its time to verify the same.
5- Post-Installation verification:
To check whether the Oracle WebLogic Server version has been updated or not do the following:
1-Goto this path:
E:\apps\OracleEPM\Middleware\wlserver_10.3\server\bin\
2- Run below command to set the Oracle WebLogic Environment variables:
setWLSEnv.cmd (On Linux server: ./setWLSEnv.cmd)
3- Now run following command to check the version:
java weblogic.version (On Linux server too same command: java weblogic.version)
In the below output, 10.3.6.0.190716 is the currently installed Oracle WebLogic Server PSU. It confirms now our Oracle WebLogic Server has been upgraded from 10.3.6.0 to version 10.3.6.0.190716 :
Oracle WebLogic Server 10.3.6.0.190716 PSU Patch for BUG29633432
Do verify on each and every server of your Oracle Hyperion environment whether the Oracle WebLogic Server has been successfully upgraded or not.
6- Start Oracle WebLogic servers of your Oracle Hyperion environment.
7- Start all Oracle Hyperion services in your environment.
This completes the patching process.
That's all for this post.
I hope this article has helped you.
Your suggestions/feedback are most welcome.
Keep learning and Have a great day!!!
Very useful information Sunil.. thanks
ReplyDeleteThanks Raja!:-D
Deleteperde modelleri
ReplyDeleteNumara Onay
TÜRK TELEKOM MOBİL ÖDEME BOZDURMA
nft nasıl alınır
ANKARA EVDEN EVE NAKLİYAT
Trafik Sigortasi
dedektör
web sitesi kurma
Aşk romanları
Good content. You write beautiful things.
ReplyDeletekorsan taksi
mrbahis
sportsbet
mrbahis
vbet
taksi
vbet
hacklink
hacklink
Good text Write good content success. Thank you
ReplyDeletetipobet
bonus veren siteler
betpark
poker siteleri
mobil ödeme bahis
kibris bahis siteleri
betmatik
slot siteleri
niğde
ReplyDeleteyalova
çeşme
mardin
Y7KF
resimli magnet
ReplyDeleteresimli magnet
çerkezköy çatı ustası
silivri çatı ustası
dijital kartvizit
UKF5
bitlis
ReplyDeletebodrum
bolu
bornova
burdur
SNB
https://saglamproxy.com
ReplyDeletemetin2 proxy
proxy satın al
knight online proxy
mobil proxy satın al
QAP
muğla
ReplyDeleteümraniye
manavgat
karşıyaka
didim
F5T
Malatya
ReplyDeleteKırıkkale
Aksaray
Bitlis
Manisa
Y5VE
edirne evden eve nakliyat
ReplyDeleteadana evden eve nakliyat
rize evden eve nakliyat
niğde evden eve nakliyat
gümüşhane evden eve nakliyat
3İİV
535B7
ReplyDeleteEryaman Alkollü Mekanlar
Çerkezköy Parke Ustası
Çerkezköy Boya Ustası
Binance Güvenilir mi
Urfa Evden Eve Nakliyat
D4C6C
ReplyDeleteBatıkent Fayans Ustası
Hakkari Şehir İçi Nakliyat
Ünye Koltuk Kaplama
Eryaman Alkollü Mekanlar
Muş Şehir İçi Nakliyat
Kütahya Parça Eşya Taşıma
Mardin Lojistik
Siirt Parça Eşya Taşıma
Kayseri Evden Eve Nakliyat
B0397
ReplyDeleteGiresun Lojistik
Çorum Evden Eve Nakliyat
Bitrue Güvenilir mi
Bilecik Parça Eşya Taşıma
Erzurum Parça Eşya Taşıma
Adıyaman Şehir İçi Nakliyat
Çankırı Şehirler Arası Nakliyat
Çerkezköy Oto Elektrik
Aydın Parça Eşya Taşıma
F1CAF
ReplyDeleteKilis Lojistik
Ünye Boya Ustası
Karapürçek Parke Ustası
Kütahya Lojistik
Yalova Şehir İçi Nakliyat
Trabzon Lojistik
Muğla Evden Eve Nakliyat
Bitcoin Kazanma
Eskişehir Parça Eşya Taşıma
F541C
ReplyDeleteIsparta Evden Eve Nakliyat
Kırıkkale Şehir İçi Nakliyat
Kars Şehir İçi Nakliyat
Aksaray Şehir İçi Nakliyat
Etimesgut Fayans Ustası
Pancakeswap Güvenilir mi
Coinex Güvenilir mi
Çerkezköy Parke Ustası
Burdur Parça Eşya Taşıma
A9D40
ReplyDeleteOmlira Coin Hangi Borsada
Telcoin Coin Hangi Borsada
Tiktok Takipçi Satın Al
Xcn Coin Hangi Borsada
Bitcoin Oynama
Görüntülü Sohbet Parasız
Threads İzlenme Satın Al
Soundcloud Beğeni Hilesi
Likee App Takipçi Hilesi
B9C6A
ReplyDeletebinance referans kodu
mexc
referans kimliği nedir
bitcoin nasıl üretilir
kaldıraç nasıl yapılır
canlı sohbet uygulamaları
sohbet canlı
en güvenilir kripto borsası
bitcoin haram mı
6F2EB
ReplyDeletebitrue
bitcoin nasıl kazanılır
canlı sohbet ucretsiz
papaya meyvesi
bitmex
canlı sohbet uygulamaları
coin nereden alınır
bitexen
paribu
04153
ReplyDeletebinance ne demek
bitrue
en güvenilir kripto borsası
mexc
bitcoin nasıl üretilir
binance
kripto para telegram grupları
probit
bitget
31765
ReplyDeleteGoogle 5 Yıldız Satın Al
seo
IPv6 Proxy Satın Al
Toptan Ürünler
vds satın al
jeneratör fiyatları
Knight Online Pvp Serverler
Youtube SEO
Yapay Zeka Video Oluşturma
5DFD0
ReplyDeleteCudos Coin Yorum
Api3 Coin Yorum
Reef Coin Yorum
BTC Son Dakika
Zen Coin Yorum
Bitcoin Yorum
Qtum Coin Yorum
Egld Coin Yorum
Lto Coin Yorum
BE3E8
ReplyDeleteGoogle Adwords Kupon Satışı
Hosting Firmaları
Airdrop Coin Kazanma
Grafik Tasarım Uygulamaları
Toptan Ürünler
Film Önerileri
Tiktok Reklam Verme
Google Adwords Hesap Satışı
Adwords Hesap Satışı
74B87
ReplyDeletegörüntülü şov whatsapp
893D2
ReplyDeletegörüntülü show
ücretli show
show
show
C54B1
ReplyDeletesanal ücretli şov
FA7F1
ReplyDeletewhatsapp görüntülü şov
CB59B
ReplyDeletegörüntülü şov
web postegro
ReplyDeletetakipcimx 1000
techy hit tools
postegro
takipçi satın al
İ1Z
45A0036AB7
ReplyDeletesanal seks
sohbet hattı
sohbet hattı
seks hattı
sanal sex
cam show
görüntülü show
cam şov
sex hattı
72E6D6FB1E
ReplyDeletesanal seks
sohbet hatti
görüntülü seks
cam şov
görüntülü şov
sex hattı
cam show
seks hattı
görüntülü sex
703BA23A5C
ReplyDeletetelegram görüntülü şov
whatsapp ücretli show
whatsapp görüntülü show güvenilir
skype şov
görüntülü şov
canli cam show
ücretli show
ücretli şov
cam şov
F0847C9799
ReplyDeletecanli cam show
cam şov
skype show
görüntülü şov whatsapp numarası
görüntülü şov
cam show
telegram görüntülü şov
ücretli şov
şov
AF5E92E32A
ReplyDeleteücretli şov
viga
delay
performans arttırıcı
whatsapp ücretli show
whatsapp görüntülü şov
ereksiyon hapı
novagra hap
themra macun
4A687A5C69
ReplyDeleteskype ücretli şov
6F867F0FCF
ReplyDeletewhatsapp görüntülü show güvenilir