Hello,
If the ports are missing in sysconfig -v, likely there's a dead PCIe switch which requires a PCM replacement.
e0e-e0h are UTA2 ports, so first you need to check if it's actually missing or not.
Possibly, It would have been configured for FC, which won't show e0e-e0h in sysconfig -v but only shows 0e-0h
you can check the port personality using the command "ucadmin show" , if the mentioned ports shows as FC mode then it needs to be changed to CNA.
- network fcp adapter modify -node node_name -adapter adapter_name -status-admin down
- ucadmin modify -node node_name -adapter adapter_name -mode cna
Reboot the node, and then bring the adapter online.