Este problema se corrigió en Oracle Solaris 11.3.2.4.
Si reinicia el dominio raíz con resiliencia de E/S (IOR) activada (es decir, política de fallos de dominios lógicos configurada en ignore) el dominio de E/S puede fallar al iniciar una interfaz de red ixbgevf.
Por ejemplo, antes de reiniciar un dominio raíz no principal (NPRD), escriba:
# ipmpstat -i INTERFACE ACTIVE GROUP FLAGS LINK PROBE STATE net1 yes ipmp0 --mbM-- up disabled ok net7 yes ipmp0 ------- up disabled ok # dladm show-phys LINK MEDIA STATE SPEED DUPLEX DEVICE net0 Ethernet up 0 unknown vnet0 net7 Ethernet up 10000 full ixgbevf7 net1 Ethernet up 10000 full ixgbevf4
Después de reiniciar el NPRD, escriba:
# ipmpstat -i INTERFACE ACTIVE GROUP FLAGS LINK PROBE STATE net1 no ipmp0 ------- down disabled failed net7 yes ipmp0 --mbM-- up disabled ok # dladm show-phys LINK MEDIA STATE SPEED DUPLEX DEVICE net0 Ethernet up 0 unknown vnet0 net7 Ethernet up 10000 full ixgbevf7 net1 Ethernet down 10000 full ixgbevf4
Recuperación: realice los siguientes pasos.
Desasocie y asocie la interfaz con fallos.
# ipadm delete-ip net1 # ipadm create-ip net1
Vuelva a agregar el dispositivo al grupo ipmp.
# ipadm add-ipmp -i net1 ipmp0