CSS ADMINISTRATION:
crsctl get css diagwait The time limit to update the respective logfiles
crsctl get css disktimeout Disk Latencies in seconds from node-to-Votedisk. Default Value is 200. (Disk IO)
crsctl get css misscountNetwork Latencies in second from node-to-node (Interconnect)
crsctl get css reboottimethe maximum time limit reached, the node eviction happens between the nodes
[root@node1-pub ~]# crsctl get css disktimeout
200
[root@node1-pub ~]# crsctl get css misscount
Configuration parameter misscount is not defined.
The above message indicates that the Misscount is not set manually and it is set to its default Value which is 60 seconds on Linux. It can be changed as below.
[root@node1-pub ~]# crsctl set css misscount 100
Configuration parameter misscount is now set to 100.
[root@node1-pub ~]# crsctl get css misscount
100
The below command sets the value of misscount back to its default value.
crsctl unset css misscount
[root@node1-pub ~]# crsctl unset css misscount
[root@node1-pub ~]# crsctl get css reboottime