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
The maximum time
limit reached over to the voting disk, the node eviction happens between the nodes.[root@node1-pub ~]# crsctl get css
disktimeout200
[ororgrid@shsebs121db01 ~]$ crsctl get css disktimeout
CRS-4678: Successful get disktimeout 200 for Cluster Synchronization Services.
[ororgrid@shsebs121db01 ~]$ crsctl get css reboottime
CRS-4678: Successful get reboottime 3 for Cluster Synchronization Services.
[ororgrid@shsebs121db01 ~]$ crsctl set css disktimeout 800
CRS-4684: Successful set of parameter disktimeout to 800 for Cluster Synchronization Services.
[ororgrid@shsebs121db01 ~]$ crsctl get css disktimeout
CRS-4678: Successful get disktimeout 800 for Cluster Synchronization Services.
[ororgrid@shsebs121db01 ~]$ crsctl get css reboottime
CRS-4678: Successful get reboottime 10 for Cluster Synchronization Services.
[root@shsebs121db01 bin]# ./crsctl get css misscount
CRS-4678: Successful get misscount 600 for Cluster Synchronization Services.
Comments
Post a Comment