command - Failed to logout of iscsi target using iscsicli TargetLogout in Windows -


i used iscsicli commands configure iscsi configuration windows. when logged out of target, happening successfully. when rebooting system again can see configure iscsi details. , not able use "removetarget" or "persistant" related commands.

there difference between targets added manually (addtarget), , added via discovery. latter, need remove target portal, refresh list of targets. can see list of target portals with:

iscsicli listtargetportals 

it's target listed here. remove following command (this example 172.16.1.1):

iscsicli removetargetportal 172.16.1.1 3260 

then rebuild list of targets (with "t" force update):

iscsicli listtargets t 

another possibility: there persistent or "favorite targets", can view

iscsicli listpersistenttargets 

the command line remove these complex. may have better luck using iscsi initiator gui application (iscsicpl), , removing them manually under "favorite targets" tab.

reference: http://www.mombu.com/microsoft/windows-storage/t-iscsicli-problems-removing-targets-350229.html


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -