返回顶部
首页 > 资讯 > 数据库 >怎么部署EM Cloud Control Oracle12
  • 902
分享到

怎么部署EM Cloud Control Oracle12

2024-04-02 19:04:59 902人浏览 独家记忆
摘要

这篇文章主要介绍“怎么部署EM Cloud Control oracle12”,在日常操作中,相信很多人在怎么部署EM Cloud Control Oracle12问题上存在疑惑,小编查阅了各式资料,整理出

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

[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=<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”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注编程网网站,小编会继续努力为大家带来更多实用的文章!

您可能感兴趣的文档:

--结束END--

本文标题: 怎么部署EM Cloud Control Oracle12

本文链接: https://lsjlt.com/news/63914.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • 怎么部署EM Cloud Control Oracle12
    这篇文章主要介绍“怎么部署EM Cloud Control Oracle12”,在日常操作中,相信很多人在怎么部署EM Cloud Control Oracle12问题上存在疑惑,小编查阅了各式资料,整理出...
    99+
    2024-04-02
  • 怎么部署Docker镜像到SAP Cloud Platform
    本篇内容介绍了“怎么部署Docker镜像到SAP Cloud Platform”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!第一次尝试,我遇...
    99+
    2023-06-04
  • 怎样往ABAP gateway system上和Cloud Foundry上部署HTML5应用
    怎样往ABAP gateway system上和Cloud Foundry上部署HTML5应用,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。ABAP Gateway syste...
    99+
    2023-06-04
  • centos6.8 怎么部署php
    本文操作环境:centos6.8系统、php7.0、Dell G3。centos6.8 怎么部署php?centos6.8源码安装php7.0安装依赖包yum -y install gd gd-devel zlib-devel libjpe...
    99+
    2017-05-07
    centos6.8 php
  • 怎么部署Oracle19c dataguard
    本篇内容介绍了“怎么部署Oracle19c dataguard”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成...
    99+
    2024-04-02
  • Oracle_CDC该怎么部署
    今天就跟大家聊聊有关Oracle_CDC该怎么部署,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。1.  CDC的实施步骤(异步在线日志)1...
    99+
    2024-04-02
  • CentOS7怎么部署L2TP
    这篇文章主要介绍“CentOS7怎么部署L2TP”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“CentOS7怎么部署L2TP”文章能帮助大家解决问题。l2tp是一种工业标准的Internet隧道协议...
    99+
    2023-06-27
  • Linux怎么部署WebLogic
    这篇文章主要介绍“Linux怎么部署WebLogic”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“Linux怎么部署WebLogic”文章能帮助大家解决问题。Linux部署weblogic具体步骤:...
    99+
    2023-06-28
  • Ansible怎么部署Tomcat
    这篇文章主要讲解了“Ansible怎么部署Tomcat”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“Ansible怎么部署Tomcat”吧!Ansible的特性:ansible基于Pytho...
    99+
    2023-06-27
  • docker怎么部署fastapi
    这篇文章主要介绍了docker怎么部署fastapi的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇docker怎么部署fastapi文章都会有所收获,下面我们一起来看看吧。项目结构:pycharm结构:拷贝到x...
    99+
    2023-07-05
  • golang android怎么部署
    随着移动互联网的快速发展,移动应用的开发与管理成为各大企业和开发者的一个重要问题。而在移动应用的开发中,Android系统的应用开发一直处于不断发展的状态。对于许多开发者来说,如何快速高效地部署开发环境也是一个比较烦恼的问题。框架类似于 g...
    99+
    2023-05-14
  • golang怎么部署docker
    随着近年来容器化技术的火热,Docker也成为了越来越多开发者、运维人员、IT从业者等的必备工具。而Golang语言的高并发优势也让它成为了不少开发者使用的首选语言。那么,如何将Golang应用部署到Docker容器中呢?本文将为大家介绍g...
    99+
    2023-05-14
  • windows golang怎么部署
    Go语言是一种由谷歌公司开发推出的开源编程语言。自推出以来,它以其高效、稳定和安全的特性,迅速成为了开发者喜爱的语言之一。在Windows平台上,如何将Golang部署在服务器上呢?下面我们来详细介绍。一、环境准备在部署Golang之前,需...
    99+
    2023-05-14
  • hadoop该怎么部署
    这篇文章主要讲解了“hadoop该怎么部署”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“hadoop该怎么部署”吧!hadoop部署Hadoop介绍:广义: 以apache hadoop软件...
    99+
    2023-06-02
  • CentOS7.2怎么部署FTP
    这篇文章主要为大家展示了“CentOS7.2怎么部署FTP”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“CentOS7.2怎么部署FTP”这篇文章吧。目前Linux大部分部署的FTP服务器都是v...
    99+
    2023-06-10
  • linux golang怎么部署
    这篇文章主要讲解了“linux golang怎么部署”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“linux golang怎么部署”吧!要在 Linux 系统上部署 Golang 应用程序,...
    99+
    2023-07-06
  • gunicorn怎么部署flask
    Gunicorn部署Flask应用的步骤如下:1、在终端或命令行中输入“pip install gunicorn”命令来安装Gunicorn;2、创建Flask应用;3、在终端或命令行中输入“flask run”命令来启动Flask应用程序...
    99+
    2023-12-19
    Flask gunicorn部署flask gunicorn
  • 开发部署提速8倍的IDE插件Cloud Toolkit是怎样的
    这篇文章给大家介绍开发部署提速8倍的IDE插件Cloud Toolkit是怎样的,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。对于开发者而言,提高工作效率大概有 2 种主要方式,第一种方式就是加快自己的工作速度,争取在...
    99+
    2023-06-19
  • 怎么安装部署MyCat
    怎么安装部署MyCat?相信大部分人都还没学会怎么安装部署,为了让大家学会,给大家总结了以下内容,话不多说,一起往下看吧1、准备mycat部署环境系统IP主机名服务Centos 7.5192.168.20....
    99+
    2024-04-02
  • 怎么部署SharePlex环境
    这篇文章主要讲解了“怎么部署SharePlex环境”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“怎么部署SharePlex环境”吧!目标在 Linux 系统...
    99+
    2024-04-02
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作