2:上傳補丁檔案到當前使用者下任意目錄
3:在weblogic的安裝目錄/u01/fmw_home/weblogic/utils/bsu 下新建目錄cache_dir
cd /u01/fmw_home/weblogic/utils/bsu
mkdir cache_dir
4:解壓縮補丁p16088411_1035_generic.zip檔案到新建立目錄
unzip p16088411_1035_generic.zip -d /u01/fmw_home/weblogic/utils/bsu/cache_dir/
5:設定環境變數
$ cd wlserver_10.3/server/bin/
. setwlsenv.sh
6:修改檔案
cd /u01/fmw_home/weblogic/utils/bsu/cache_dir/
cp patch-catalog_***x.xml patch-catalog.xml
7:進入/u01/fmw_home/weblogic/utils/bsu目錄執行操作
cd /u01/fmw_home/weblogic/utils/bsu/
./bsu.sh -install -patch_download_dir=/u01/fmw_home/weblogic/utils/bsu/cache_dir -patchlist=l5td -prod_dir=/u01/fmw_home/weblogic/wlserver_10.3
checking for conflicts..
no conflict(s) detected
installing patch id: l5td..
result: success
8:進入/u01/fmw_home/weblogic/utils/bsu/cache_dir目錄,刪除資料
cd /u01/fmw_home/weblogic/utils/bsu/cache_dir
rm *
9:解壓縮補丁p22248372_103507_generic.zip檔案到新建立目錄
unzip p22248372_103507_generic.zip -d /u01/fmw_home/weblogic/utils/bsu/cache_dir/
10: 修改檔案
cd /u01/fmw_home/weblogic/utils/bsu/cache_dir/
cp patch-catalog_***x.xml patch-catalog.xml
11:進入/u01/fmw_home/weblogic/utils/bsu目錄執行操作
cd /u01/fmw_home/weblogic/utils/bsu/
./bsu.sh -install -patch_download_dir=/u01/fmw_home/weblogic/utils/bsu/cache_dir -patchlist=jf2l -prod_dir=/u01/fmw_home/weblogic/wlserver_10.3
checking for conflicts.....
no conflict(s) detected
installing patch id: jf2l..
result: success
補丁過程完畢,啟動所有weblogic例項
**
Weblogic10 3集群配置
1 兩台機器,a 192.168.10.71,這個是主伺服器。b 192.168.10.72.這個是被管理伺服器。2 先對a主機做操作 安裝weblogic10.3,然後 開始 選單 程式 oracle weblogic beahome 1 weblogic server 10gr3 tools c...
weblogic反序列化漏洞修復
1.http ip 埠 wls wsat coordinatorporttype 2.http ip 埠 async asyncresponseservicesoap12 如果頁面能訪問到,證明存在漏洞。解決方法 刪除不安全檔案 針對漏洞1,如下刪除命令 find name wls wsat rm ...
WebLogic10 3兩種模式的切換
weblogic安裝時預設是開發模式,為了模擬生產環境就選擇了生產模式,為了縮短測試環境部署週期,想使用weblogic的fastswap技術,而fastswap只支援開發模式,於是通過改變配置實現開發模式和生產模式的切換。1 生產模式 開發模式 將domain路徑下 domain home bin...