SUNW.gds:6
Dear all,
Environment Oracle Solaris Cluster 3.3u1 for Solaris 10 sparc in a zone cluster environment.
When creating a GDS resource to manage cron jobs, we had to add the following:
sleep 60 &
/usr/cluster/bin/pmfadm -s <RG>,<RESOURCE>,0.svc
if not for that bit we were getting the error which put a message to the messages file saying "cannot stay up". But there was a another resource which we created, which is GDS it self and not having to include the above 2 lines but that resource does not crash like in the first instance.
Questions 1 ) Including the 2 lines in the start command, is it the best practice to avoid the error. We picked it up from ( http://blogs.oracle.com/TF/entry/disabling_pmf_action_script_with )
Question 2 ) Why was the second GDS resource not giving this "cannot stay up" error ?
Thanks for your time