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.