Oracle EMCC13C學習
我是在自己的實驗環(huán)境里面安裝的,服務(wù)器已經(jīng)安裝了oracle19c數(shù)據(jù)庫,所以一些基礎(chǔ)的軟件包都已經(jīng)安裝了,以及一些系統(tǒng)參數(shù)都是按照數(shù)據(jù)庫的按照要求進行調(diào)整的。所以我就直接從數(shù)據(jù)庫創(chuàng)建及數(shù)據(jù)庫參數(shù)調(diào)整這里開始(系統(tǒng)依賴包、內(nèi)核參數(shù)、系統(tǒng)配置等不做描述,參考數(shù)據(jù)庫或官方文檔自行配置)。
操作系統(tǒng):redhat7.6x64 ,數(shù)據(jù)庫版本:19.10(CDB模式),文件系統(tǒng)劃分70G用于emcc的安裝,系統(tǒng)資源4C16G。EMCC版本:13.3
https://www.oracle.com/enterprise-manager/downloads/cloud-control-downloads.html 下載連接,現(xiàn)在最新版本是13.5。
跳過軟件更新
安裝程序進行環(huán)境檢查,如果有錯誤或warning的查看一下是否影響后續(xù)安裝
選擇advance模式安裝
輸入emcc安裝的目錄及agent目錄
默認下一步
輸入weblogic的管理員密碼等信息,注意密碼復(fù)雜度要滿足要求。
輸入第一步創(chuàng)建的pdb的一些信息。包括ip地址、監(jiān)聽端口、服務(wù)名稱等。及規(guī)格大小。不同的規(guī)格對系統(tǒng)資源和管理的目標數(shù)量限制不一樣。
點擊下一步的時候,安裝程序會訪問數(shù)據(jù)庫并檢查部分參數(shù)設(shè)置是否滿足要求(會給出哪些參數(shù)需要調(diào)整),如下參數(shù)按照別人的部署文檔我進行了調(diào)整。
輸入sysman的密碼
安裝會在50%的時候等好久具體記不得多長時間了。
最后執(zhí)行一個腳本root用戶執(zhí)行。
完成emcc軟件的安裝。
1. Enterprise Manager Cloud Control URL: https://gpfs-s02:7803/em
2. Admin Server URL: https://gpfs-s02:7102/console
3. BI Publisher URL: https://gpfs-s02:9803/xmlpserver/servlet/home
The following details need to be provided while installing an additional OMS:
1. Admin Server Host Name: gpfs-s02
2. Admin Server Port: 7102
通過https://ip:7083/em進行登陸
如圖就說emcc的管理主頁了。oms管理
cd /u03/middleware/bin
[oracle@gpfs-s02 bin]$ http://www.toutiao.com/a7161263578492781092/emctl status oms #查看oms的狀態(tài)
[oracle@gpfs-s02 bin]$ http://www.toutiao.com/a7161263578492781092/emctl status oms -details #查看oms的詳細信息
[oracle@gpfs-s02 bin]$http://www.toutiao.com/a7161263578492781092/emctl stop oms #停止oms服務(wù)
[oracle@gpfs-s02 bin]$http://www.toutiao.com/a7161263578492781092/emctl start oms #啟動oms服務(wù)agent管理
cd /u03/agent/agent_13.3.0.0.0/bin
[oracle@gpfs-s02 bin]$ http://www.toutiao.com/a7161263578492781092/emctl status agent #查看agent狀態(tài)
[oracle@gpfs-s02 bin]$ http://www.toutiao.com/a7161263578492781092/emctl stop agent #停止agent
[oracle@gpfs-s02 bin]$ http://www.toutiao.com/a7161263578492781092/emctl start agent #啟動agent
下一篇:ORACLE PL/SQL中異常處理全面分析