How to change timeout settings in cluster
crsctl get css Use the crsctl get css command to obtain the value of a specific Cluster Synchronization Services parameter. crsctl get css parameter Cluster Synchronization Services parameters and their default values include: clusterguid diagwait disktimeout (200 (seconds)) misscount (30 (seconds)) reboottime (3 (seconds)) priority (4 (UNIX), 3 (Windows)) logfilesize (50 (MB)) $ crsctl get css disktimeout CRS-4678: Successful get disktimeout 200 for Cluster Synchronization Services. crsctl get css diagwait The time limit is to update the respective output logfiles for every process. crsctl get css disktimeout Disk Latencies in seconds from node-to-votedisk. Default Value is 200. (Disk IO) crsctl get css misscount Network Latencies in second from node-to-node (Interconnect) crsctl get css reboottime T he maximum time limit reached over to the voting disk, the node eviction happens between the nodes. [root@node1-pub ~]# crsctl get cs...