ldom guest when i/o crash
Hi,
I like to find a way in which the ldom guest will failover in case of i/o domain crashes.
I found this https://www.veritas.com/support/en_US/article.100042012.
If in guest is solaris 10 then set timeout as
# cat /etc/system
set vdc:vdc_timeout=30
set vdc:vdc_read_timeout=30
If in guest is solaris 11
cat /platform/sun4v/kernel/drv/vdc.conf
timeout-noretry-list=0,1,2,3,4,5
In i/o domain is mpgroup.
What else?