Hi Julio,
Hope you're doing well.
- One solution is to use the 'netsh' command on the Hyper-V host to enable the iSCSI service and remote volume management. This can be done using the following commands:
netsh advfirewall firewall set rule group="iSCSI Service" new enable=yes
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes
This might help you access the iSCSI target without the cluster service.
- Another approach is to add a new target portal address from a PowerShell command prompt using the 'new-iscsitargetportal' command. This can help you connect to the iSCSI target directly.
I hope these steps help you access the contents of your iSCSI target. If you need further assistance, feel free to ask!
Best Regards