Hi,
I need to get rid off some old conf from some of the cluster & in that some host where iscsi settings exits.
I am talking about the - Configuration tab - storage adapter - software or hardware iscsi apterter - properties - dy discover/static discover/ netwrk conf ..
1. List it per server
2. Remove it
all i got when google is
Get-IScsiHbaTarget -Address xxx -Type Send | Remove-IScsiHbaTarget
Then i tried some combinations but so desired result. Can someone pls give some scrtipt or cmd for this ?
↧
Get-IScsiHbaTarget -Address xxx -Type Send | Remove-IScsiHbaTarget
↧