网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

怎么部署EMCloudControlOracle12-创新互联

这篇文章主要介绍“怎么部署EM Cloud Control Oracle12”,在日常操作中,相信很多人在怎么部署EM Cloud Control Oracle12问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”怎么部署EM Cloud Control Oracle12”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!

创新互联建站基于成都重庆香港及美国等地区分布式IDC机房数据中心构建的电信大带宽,联通大带宽,移动大带宽,多线BGP大带宽租用,是为众多客户提供专业服务器托管报价,主机托管价格性价比高,为金融证券行业IDC机房托管,ai人工智能服务器托管提供bgp线路100M独享,G口带宽及机柜租用的专业成都idc公司。
[root@emcc ~]# yum install -y glibc-devel.i686 [root@emcc ~]# su - oracle [oracle@emcc ~]$ emca -deconfig dbcontrol db -repos drop -SYS_PWD oracle -SYSMAN_PWD oracle STARTED EMCA at May 30, 2019 12:37:38 PM EM Configuration Assistant, Version 11.2.0.3.0 Production Copyright (c) 2003, 2011, Oracle.  All rights reserved. Enter the following information: Database SID: emcc Listener port number: 1521 ---------------------------------------------------------------------- WARNING : While repository is dropped the database will be put in quiesce mode. ---------------------------------------------------------------------- Do you wish to continue? [yes(Y)/no(N)]: yes May 30, 2019 12:37:48 PM oracle.sysman.emcp.EMConfig perform INFO: This operation is being logged at /u01/app/oracle/cfgtoollogs/emca/emcc/emca_2019_05_30_12_37_38.log. May 30, 2019 12:37:48 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly WARNING: ORA-28000: the account is locked May 30, 2019 12:37:48 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl WARNING: Error initializing SQL connection. SQL operations cannot be performed May 30, 2019 12:37:48 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration WARNING: EM is not configured for this database. No EM-specific actions can be performed. Some of the possible reasons may be:   1) EM is configured with different hostname then physical host. Set environment variable ORACLE_HOSTNAME= and re-run EMCA script   2) ORACLE_HOSTNAME is set. Unset it and re-run EMCA script May 30, 2019 12:37:48 PM oracle.sysman.emcp.EMReposConfig invoke INFO: Dropping the EM repository (this may take a while) ... May 30, 2019 12:38:47 PM oracle.sysman.emcp.EMReposConfig invoke INFO: Repository successfully dropped Enterprise Manager configuration completed successfully FINISHED EMCA at May 30, 2019 12:38:47 PM [oracle@emcc ~]$ sqlplus / as sysdba SQL> alter system set processes=300 scope=spfile; System altered. SQL>alter system set session_cached_cursors=200 scope=spfile; System altered. SQL> alter system set job_queue_processes=20 scope=spfile; System altered. [oracle@emcc ~]$ mkdir -p /u01/app/oracle/Middleware [oracle@emcc ~]$ mkdir -p /u01/app/oracle/agent [oracle@emcc ~]$ unzip em12105_linux64_disk1.zip [oracle@emcc ~]$ unzip em12105_linux64_disk2.zip [oracle@emcc ~]$ unzip em12105_linux64_disk3.zip [oracle@emcc ~]$ ./runInstaller

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

[root@emcc ~]# /u01/app/oracle/Middleware/oms/allroot.sh Starting to execute allroot.sh .........  Starting to execute /u01/app/oracle/Middleware/oms/root.sh ...... Running Oracle 11g root.sh script... The following environment variables are set as:     ORACLE_OWNER= oracle     ORACLE_HOME=  /u01/app/oracle/Middleware/oms Enter the full pathname of the local bin directory: [/usr/local/bin]:  The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)  [n]:  The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)  [n]:  The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)  [n]:  Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root.sh script. Now product-specific root actions will be performed. /etc exist Creating /etc/oragchomelist file... /u01/app/oracle/Middleware/oms Finished execution of  /u01/app/oracle/Middleware/oms/root.sh ...... Starting to execute /u01/app/oracle/agent/core/12.1.0.5.0/root.sh ...... Finished product-specific root actions. /etc exist Finished execution of  /u01/app/oracle/agent/core/12.1.0.5.0/root.sh ......

怎么部署EM Cloud Control Oracle12

https://192.168.40.99:7802/em

怎么部署EM Cloud Control Oracle12

怎么部署EM Cloud Control Oracle12

[root@emcc ~]# vi /etc/oragchomelist # /u01/app/oracle/Middleware/oms # /u01/app/oracle/agent/core/12.1.0.5.0:/u01/app/oracle/agent/agent_inst [oracle@emcc ~]$ cd /u01/app/oracle/Middleware/oms/bin [oracle@emcc bin]$ ./emctl status oms Oracle Enterprise Manager Cloud Control 12c Release 5   Copyright (c) 1996, 2015 Oracle Corporation.  All rights reserved. WebTier is Up Oracle Management Server is Up [oracle@emcc ~]$ cd /u01/app/oracle/agent/core/12.1.0.5.0/bin [oracle@emcc bin]$ ./emctl status agent Oracle Enterprise Manager Cloud Control 12c Release 5   Copyright (c) 1996, 2015 Oracle Corporation.  All rights reserved. --------------------------------------------------------------- Agent Version          : 12.1.0.5.0 OMS Version            : 12.1.0.5.0 Protocol Version       : 12.1.0.1.0 Agent Home             : /u01/app/oracle/agent/agent_inst Agent Log Directory    : /u01/app/oracle/agent/agent_inst/sysman/log Agent Binaries         : /u01/app/oracle/agent/core/12.1.0.5.0 Agent Process ID       : 15941 Parent Process ID      : 15897 Agent URL              : https://emcc.gscaifu.com:3872/emd/main/ Local Agent URL in NAT : https://emcc.gscaifu.com:3872/emd/main/ Repository URL         : https://emcc.gscaifu.com:4903/empbs/upload Started at             : 2019-05-30 15:01:23 Started by user        : oracle Operating System       : Linux version 2.6.32-431.el6.x86_64 (amd64) Last Reload            : (none) Last successful upload                       : 2019-05-30 15:23:48 Last attempted upload                        : 2019-05-30 15:23:48 Total Megabytes of XML files uploaded so far : 1.25 Number of XML files pending upload           : 0 Size of XML files pending upload(MB)         : 0 Available disk space on upload filesystem    : 25.47% Collection Status                            : Collections enabled Heartbeat Status                             : Ok Last attempted heartbeat to OMS              : 2019-05-30 15:27:37 Last successful heartbeat to OMS             : 2019-05-30 15:27:37 Next scheduled heartbeat to OMS              : 2019-05-30 15:28:37 --------------------------------------------------------------- Agent is Running and Ready

到此,关于“怎么部署EM Cloud Control Oracle12”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注创新互联网站,小编会继续努力为大家带来更多实用的文章!

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


分享名称:怎么部署EMCloudControlOracle12-创新互联
标题URL:http://bjjierui.cn/article/dpecco.html

其他资讯