Grid Control remove host and re-add host
客戶購買了Grid Control,結果由於某些操作,發現有一個節點無法正確得到相關狀態,需要現場處理下!
我第一次到客戶現場,折騰了一天也沒什麼效果,最後就是把host給刪除了,還是費了好大勁,然後就回去看文件了,後來就有去折騰了一次還是沒有搞定,這個鬱悶!
廢話半天,第三次終於給搞定了,發現就是host沒有完全清除,在em database中還有資訊保留,清除,然後重新配置agent檔案,反覆重試兩次,搞定!
參考metalink 文件:454081.1
內容大體如下:
1. Please ensure that the agent is stopped.
2. Logon with sqlplus against the repository database as user sysman
and run following command:
3. If this program are deleting anything end with submit
4. If the procedure find something to delete you can now start the agent again.
5. If this procedure doesn't find anything for delete
Change the port number in:
EMD_URL=
to the next free port at this node
5.2 Save the emd.properties
5.3 Confirm that the Agent home $ORACLE_HOME/sysman/emd/targets.xml file has the new port number defined for the emd agent.
5.4 Start the agent.
The agent will be now added with the new port number.
exec mgmt_admin.cleanup_agent('
to remove entire host targets from the Grid Control.
This avoid that anything not deleted correctly
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/122290/viewspace-586445/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- proxy_set _header Host $host;Header
- net core 的Generic Host 之Generic Host BuilderUI
- Host是什麼?如何設定host檔案?
- location.host
- Virtualbox host plan
- VirtualBox Host-only Adapter,Failed to create the host-only adapter 轉APTAI
- use "jsdelivr" to host fileJSVR
- URL host 屬性
- Unable to execute SonarScanner analysis: Fail to get bootstrap index from server: Host is unreachable(Host unreachable)AIbootIndexServer
- Connection could not be established with host 求救
- Rewrite %{HTTP_HOST}用法HTTP
- unknown host 主機名
- “Host ‘xxxx‘ is not allowed to connect to this MySQL server“MySqlServer
- Qt QML之 JavaScript Host EnvironmentQTJavaScript
- Please specify (single) host string for connection:
- android USB host程式設計Android程式設計
- Host 'localhost' is not allowed to connect to this MySQL serverlocalhostMySqlServer
- 關於對Host的理解
- 理解ASP.NET Core - [04] HostASP.NET
- host=wwwtl555222com17008768000-HOSTNAME
- garmin USB: linux USB host驅動Linux
- Error:Unknow host 'service.gradle.org'ErrorGradle
- React版Host管理工具React
- Host 'xxx' is not allowed to connect to this MySQL server.MySqlServer
- win10 更改host檔案步驟_win10系統如何修改host檔案Win10
- ansible執行playbook報Host Key checking
- 【bash】關於 /dev/(tcp|udp)/${HOST}/${PORT}devTCPUDP
- Centos 6 DNS 配置 解決 Unknown hostCentOSDNS
- Go 程式碼中如何繫結 HostGo
- host 網路模式啟動 Jenkins 映象模式Jenkins
- linux usb 子系統(二)- host driverLinux
- 閘道器never_host設計
- .NET Core 3.0 之初識Host原始碼原始碼
- Shit!我的host到底怎麼了?
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- MySQL-1130-host ... is not allowed to connect to this MySql serverMySqlServer
- [20221012]TNS-12543 TNSdestination host unreachable.txt
- Nginx代理設定 Host 和 X-Forward-ForNginxForward
- 學習Tomcat(四)之Engine和Host容器Tomcat