Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get the list of all ASM instance ID on RAC

Srikanth GanesanJun 6 2016 — edited Jun 7 2016

I would like to find the list of all ASM instance ID's running on each RAC node for the RAC cluster.

In case of database, I don't have to remember ASM instance ID and rac node names.

>>>>

[grid@racqe2 ~]$ srvctl config database

ORCL

TESTCDB

[grid@racqe2 ~]$ srvctl status database -db ORCL

Instance ORCL_1 is running on node racqe1

Instance ORCL_3 is running on node racqe2

<<<<

Now I got the List of all database instance ID running on each node. Node and Oracle Database Instance combination is found here using CLI.

Similarly I want to find the ASM Instance ID and node name combination.

Thanks in Advance.

Note: I don't want to login each node and run 'ps -ef|grep pmon' to find the ASM instance ID. Even I dont want to use the /etc/oratab file. Remotely from any rac node using CLI is preferred.

This post has been answered by Geoff Grandstaff-Oracle on Jun 6 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2016
Added on Jun 6 2016
9 comments
5,047 views