我是靠谱客的博主 粗暴大侠,最近开发中收集的这篇文章主要介绍EM12c监控页面非活动时登录失效,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

从EM11g升级到EM12c(Oracle Enterprise Manager Cloud Control 12c)后,发现em12c监控页面过一段时间后要重新刷新登录,这给性能监控带来了不便,如下图

 

按Oracle说法,它是 EM12c console一个新的安全特性

To prevent unauthorized accessto the Cloud Control console, Enterprise Manager will automatically log you outof the Cloud Control console when there is no activity for a predefined periodof time. For example, if you leave your browser open and leave your office,this default behavior prevents unauthorized users from using your EnterpriseManager administrator account.

 

当然,为监控方便可以把这个功能禁用,方法如下:

 

1.进入OMS目录

exportOMS_HOME=/u01/app/em12c/oms12cR4/oms

cd $OMS_HOME/bin

 

2.更改非活动超时设置

禁用这个功能设置值为1(默认值是null,null为45min),或是增加减少这个值

 

# 查看非活动超时时间

[oracle@newcc bin]$ ./emctl get property -name oracle.sysman.eml.maxInactiveTime

Oracle Enterprise Manager CloudControl 12c Release 4 

Copyright (c) 1996, 2014 OracleCorporation.  All rights reserved.

SYSMAN password:

Value for propertyoracle.sysman.eml.maxInactiveTime for oms All Management Servers is null

 

# 禁用此安全特性

./emctl setproperty -name oracle.sysman.eml.maxInactiveTime -value -1 -sysman_pwdsysman_password

Oracle Enterprise Manager CloudControl 12c Release 4 

Copyright (c) 1996, 2014 OracleCorporation.  All rights reserved.

Propertyoracle.sysman.eml.maxInactiveTime has been set to value -1 for all ManagementServers

OMS restart is required toreflect the new property value

 

# 也可增加非活动超时时间

./emctl set property-name oracle.sysman.eml.maxInactiveTime -value 90

 

3.重启OMS使之生效

./emctl stop oms

./emctl start oms

 

 

#其实在EM10g就有这个功能了

http://web.stanford.edu/dept/itss/docs/oracle/10gR2/em.102/b40002/addnl_tasks.htm#i1025313

 

参考:

http://www.snapdba.com/2012/07/how-to-prevent-the-page-expired-message-from-appearing-in-em12c/

http://www.fuadarshad.com/2013/02/changing-enterprise-manager-12c-default.html

 

最后

以上就是粗暴大侠为你收集整理的EM12c监控页面非活动时登录失效的全部内容,希望文章能够帮你解决EM12c监控页面非活动时登录失效所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部