重新綁定如何在 VMAX 中運作?

概要: 本知識庫文章說明重新連線如何在 VMAX 中運作,以及如何重新結合以變更綁定集區。

この記事は次に適用されます: この記事は次には適用されません: この記事は、特定の製品に関連付けられていません。 すべての製品パージョンがこの記事に記載されているわけではありません。

手順

問題

重新綁定如何在 VMAX 中運作?

事實

必須使用 Solutions Enabler 7.2 版及更新版本!

以下列出可將瘦裝置重新裝回另一個集區的需求和限制:

  • 瘦裝置必須處於綁定狀態,才能發出重新系結。
  • 新的系結必須符合新集區的超載比例。
  • 如果範圍內的裝置、裝置群組或儲存群組系結到不同的集區,則所有裝置都會導入指定的集區。
  • 如果瘦裝置是受到 FAST 管理的儲存群組的一部分,則瘦裝置只能系結至與儲存群組相關聯之 FAST 原則的層級中的集區。因此,裝置只能導入原則中的集區。
  • 如果正在傳回的所有裝置都已綁定至目的地集區,就會傳回錯誤。如果某些裝置系結至與目前綁定範圍不同的集區,CLI 作業將會傳回成功狀態。
  • 在任何一個會話中,只能在同一個裝置上執行一個系結、取消系結或重新系結的作業。
  • 當需要將資料連同重新連線一起遷移時,應使用症狀 (又稱 vlun 遷移)。請參閱 VCE 文章4736:如何生動地將資料移轉至 VMAX 中的不同集區?

答案

它可讓瘦裝置重新連線至其他集區,而不會移動其資料或遺失任何資料。重新連線只需變更綁定組態即可。重新綁定動作完成後,所有對瘦裝置的新配置都將移至新系結的集區。在「檔案」中可在裝置、儲存群組、一致性群組和任意裝置層級運作。

將 FC 集區上的裝置 3153 重新連線至 SATA 集區。
>symcfg list -tdev -bound -detail -gb -sg apple_sean -sid xxx

Symmetrix ID: 000xxxxxxxxx

Enabled Capacity (GBs) :    15146.9
Bound   Capacity (GBs) :       16.0

                     S Y M M E T R I X   T H I N   D E V I C E S
--------------------------------------------------------------------------------------
                                     Pool         Pool           Total      Compressed
        Bound      Flags      Total  Subs      Allocated        Written     Size/Ratio
Sym   Pool Name    ESPT         GBs   (%)        GBs (%)        GBs (%)        GBs (%)
----- ------------ ----- ---------- ----- ---------- --- ---------- --- ---------- ---
03153 AAA_PK_FC_1  F..B        16.0    42          0   0        0.1   0        0.0   0
      AAA_PK_SATA  -.--           -     -          0   0          -   -        0.1   0

Total                    ---------- ----- ---------- --- ---------- --- ---------- ---
  GBs                          16.0     0        0.1   0        0.1   0        0.1   0
 

在 SE 7.x 中使用 symconfigure。如果您是 8.x,則會失敗並顯示下列訊息。
>symconfigure -sid xxx -cmd "rebind tdev 3153 to pool AAA_PK_SATA;" prepare

Execute a symconfigure operation for symmetrix '000xxxxxxxxx' (y/[n]) ? y

A Configuration Change operation is in progress. Please wait...

    Establishing a configuration change session...............Established.

    Error occurred while Defining change number 1:
    The requested feature is not supported for this microcode or SYMAPI version
    Terminating the configuration change session..............Done.

The configuration change session has failed.
>symcli
Symmetrix Command Line Interface (SYMCLI) Version V8.0.2.0 (Edit Level: 2004)
built with SYMAPI Version V8.0.2.0 (Edit Level: 2004)
 

錯誤訊息也可以在 C:\Program Files\EMC\SYMAPI\log\symapi-yyyymmdd.log 確認。
10/17/2016 21:35:29.456  17620  20324 EMC:SYMCONFIGURE          iSymConfigChangeSess Starting a local CfgChg session for SID 000xxxxxxxxx, symapi V8.0-2004 (2.0) ucode 5876
10/17/2016 21:35:29.654  17620  20324     Establishing session with Local cfg srvr (000xxxxxxxxx)...Established.
10/17/2016 21:35:29.654  17620  20324     Session ID    5499136 (0x0053e900)
10/17/2016 21:35:36.405  17620  20324       SymConfigChange Define error in dfn 1:
10/17/2016 21:35:36.406  17620  20324       rebind tdev 03153 to pool AAA_PK_SATA;
10/17/2016 21:35:36.406  17620  20324       The requested feature is not supported for this microcode or SYMAPI version.
10/17/2016 21:35:36.409  17620  20324 EMC:SYMCONFIGURE          User Generated       The requested feature is not supported for this microcode or SYMAPI version
10/17/2016 21:35:36.476  17620  20324     Terminating session with configuration server.............Done.
 
功能在 8.x 後移至 symdev 命令。從 FC 重新連線到 SATA 集區之 Dev 3153 的範例。
>type 1.txt
03153
>symdev -f 1.txt rebind -pool AAA_PK_SATA -sid xxx
Execute a 'Rebind' operation for devices in file '1.txt' (y/[n]) ? y
'Rebind' operation succeeded for devices in file '1.txt'.

>symcfg list -tdev -bound -detail -gb -sg apple_sean -sid xxx

Symmetrix ID: 000xxxxxxxxx

Enabled Capacity (GBs) :    15146.9
Bound   Capacity (GBs) :       16.0

                     S Y M M E T R I X   T H I N   D E V I C E S
--------------------------------------------------------------------------------------
                                     Pool         Pool           Total      Compressed
        Bound      Flags      Total  Subs      Allocated        Written     Size/Ratio
Sym   Pool Name    ESPT         GBs   (%)        GBs (%)        GBs (%)        GBs (%)
----- ------------ ----- ---------- ----- ---------- --- ---------- --- ---------- ---
03153 AAA_PK_SATA  F..B        16.0   160          0   0        0.1   0        0.1   0

Total                    ---------- ----- ---------- --- ---------- --- ---------- ---
  GBs                          16.0     0        0.1   0        0.1   0        0.1   0
 

その他の情報

 
VCE 系統 Vblock 系列 700
元件 Vmax

対象製品

VMAX
文書のプロパティ
文書番号: 000205223
文書の種類: How To
最終更新: 05 6月 2023
バージョン:  2
質問に対する他のDellユーザーからの回答を見つける
サポート サービス
お使いのデバイスがサポート サービスの対象かどうかを確認してください。