Linux平台下启动oracle 11g EM控制台

当我们的oracle服务器是使用的Linux/Unix系统时,我们从windows或者其他的客户端想用启动oracle的EM工具了解一些系统系统信息时可

当我们的Oracle服务器是使用的Linux/Unix系统时,我们从windows或者其他的客户端想用启动oracle的EM工具了解一些系统系统信息时

可以采用如下方式:

首先在服务器端打开一个窗口,输入如下命令:emctl start

[oracle@oracle11g ~]$ emctl start
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
Oracle Enterprise Manager 10g Database Control commands:
emctl start | stop dbconsole
emctl status | secure | setpasswd dbconsole
emctl status agent
emctl status agent -secure [-omsurl :/em/*>]
emctl getversion
emctl reload | upload | clearstate | getversion agent
emctl reload agent dynamicproperties [:]….
emctl config agent
emctl config agent updateTZ
emctl config agent getTZ
emctl resetTZ agent
emctl config agent credentials [[:]]
Blackout Usage :
emctl start blackout [-nodeLevel] [[:]]…. [-d ]
emctl stop blackout
emctl status blackout [[:]]….

The following are valid options for blackouts
defaults to local node target if not specified.
If -nodeLevel is specified after ,the blackout will be applied to all targets and any target list that follows will be ignored.
Duration is specified in [days] hh:mm

emctl getemhome
emctl ilint
Em Key Commands Usage :
emctl config emkey -emkeyfile [-force] [-sysman_pwd ]
emctl config emkey -emkey [-emkeyfile ] [-force] [-sysman_pwd ]
emctl config emkey -repos [-emkeyfile ] [-force] [-sysman_pwd ]
emctl config emkey -remove_from_repos [-sysman_pwd ]
emctl config emkey -copy_to_repos [-sysman_pwd ]
emctl status emkey [-sysman_pwd ]

Secure DBConsole Usage :
emctl secure dbconsole -sysman_pwd [-passwd_file ]
[-host ] [-sid ] [-reset] [-secure_port ]
[-root_dc ] [-root_country ] [-root_state ] [-root_loc ]
[-root_org ] [-root_unit ] [-root_email ]
emctl secure status dbconsole

该命令的作用是查看EM工具是否已经安装配置,如果没有配置可以使用下面的命令来配置:

[oracle@oracle11g ~]$emca -config dbcontrol db -repos recreate

配置完成后,使用如下命令启动EM控制台:

[oracle@oracle11g ~]$ emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://oracle11g:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ……………………… started.

Logs are generated in directory /u01/oracle/oracle11g_orcl/sysman/log

启动成功,我们就可以在windows或者别的客户端使用IE工具进行登陆了.

https://192.168.120.149:1158/em/console

(IP根据自己的实际情况输入了,1158端口也根据实际情况输入了),然后登陆就OK啦!

linux

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。

发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/1967055.html

(0)
上一篇 2025年2月23日 07:05:13
下一篇 2025年2月23日 07:05:30

AD推荐 黄金广告位招租... 更多推荐

相关推荐

  • Redis如何通过命令行查看版本

    使用 redis-cli –version 命令可快速查看 Redis 版本号。但可能遇到“command not found”错误,需检查安装和配置环境变量。版本号格式为 x.y.z,其中 x 为架构更新,y 为功能升级,z …

    2025年2月23日
    100
  • Redis查看版本有快捷方式吗

    Redis 查看版本号的快捷方式:redis-cli INFO | grep redis_version:定位版本信息redis-cli INFO | grep redis_version | awk ‘{print $2}&#…

    2025年2月23日
    100
  • 安卓怎么刷win7系统

    在安卓设备上安装 Windows 7 不可行,原因包括硬件架构差异、驱动程序不兼容和引导加载程序限制。替代方案包括 WSA(仅限 Windows 11)、虚拟机、远程桌面和双启动。请注意,这些替代方案可能存在性能问题,无法提供原生 Wind…

    2025年2月23日
    100
  • win7和linux双系统怎么装

    通过使用可启动 USB 驱动器,可以顺利安装 Windows 7 和 Linux 双系统:准备 USB 驱动器、ISO 文件和 Rufus。用 Rufus 创建 Windows 7 可启动 USB 驱动器。分区硬盘,为 Linux 创建分区…

    2025年2月23日
    100
  • win7电脑怎么装双系统教程视频教程

    在 Win7 电脑上安装双系统需要以下步骤:准备工作:备份数据、U 盘、分区工具、镜像文件。创建可启动 U 盘:使用 Rufus 创建带有镜像的 U 盘。设置 BIOS:进入 BIOS,将 U 盘设置为第一启动项。启动分区工具:从 U 盘启…

    2025年2月23日
    100
  • 怎么装win7和linux双系统

    双系统安装可实现在一台计算机上安装多个操作系统。要安装 Windows 7 和 Linux 双系统,需:备份数据创建可引导 USB/DVD缩小 Windows 分区安装 Linux:创建 EFI、根和交换分区安装 Windows 7:创建主…

    2025年2月23日
    100
  • windows下的sudo命令是什么? Win11 24H2中Sudo 命令使用方法

    在 windows 11 24h2 中,微软推出了一个颠覆性的功能——sudo 命令,堪称 windows 版的“linux sudo”。这款命令让 windows 用户可以在「windows 终端」中,轻松执行需要管理员权限的操作,包括「…

    2025年2月23日 互联网
    100
  • sql挂起重启怎么办

    SQL 挂起时需要立即重启,步骤包括:1. 确定挂起原因;2. 终止 SQL 进程 (kill );3. 重启 SQL 服务 (Windows:net stop/start MSSQLSERVER;Linux:/etc/init.d/mss…

    2025年2月23日
    100
  • sql数据库端口怎么看

    如何查看 SQL 数据库端口:直接查看:Windows:使用资源监视器检查 SQL 进程的本地端口。Linux:使用 netstat 命令查找 SQL 进程的本地端口。通过配置文件查看:Microsoft SQL Server:在 TCP/…

    2025年2月23日
    100
  • sql数据库端口号怎么查

    要查询 SQL 数据库的端口号:连接数据库服务器;执行 SQL 查询语句:SHOW VARIABLES LIKE ‘port’;查找名为 port 变量的值,该值即为端口号。 SQL 数据库端口号查询方法 要查询 S…

    2025年2月23日
    100

发表回复

登录后才能评论