Oracle 集群心跳及其参数misscount/disktimeout/reboottime(二)

2014-11-24 17:14:17 · 作者: · 浏览: 1
c) Reboot the node where adjustment was made
d) Start all other nodes which was shutdown in step 1
e) Execute crsctl as root to confirm the change:
$CRS_HOME/bin/crsctl get css misscount
$CRS_HOME/bin/crsctl get css reboottime
$CRS_HOME/bin/crsctl get css disktimeout


2) 11gR2的修改方法
With 11gR2, these settings can be changed online without taking any node down:


a) Execute crsctl as root to modify the misscount:

$CRS_HOME/bin/crsctl set css misscount #### where is the maximum private network latency in seconds
$CRS_HOME/bin/crsctl set css reboottime [-force] #### ( is seconds)
$CRS_HOME/bin/crsctl set css disktimeout [-force] #### ( is seconds)
b) Execute crsctl as root to confirm the change:
$CRS_HOME/bin/crsctl get css misscount
$CRS_HOME/bin/crsctl get css reboottime
$CRS_HOME/bin/crsctl get css disktimeout