sun cluseter双机热备怎么临时关闭数据库?
sun cluseter双机热备怎么临时关闭数据库?
双机热备的时候, 一定数据库down,或者listener stoped都会发生switch,
要想临时关闭数据库,比如打patch,做恢复等
我们该怎么做?
if database is running on node1
1. scswitch -S -h node2
2. shutdown database at node1
3. do things
4. startup database again
5 scswitch -S -h node2
can this be works?