设为首页 加入收藏

TOP

Oracle 11g OCM备考之创建EM与EM登陆异常的处理(三)
2019-05-28 10:08:12 】 浏览:287
Tags:Oracle 11g OCM 备考 创建 登陆 异常 处理
2019


Copyright (c) 1982, 2011, Oracle.  All rights reserved.


Connected to:


Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production


With the Partitioning, OLAP, Data Mining and Real Application Testing options


 


SQL> alter user sysman identified by oracle;


User altered.


SQL> 


SQL> alter user sysman account unlock;


User altered.


SQL> quit


3、修改EM配置文件中SYSMAN账号的密码信息:


[oracle@enmoedu1 config]$ pwd


/u01/app/oracle/product/11.2.0/dbhome_1/enmoedu1.example.com_PROD1/sysman/config


[oracle@enmoedu1 config]$ ll


total 124


-rw-r----- 1 oracle oinstall 11348 May 22 17:53 b64InternetCertificate.txt


-rw-r----- 1 oracle oinstall  1456 May 22 17:53 b64LocalCertificate.txt


-rw-r----- 1 oracle oinstall   233 May 22 17:53 classpath.lst


-rw-r----- 1 oracle oinstall  2041 May 22 17:53 emagentlogging.properties


-rw-r----- 1 oracle oinstall 28782 May 22 17:53 emd.properties


-rw-r--r-- 1 oracle oinstall 28764 May 22 17:53 emd.properties.tzbak


-rw-r----- 1 oracle oinstall   166 May 22 17:53 emkey.ora


-rw-r----- 1 oracle oinstall  5103 May 22 17:53 emomsintg.xml


-rw-r----- 1 oracle oinstall  1410 May 22 17:53 emomslogging.properties


-rw-r--r-- 1 oracle oinstall  1802 May 23 08:36 emoms.properties


drwxr----- 2 oracle oinstall  4096 May 22 17:53 monwallet


-rw-r----- 1 oracle oinstall  4986 May 22 17:53 OUIinventories.add


drwxr----- 2 oracle oinstall  4096 May 22 17:53 server


[oracle@enmoedu1 config]$ cat emoms.properties 


#Thu May 23 08:36:05 CST 2019


oracle.sysman.emSDK.svlt.ConsoleServerName=enmoedu1.example.com\:1158_Management_Service


oracle.sysman.eml.mntr.emdRepPwd=oracle


emdrep.ping.pingCommand=/bin/ping -c 3 -w 30 <hostname>


em_oob_shutdown=false


LargeRepository=false


oracle.sysman.eml.mntr.emdRepPort=1521


oracle.sysman.eml.mntr.emdRepDBName=PROD1


EMD_URL=https\://enmoedu1.example.com\:3938/emd/main


em_email_address=%EM_EMAIL_ADDRESS%


oracle.sysman.eml.mntr.emdRepPwdSeed=7699394498072357303


oracle.sysman.emSDK.svlt.ConsoleMode=standalone


em_oob_crash=false


em.oms.dumpModules=omsThread,repos 


oracle.sysman.emRep.dbConn.statementCacheSize=50


oracle.sysman.db.isqlplusUrl=http\://enmoedu1.example.com\:/isqlplus/dynamic


em_oob_startup=false


oracle.sysman.emSDK.svlt.ConsoleServerPort=1158


oracle.sysman.eml.mntr.emdRepRAC=FALSE


em_from_email_address=%EM_FROM_EMAIL_ADDRESS%


oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE


oracle.sysman.db.isqlplusWebDBAUrl=http\://enmoedu1.example.com\:/isqlplus/dba/dynamic


oracle.sysman.emSDK.svlt.ConsoleServerHost=enmoedu1.example.com


oracle.sysman.eml.mntr.emdRepDBID=2082231315


oracle.sysman.emSDK.svlt.ConsoleServerHTTPSPort=1158


em_email_gateway=%EM_EMAIL_GATEWAY%


oracle.sysman.eml.mntr.emdRepServer=enmoedu1.example.com


oracle.sysman.eml.mntr.emdRepSID=PROD1


oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=enmoedu1.example.com)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=PROD1)))


oracle.sysman.emSDK.sec.ReuseLogonPassword=true


em.security.xsrf_check_enabled=false


oracle.sysman.emkeyfile=/u01/app/oracle/product/11.2.0/dbhome_1/enmoedu1.example.com_PROD1/sysman/config/emkey.ora


em.ip.ui.ena

首页 上一页 1 2 3 4 下一页 尾页 3/4/4
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Oracle 11.2.0.4 使用ASM磁盘组条.. 下一篇Oracle RAC for aix 存储双控锁盘..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目