Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

PowerStore:セカンダリー「レプリケーション」ストレージ ネットワークはiSCSIネットワークとしても使用でき、削除できません。

Summary: 新しく再作成された、またはその他の手段で作成されたセカンダリー ストレージ ネットワークをGUI管理から削除することはできません。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

新しいセカンダリー ネットワーク(レプリケーション ネットワークなど)を構成したお客様が、そのインターフェイスがISCSIストレージでも使用できることを知っています。

そのようなネットワークの削除/消去はグレー表示されて、実行は不可能となります。

Cause

ストレージ ネットワーク リソースは、設計上、すべてのストレージ関連のIPプロトコルによって使用されます。
その目的は、Powerstoreの現在の実装では分離できません。

Resolution

これは「設計上」の問題と見なされており、レプリケーション ガイドには以下のように記載されています。

デフォルト設定を使用してレプリケーションを計画する場合は、iSCSIホスト アクセス、移行、およびファイル(PowerStore Tモデルのみ)のI/Oなどの他のトラフィックにもポートが使用されることを考慮してください。これらの機能を使用する場合は、専用インターフェイスを使用してレプリケーションを計画することをお勧めします。追加ポートは、ICWで指定された範囲またはPowerStore Managerのネットワーキング セクションで追加された範囲から、ダイナミック ストレージIPの設定を使用します。

Dell EMC PowerStore: Replication Technologies (delltechnologies.com)



Dell EMC PowerStore PowerStore Tモデル用ネットワーキング ガイドセカンダリー ネットワークの強制削除に関してさらにサポートが必要な場合は、Dellサポートにお問い合わせいただき、このナレッジ ベース記事を提示してください。

pstcliは、使用中としてフラグが設定されているため、これもまた、ネットワーク削除の可能性を明確にするものではないことに注意してください。

Additional Information

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

Article Properties


Affected Product

PowerStore

Last Published Date

18 Oct 2023

Version

5

Article Type

Solution