Hello Rakri Aizat •
Follow
40,
When a NIC driver upgrade occurs, the iSCSI initiator often loses its persistent target mappings because the binding to the network interface is reset. The recommended way to restore them with iscsicli is to re‑add the targets and mark them persistent. First, enumerate the targets with iscsicli ListPersistentTargets to confirm they are missing. Then use iscsicli AddTarget <TargetName> <PortalAddress> followed by iscsicli PersistentLoginTarget <TargetName> <PortalAddress> T * * * * * * * * to re‑establish the session and ensure it survives reboots. If you have multiple portals, repeat for each. After the persistent login is restored, run iscsicli RefreshTargetPortal <PortalAddress> and bring the LUNs online in Disk Management or with Set-Disk -Number <n> -IsOffline $false. This procedure rebinds the sessions to the updated NIC driver and ensures the raw LUNs are accessible again.
If my answer is useful for you, please hit Accept the answer to support me.
Thank you,
HL.