Remote connections to ASM instance
I am trying to setup remote connections to the ASM instance on a 11.2.0.2 Oracle RAC with two nodes. I am using the listener configuration of the grid infrastructure, I had created the RACLAB setup using the Netca assitant and create by hand the ASM connect string, the configuration is:
[admindb@hostname admin]$ cat listener.ora 
	
LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))))            # line added by Agent 
	
LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3))))                # line added by Agent 
	
LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2))))                # line added by Agent 
	
LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1))))                # line added by Agent