PowerStore:辅助(复制)存储网络也可用作 iSCSI 网络并且无法删除。
摘要: 无法从 GUI 管理中删除重新创建的存储网络或其他辅助存储网络。
本文适用于
本文不适用于
本文并非针对某种特定的产品。
本文并非包含所有产品版本。
症状
配置了新的辅助网络(例如复制网络)的客户注意到其接口也用于 iSCSI 存储。
移除/删除该网络的选项将呈灰显,因此无法删除。
移除/删除该网络的选项将呈灰显,因此无法删除。
原因
按照设计原意,所有存储相关 IP 协议都使用存储网络资源。
在当前的 Powerstore 实现中,其用途不可分隔。
在当前的 Powerstore 实现中,其用途不可分隔。
解决方案
此问题被视为“设计意图”并记录在复制指南中:
在使用默认配置规划复制时,请考虑到端口也用于其他流量,例如 iSCSI 主机访问、迁移和文件的 I/O(仅限 PowerStore T 型号)。如果使用这些功能,建议使用专用接口规划复制。额外端口使用 ICW 中提供的或在 PowerStore Manager 的网络部分中添加的范围内的动态存储 IP 配置。
Dell EMC PowerStore:复制技术 (delltechnologies.com)
PowerStore T 型号的 Dell EMC PowerStore 网络指南
如果在强制删除辅助网络方面需要进一步的帮助,请联系戴尔支持并引用此知识库文章。
请注意,pstcli 也不提供任何删除网络的选项,因为它被标记为正在使用中。
在使用默认配置规划复制时,请考虑到端口也用于其他流量,例如 iSCSI 主机访问、迁移和文件的 I/O(仅限 PowerStore T 型号)。如果使用这些功能,建议使用专用接口规划复制。额外端口使用 ICW 中提供的或在 PowerStore Manager 的网络部分中添加的范围内的动态存储 IP 配置。
Dell EMC PowerStore:复制技术 (delltechnologies.com)
PowerStore T 型号的 Dell EMC PowerStore 网络指南
如果在强制删除辅助网络方面需要进一步的帮助,请联系戴尔支持并引用此知识库文章。
请注意,pstcli 也不提供任何删除网络的选项,因为它被标记为正在使用中。
其他信息
Powerstore CLI (PSTCLI) operations:
cli> network -id NW7 show
id = NW7
type = Storage
name = Replication
ip_version = IPv4
purposes = ISCSI
vlan_id = 40
prefix_length = 24
gateway =
mtu = 9000
reusable_id = 2
type_l10n = Storage
ip_version_l10n = IPv4
purposes_l10n = iSCSI
ip_pool_addresses:
id = IP24
name = Replication (1xx.1xx.40.xxx)
network_id = NW7
ip_port_id = IP_PORT2
appliance_id = A1
node_id = N1
address = 1xx.1xx.40.xxx
purposes = Storage_Iscsi_Target, External_Replication_Iscsi
purposes_l10n = Storage Iscsi Target, External Replication iSCSI Port
id = IP25
name = Replication (1xx.1xx.40.xxx)
network_id = NW7
ip_port_id = IP_PORT6
appliance_id = A1
node_id = N2
address = 1xx.1xx.40.xxx
purposes = Storage_Iscsi_Target, External_Replication_Iscsi
purposes_l10n = Storage Iscsi Target, External Replication iSCSI Port
cli> network -id NW7 delete
Operation Failed
messages:
code = 0xE0E200702003
severity = Error
message_l10n = Network 'Replication' could not be deleted since it is mapped to IP ports: IP_PORT2, IP_PORT6. Unmap all ports from the network before deleting it.
arguments = Replication, IP_PORT2, IP_PORT6
cli> network -id NW7 -remove_port_ids IP24
Command line parsing failed near "-remove_port_ids" token.
Syntax error.
cli> network -id NW7 scale -remove_port_ids IP_PORT2
Invalid Request
messages:
code = 0xE0E250701005
severity = Error
message_l10n = The IP port IP_PORT2 cannot be removed from the use by Storage network because it is used for External Replication.
arguments = IP_PORT2
cli> network -id NW7 scale -remove_port_ids IP_PORT6
Invalid Request
messages:
code = 0xE0E250701005
severity = Error
message_l10n = The IP port IP_PORT2 cannot be removed from the use by Storage network because it is used for External Replication.
arguments = IP_PORT2
cli>
cli> ip_port -id IP_PORT2 set -remove_current_usages ISCSI
Command line parsing failed near "-remove_current_usages" token. ===> no such option exist in pstcli
Syntax error.
cli> ip_port -id IP_PORT2 set -add_current_usages ISCSI
Invalid Request
messages:
code = 0xE0E600701002
severity = Error
message_l10n = The IP port IP_PORT2 does not support the addition of the following usages: ISCSI.
arguments = IP_PORT2, ISCSI
cli> ip_port -id IP_PORT2 set -add_current_usages External_Replication
Invalid Request
messages:
code = 0xE0E200702005
severity = Error
message_l10n = Multiple networks can be used for External_Replication. The target network identifier must be explicitly specified.
arguments = External_Replication
cli> network -id NW7 show
id = NW7
type = Storage
name = Replication
ip_version = IPv4
purposes = ISCSI
vlan_id = 40
prefix_length = 24
gateway =
mtu = 9000
reusable_id = 2
type_l10n = Storage
ip_version_l10n = IPv4
purposes_l10n = iSCSI
ip_pool_addresses:
id = IP24
name = Replication (1xx.1xx.40.xxx)
network_id = NW7
ip_port_id = IP_PORT2
appliance_id = A1
node_id = N1
address = 1xx.1xx.40.xxx
purposes = Storage_Iscsi_Target, External_Replication_Iscsi
purposes_l10n = Storage Iscsi Target, External Replication iSCSI Port
id = IP25
name = Replication (1xx.1xx.40.xxx)
network_id = NW7
ip_port_id = IP_PORT6
appliance_id = A1
node_id = N2
address = 1xx.1xx.40.xxx
purposes = Storage_Iscsi_Target, External_Replication_Iscsi
purposes_l10n = Storage Iscsi Target, External Replication iSCSI Port
cli> network -id NW7 delete
Operation Failed
messages:
code = 0xE0E200702003
severity = Error
message_l10n = Network 'Replication' could not be deleted since it is mapped to IP ports: IP_PORT2, IP_PORT6. Unmap all ports from the network before deleting it.
arguments = Replication, IP_PORT2, IP_PORT6
cli> network -id NW7 -remove_port_ids IP24
Command line parsing failed near "-remove_port_ids" token.
Syntax error.
cli> network -id NW7 scale -remove_port_ids IP_PORT2
Invalid Request
messages:
code = 0xE0E250701005
severity = Error
message_l10n = The IP port IP_PORT2 cannot be removed from the use by Storage network because it is used for External Replication.
arguments = IP_PORT2
cli> network -id NW7 scale -remove_port_ids IP_PORT6
Invalid Request
messages:
code = 0xE0E250701005
severity = Error
message_l10n = The IP port IP_PORT2 cannot be removed from the use by Storage network because it is used for External Replication.
arguments = IP_PORT2
cli>
cli> ip_port -id IP_PORT2 set -remove_current_usages ISCSI
Command line parsing failed near "-remove_current_usages" token. ===> no such option exist in pstcli
Syntax error.
cli> ip_port -id IP_PORT2 set -add_current_usages ISCSI
Invalid Request
messages:
code = 0xE0E600701002
severity = Error
message_l10n = The IP port IP_PORT2 does not support the addition of the following usages: ISCSI.
arguments = IP_PORT2, ISCSI
cli> ip_port -id IP_PORT2 set -add_current_usages External_Replication
Invalid Request
messages:
code = 0xE0E200702005
severity = Error
message_l10n = Multiple networks can be used for External_Replication. The target network identifier must be explicitly specified.
arguments = External_Replication
受影响的产品
PowerStore文章属性
文章编号: 000191976
文章类型: Solution
上次修改时间: 18 10月 2023
版本: 5
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。