Learn how to setup, configure and test failover of an *application* with Oracle 12c Flex Clusters. Watch all 6 lessons, free, at http://skillbuilders.com/oracle-12c-flex-clusters-tutorial
crsctl start resource myclock
I didn't know on which node it would start, and my users don't care.
Now lets demonstrate the fault tolerance, by killing it a few times.
ps -ef|grep xclock
and now I'll stop it in an orderly manner,
crsctl stop resource myclock
crsctl delete resource myclock
crsctl start resource myclock
I didn't know on which node it would start, and my users don't care.
Now lets demonstrate the fault tolerance, by killing it a few times.
ps -ef|grep xclock
and now I'll stop it in an orderly manner,
crsctl stop resource myclock
crsctl delete resource myclock
- Category
- Success
Sign in or sign up to post comments.
Be the first to comment