To Verify if the Enterprise Manager GC (OMS) is Locked or Unlocked_428874.1
How To Verify if the Enterprise Manager Grid Control (OMS) is Locked or Unlocked? (Doc ID 428874.1)
In this Document
Goal |
Solution |
References |
Applies to:
Enterprise Manager Base Platform - Version 10.1.0.3 to 10.2.0.5 [Release 10.1 to 10.2]
Information in this document applies to any platform.
Enterprise Manager Grid Control - Version: 10.1.0.3 to 10.2.0.5 - Release: 10.1 to 10.2
***Checked for relevance on 22-Feb-2012***
Goal
How can we verify if the Grid Control OMS is locked or if it is unlocked?
When we run "emctl secure lock" this locks the OMS. It means that all Agents must be Secure and upload over HTTPS Port. Any unsecured Agents will be not able to upload data. Conversely running "emctl secure unlock" will unlock the OMS meaning that Non Secure Agents may upload using the HTTP port.
The problem is there is no simple command to run to find out if the Grid Control OMS is locked or unlocked.
To check if the Cloud Control OMS 12c is locked or unlocked please read:
Document 1566110.1 - How to check if the Enterprise Management Cloud Control 12c OMS is locked or unlocked ?
Solution
1. httpd_em.conf file
To see if the OMS is locked or unlocked we can look at the $OMS_HOME/sysman/config/httpd_em.conf file.
Find the heading for your unsecured port number. (Default 4889)
ie. Listen 4889
Check for the entries "Deny from ....".
If the OMS is locked they will show "Deny from all" otherwise you will see the entry "Deny from none". This is shown below.
|
|
|
|
2. Repository:
Starting from Grid Control 10gR2 (10.2.0.x.0) you may use the following SQL query to verify if the OMS is locked or not. Connect to the Repository Database as SYSMAN user and issue the following query:
oms.timestamp ,
DECODE(oms.value,0,'Unsecured',1,'Secured and Unlocked',2,'Secured and Locked','error:'
||oms.value) lock_status
FROM mgmt_oms_parameters oms,
(SELECT host_url ,
name ,
MAX(TIMESTAMP) last_time
FROM mgmt_oms_parameters
WHERE name = 'oms_secure_status'
GROUP BY host_url,
name
) s
WHERE oms.host_url = s.host_url
AND oms.TIMESTAMP = s.last_time
AND oms.name = s.name
ORDER BY oms.host_url;
References
NOTE:1566110.1 - How to check if the Enterprise Management Cloud Control 12c OMS is locked or unlocked ?
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1247812/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Agent Upload to OMS Fails if OMS Locked in Secure,Agent isn't Secured_422922.1AI
- Enterprise Gateway Manager 是何物?Gateway
- 手工配置ORACLE Enterprise Manager(OEM)Oracle
- oracle enterprise manager配置簡介Oracle
- Enterprise Manager之oracle效能與管理Oracle
- Oracle Enterprise Manager 11g 啟停Oracle
- Oracle 12c Enterprise Manager Database ExpressOracleDatabaseExpress
- VB實現SQL Enterprise Manager功能 (轉)SQL
- oem(oracle enterprise manager) 配置出錯一則Oracle
- 【GC】OEL4.8部署安裝 Grid Control OMSGC
- 【GC】重新配置Agent以應對 OMS伺服器的變化GC伺服器
- GoldenGate Enterprise Manager Plug-In(12.1.0.3.0) 部署文件Go
- ENTERPRISE MANAGER 12C DATABASE AS A SERVICE (DBaaS) SNAP CLONEDatabase
- Grid Control一些術語GC、OMS、OMR、OMA的概念GC
- GC 10.2.0.1 OMS和Agent連線失敗後的處理過程GC
- OEM GC11G OMS不能發現主機的問題解決GC
- New Oracle Enterprise Manager 11g 的36 個plug -inOracle
- Important Notes on Oracle Enterprise Manager Grid ControlImportOracle
- OMS
- "OMSCA-ERR:Bounce OMS failed" While Install/Upgrad to 11.1 GC_1325193.1AIWhileGC
- 【GC】OEM Grid Control 11gR1部署之OMS部分GC
- Deinstall the Enterprise Manager 13c Cloud Control AgentCloud
- 10G 重新配置Enterprise Manager(刪除repository)
- 【GC】OEL4.8解除安裝重新部署安裝Grid Control OMSGC
- Installation Checklist for EM 10g GC 10.2.0.1 to 10.2.0.2 OMS...-422062.1GC
- OMS CA:10.2.0.1.0 GC Install Fails with "Error processing emkey-353131.1GCAIError
- Enterprise Manager Cloud Control 12c 官方安裝指南Cloud
- Oracle10g New Feature -- 14. OEM ( Oracle Enterprise Manager)Oracle
- 10g GC 啟動oms報錯Unexpected error occurred. Check error and log files.GCError
- Checklist for EM 10g GC 10.2.x to 10.2.0.5 OMS and Repository Upgrades_464674.1GC
- Creating Standby Database With Enterprise Manager Failing (文件 ID 1400482.1)DatabaseAI
- 手工配置OEM和Enterprise Manager無法連線資料庫例項資料庫
- 整合 WebSphere ILOG JRules 與 IBM Content Manager Enterprise EditionWebIBM
- OEM (Oracle Enterprise Manager) 控制檯無法啟動 解決心得體會Oracle
- ORACLE OMS啟動失敗之BEA-300040 I/O error while writing node manager statusOracleErrorWhile
- GC 11g install fails at OMS config stage-Wrong WLS version used_1135493.1GCAI
- How To Configure Notification Rules in Enterprise Manager Grid Control_429422.1
- Solaris環境安裝Oracle Enterprise Manager 10g Grid ControlOracle