Home / How to avoid Oracle RAC cluster evictions by limiting multipath failover times?

How to avoid Oracle RAC cluster evictions by limiting multipath failover times?

Add following settings in /etc/multipath.conf

defaults {

polling_interval 5
no_path_retry 4
find_multipaths yes
checker_timeout 5
max_fds 8192
fast_io_fail_tmo 4
dev_loss_tmo 19
user_friendly_names yes
}

Reload multipath service with service multipathd reload

Leave a Reply