Quick post and note to self. Where are the SCAN listener log files? A little bit of troubleshooting was required, but I guess I could have read the manuals too. In the end it turned out to be quite simple!
First of all, I needed to find out where on my four node cluster I had a SCAN listener. This is done quite easily by asking Clusterware:
[grid@rac11gr2node2 ~]$ srvctl status scan_listener SCAN Listener LISTENER_SCAN1 is enabled SCAN listener LISTENER_SCAN1 is running on node rac11gr2node2 SCAN Listener LISTENER_SCAN2 is enabled SCAN listener LISTENER_SCAN2 is running on node rac11gr2node4 SCAN Listener LISTENER_SCAN3 is enabled SCAN listener LISTENER_SCAN3 is running on node rac11gr2node3
I was initially on the first node, so had to ssh to the second. From there on I thought that the proc file system might have the answer. Read the rest of this entry »