Showing posts with label Add asm cluster target in OEM 13c. Show all posts
Showing posts with label Add asm cluster target in OEM 13c. Show all posts

Tuesday, April 30, 2024

How to add ASM cluster target in OEM 13c

Pre-requisite: -It is mandatory to add cluster target first.After the cluster target has been added then the Cluster ASM target can be discovered or prompted.

Please follow below steps to add cluster target if not added.

·       To do that we will use Auto discovery feature of OEM.Click on Auto Discovery Results as show in below



·       Search target type as Cluster like below    



·       Select target and click on promote button to promote the target one by one. Once you click on promote button in next page it will prompt you to provide input for that type of target.

 Please change input masked as per your environment and click on promote button.

It will take some time to add in repository add wait until status changes to green.



Now we have completed adding cluster targets,so lets move to add asm cluster.To do that we have to check connectivity using asmsnmp password like below.

sqlplus asmsnmp/<password>@'(DESCRIPTION=(ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(HOST=<ip of the server>)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=+ASM)))' as sysdba

If you don’t know the password you can set it like below from grid user.

ASMCMD> orapwusr --modify ASMSNMP

Enter password: ***********

 Use below navigation to add ASM Cluster target using guided process



Search your host where ASM instance will be running and that will be used for discovery process.Click on the next button.


Click on next button and test asm connection like below and save the target

Make sure you able to search the ASM cluster target and access target home page.

Thanks you very much for following this guidelines….

Please comment if you have any question









When SQL plan baseline is not used

 Thank you very much for your interest. Problem Statement: Lets assume you are reported about an application query running slow in one envir...