Network and Storage Protocols
Network and Storage Protocols
Does anybody know the command to remove an interface from being included in iSCSI?
When I go into Protocols > iSCSI it shows vif0 as being included which I dont want. I only want vif1 to be used for iSCSI.
Please help. Thanks
Solved! See The Solution
From the CLI
Type : iscsi interface show
( This will list all the interfaces where iscsi is enabled as protocol).
To remove a particular interface you have to remove it :
iscsi interface disable <interface-list>
cheers!
@bakshana
From the CLI
Type : iscsi interface show
( This will list all the interfaces where iscsi is enabled as protocol).
To remove a particular interface you have to remove it :
iscsi interface disable <interface-list>
cheers!
@bakshana
Thanks Bakshana. This helped me out.
Thanks Gavin, Please mark the Question as answered. It will help someone in future.