Need help regarding orachk configuration on RAC servers
Hi,
We are installing orachk in our environment for all the production boxes. For standalone servers we have scheduled it in cron (50 10 1-7 * * [ `date +\%u` -eq 2 ] && /home/root/orachk/orachk -dball -sendemail “NOTIFICATION_EMAIL= ****" and we are receiving the reports as per schedule.
But while running it on RAC server it is prompting for CRS_HOME,
server 1.) CRS stack is running and CRS_HOME is not set. Do you want to set CRS_HOME to /u500/grid/11.2.0?[y/n][y]
server 2.) Enter path for clusterware home:
Please suggest how this value can be passed at runtime so that orachk can be scheduled through cron (no manual intervention while running)