欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

OEM12C安裝文檔

OEM12C安裝文檔

環(huán)境:OEM12.1.0.5

公司主營(yíng)業(yè)務(wù):做網(wǎng)站、網(wǎng)站設(shè)計(jì)、移動(dòng)網(wǎng)站開(kāi)發(fā)等業(yè)務(wù)。幫助企業(yè)客戶(hù)真正實(shí)現(xiàn)互聯(lián)網(wǎng)宣傳,提高企業(yè)的競(jìng)爭(zhēng)能力。創(chuàng)新互聯(lián)是一支青春激揚(yáng)、勤奮敬業(yè)、活力青春激揚(yáng)、勤奮敬業(yè)、活力澎湃、和諧高效的團(tuán)隊(duì)。公司秉承以“開(kāi)放、自由、嚴(yán)謹(jǐn)、自律”為核心的企業(yè)文化,感謝他們對(duì)我們的高要求,感謝他們從不同領(lǐng)域給我們帶來(lái)的挑戰(zhàn),讓我們激情的團(tuán)隊(duì)有機(jī)會(huì)用頭腦與智慧不斷的給客戶(hù)帶來(lái)驚喜。創(chuàng)新互聯(lián)推出競(jìng)秀免費(fèi)做網(wǎng)站回饋大家。

操作系統(tǒng):CENTOS6.7

ORACLE:11.2.0.3

 

 

1、硬件要求

OEM12C安裝文檔

 OEM12C安裝文檔

2、軟件包要求

----RHEL6.X OEL6.X版本 for oms

make-3.81

binutils-2.20.51.0.2-5.11

gcc-4.4.4

libaio-0.3.107

glibc-common-2.12-1

libstdc++-4.4.4

libXtst-1.0.99.2-3.el6.x86_ 64.rpm

sysstat-9.0.4

glibc-devel-2.12-1.7.el6.i686 (T his is a32-bit package)

glibc-devel-2.12-1.7.el6.x86_64 (This is a64-bit package)

(Applicable only for Oracle Linux 6.2,which includes RH6.2 and UEK 6.2) glibc-2.12-1.47.0.2

glibc-2.5-12           ----library

 

-- RHEL6.X OEL6.X版本 for AGENT

make-3.81

binutils-2.20.51.0.2-5.11

gcc-4.4.4

libaio-0.3.107

glibc-common-2.12-1.7

libstdc++-4.4.4

sysstat-9.0.4

3、內(nèi)核參數(shù)

----for oms

kernel.shmmax = 4294967295(最小,如果資料庫(kù)位于同一臺(tái)服務(wù)器,則以oracle為主)

 

UID soft nofile 4096

UID hard nofile 16384

 

ulimit -u To verify whether it is set tounlimited, run the following command. If it is set to unlimited, the outputwill be unlimited. ulimit -n If the current value is not set to 13312

 

此在/etc/profile里設(shè)置

4、端口確認(rèn)

---確認(rèn)一下端口可用狀態(tài),沒(méi)有被占用

Admin Server HTTP SSL Port = 7101 - 7200

Enterprise Manager Upload HTTP Port = 4889- 4898

Enterprise Manager Upload HTTP SSL Port =1159, 4899 - 4908

Enterprise Manager Central Console HTTPPort = 7788 - 7798

Enterprise Manager Central Console HTTP SSLPort = 7799 - 7809

Oracle Management Agent Port = 3872, 1830 -1849

Node Manager HTTP SSL Port = 7401 - 7500

Managed Server HTTP Port = 7201 - 7300

Managed Server HTTPS Port = 7301 - 7400

5、創(chuàng)建安裝目錄

mkdir -p /u01/app/oracle/Middleware

mkdir -p /u01/app/oracle/MiddlewareAgent

6、安裝ORCLE軟件及資料庫(kù)

安裝oracle軟件(略)

6.1 通過(guò)模板安裝資料庫(kù)

解壓模板文件12.1.0.2.0_Database_Template_for_EM12_1_0_5_0_Linux_x64.zip到

unzip -d $ORACLE_HOME/assistants/dbca/templates 12.1.0.2.0_Database_Template_for_EM12_1_0_5_0_Linux_x64.zip

然后使用該模板安裝數(shù)據(jù)庫(kù)實(shí)例

 

6.2 手動(dòng)安裝資料庫(kù)

如果數(shù)據(jù)庫(kù)配置了dbcontrol,使用如下命令將其刪除:

$ emca -deconfig dbcontrol db -repos drop-SYS_PWD -SYSMAN_PWD

sqlplus / AS SYSDBA

 

execDBMS_AUTO_TASK_ADMIN.DISABLE(client_name => 'auto optimizer statscollection',operation => NULL,window_name => NULL);

alter system set db_securefile = PERMITTEDscope=both;

alter system set parallel_max_servers = 1scope=both;

alter system set session_cached_cursors =200 scope= spfile ;   ---200-500之間

ALTER SYSTEM SET shared_pool_size=600MSCOPE=SPFILE;   ---1/3 sga大小

 

ALTER SYSTEM SET sga_target=2G SCOPE=SPFILE;

ALTER SYSTEM SET shared_pool_size=600MSCOPE=SPFILE;

ALTER SYSTEM SET pga_aggregate_target=1GSCOPE=SPFILE;

ALTER SYSTEM SET job_queue_processes=20SCOPE=SPFILE;

7、安裝OEM

unzip  em12105_linux64_disk1.zip

unzip  em12105_linux64_disk2.zip

unzip  em12105_linux64_disk3.zip

./runInstaller

 

OEM12C安裝文檔

OEM12C安裝文檔

OEM12C安裝文檔

OEM12C安裝文檔

 

 

--驗(yàn)證先決條件

install/requisites/bin/emprereqkit

 

However, if you plan to use a databaseinstance that was created with a preconfigured Management Repository using thedatabase templates offered by Oracle, then make sure you pass the followingparameter while invoking the EM Prerequisite Kit.

-componentVariablesrepository:EXECUTE_CHECKS_NOSEED_DB_ FOUND:false

 

 

If you accidently exit the installer beforeclicking Retry, then do NOT restart the installer to reach the same screen;instead, invoke the runConfig.sh script from the OMS home to rerun the ConfigurationAssistant in silent mode. For Microsoft Windows platforms, invoke runConfig.batscript.

$<OMS_HOME>/oui/bin/runConfig.shORACLE_HOME= MODE=perform ACTION=configureCOMPONENT_XML={encap_oms.1_0_0_0_0.xml}

 

If you have run the installation wizard andlet the installation wizard take corrective actions to correct the repositorysettings, and if you have exited the wizard without completing the installationprocess, then remember that the repository settings might not reset to theiroriginal values because you abruptly ended the installation. In this case,before invoking the installation wizard again, run the following command tomanually reset the values

/install/requisites/bin/emprereqkit-executionType install -prerequisiteXMLRootDir -connectString -dbUser SYS-dbPassword -reposUser sysman -dbRole sysdba -runPrerequisites-runPostCorrectiveActions

 

./runInstaller -pluginLocation <absolute_path_to_plugin_software_location>

 

----修改是否自動(dòng)啟動(dòng) true:自動(dòng)啟動(dòng)

./runInstaller START_OMS=trueb_startAgent=false

 

 

管理

$<OMS_HOME>/bin/emctl status oms

$<AGENT_HOME>/bin/emctl status agent

$<AGENT_HOME>/bin/emctl upload agent

安裝完默認(rèn)情況下只啟用HTTPS,開(kāi)啟HTTP

emctl secure unlock -console

 

檢查plugins是否安裝成功(WARN:Plugin configuration has failed)

$<AGENT_HOME>/cfgtoollogs/cfgfw/CfmLogger-<timestamp>.log

 

修改內(nèi)部用戶(hù)密碼,如SYSMAN_MDS, SYSMAN_OPSS, SYSMAN_APM,先關(guān)閉OMS,然后

<OMS_HOME>/bin/emctl config oms-change_repos_pwd

 

---備份OMS,包括加密key

<OMS_HOME>/bin/emctl exportconfig oms-dir <path_to_backup_location>

 

 

安裝很費(fèi)時(shí)

安裝完成后,可查看

/u01/app/oracle/Middleware/oms/install/具體的安裝信息

如:setupinfo.txt可查看oem的地址,comsole的地址

portlist.ini 可查看具體端口

 

 

安裝em agent

 

分享文章:OEM12C安裝文檔
網(wǎng)頁(yè)網(wǎng)址:http://aaarwkj.com/article6/ijpjog.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供云服務(wù)器ChatGPT、網(wǎng)站制作、關(guān)鍵詞優(yōu)化、靜態(tài)網(wǎng)站、外貿(mào)建站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站建設(shè)
亚洲免费av一区在线观看| 91免费人成网站在线观看| 日韩电影网国产精品| 亚洲一区日韩精品颜射| 最新国产毛片久热精品视频| 国产精品一区二区剧情熟女| 亚洲欧美综合另类久久 | 91综合午夜精品福利| 美女午夜福利精品视频| 乱色视频中文字幕在线着| 国产一区二区三区免费有码视频| 欧美精品黄片免费在线观看| 伊在人亚洲香蕉精品区| 国产高清视频在线观看流白浆| 国产精品久久久久精品爆| 农村人妻一区二区三区视频 | 日本高清区一区二区三区四区五区| 国产精品成人一区二区艾草| 亚洲国产av永久精品成人| 女同蝴蝶在线看完整版| 精品亚洲一区二区三区四| 小骚货操死你视频在线观看| 久亚洲精品九九久久99| 日韩精品亚洲一区二区三区免费 | 91亚洲精品一区二区三区| 激情啪啪啪的免费网站| 国产一级二级三级黄色| 成人av在线天堂一区二区三区| 精品国产视频一区二区三区| 日本一区二区欧美在线| 国产三级尤物在线观看| 18岁下禁止看的视频| 日韩精品高清中文字幕| 国产精品超碰在线观看| 欧美黄色一区二区三区精品| av中文字幕国产精品| 丁香六月婷婷激情啪啪综合| 欧美另类不卡在线观看| 国产日韩欧美亚洲中文| 日韩视频在线一区二区三区| 欧美a级黄片免费在线观看|