네트워크 OS 설치 중 많은 네트워크 카드가 포함되어 있는 대형 구성을 사용하는 일부 x86 시스템에서 MSI-X 중단 벡터 부족에 대한 FMA 경고를 생성할 수 있습니다. 이러한 메시지는 문제가 되지 않으며 설치가 완료되고 시스템이 운영체제를 재부트하면 표시되지 않습니다.
FMA 경고 및 설명은 다음과 같이 표시됩니다.
fault.io.nic.config The network device failed to configure a feature. A(n) unsupported error has been detected during driver's attach context causing a(n) config service impact while involving the device's rx_ring subsystem.
임시해결책
이 문제를 수정하려면 GRUB 항목을 편집하여 부트 매개변수 ddi-msix-alloc-limit=2를 전달합니다.
$multiboot /ROOT/solaris/@/$kern $kern -B console=ttya -B $zfs_bootfs -B
ddi-msix-alloc-limit=2
예를 들면 다음과 같습니다.
$multiboot /ROOT/solaris/@/$kern $kern -B console=ttya -B $zfs_bootfs -B ddi-msix-alloc-limit=2