I have a test storage volume on an ISCSI SAN connected to a M4000, this storage volume can now be deleted. I do I remove without affecting any other volumes the M4000 has mounted?
On the M4000 I do
iscsiadm list target -S
Target: iqn.2001-05.com.equallogic:0-8a0906-baf16ef08-2934ac1f3df4db7f-test
Alias: test
TPGT: 1
ISID: 4000002a0001
Connections: 1
LUN: 0
Vendor: EQLOGIC
Product: 100E-00
OS Device Name: /dev/rdsk/c3t6090A088F06EF1BA7FDBF43D1FAC3429d0s2
Target: iqn.2001-05.com.equallogic:0-8a0906-baf16ef08-2934ac1f3df4db7f-test
Alias: test
TPGT: 1
ISID: 4000002a0000
Connections: 1
LUN: 0
Vendor: EQLOGIC
Product: 100E-00
OS Device Name: /dev/rdsk/c3t6090A088F06EF1BA7FDBF43D1FAC3429d0s2
This didn't work
iscsiadm remove static-config iqn.2001-05.com.equallogic:0-8a0906-baf16ef08-2934ac1f3df4db7f-test
iqn.2001-05.com.equallogic:0-8a0906-baf16ef08-2934ac1f3df4db7f-test,: not found
Some examples have the IP appended to the end of the iqn - example
iscsiadm remove static-config iqn.2001-05.com.equallogic:0-8a0906-baf16ef08-2934ac1f3df4db7f-vulcan-test,10.100.0.5
But the IPs are used for other iSCSI volume, I'm worried that may impact the other volumes.
What is the best way of removing it.