RAC Unix Commands
Submitted by dave on Fri, 10/09/2015 - 17:12
DCLI
Run a command against all nodes in the cluster
Login as the Oracle user, execute this to list all pmon processes across the cluster:
dcli -l oracle -g /home/oracle/dbs_group ps -ef | grep pmon | grep -v grep dcli -l oracle -g /opt/oracle.SupportTools/onecommand/dbs_group ps -ef | grep pmon | grep -v grep