IP 位址對應報告者可產生一個 XML 文件,說明受保護虛擬機器及其預留位置 (依站台和復原計劃分組) 的 IP 內容。此資訊可協助您瞭解復原計劃的網路需求。

由於 IP 位址對應報告者必須連線到兩個站台,因此您可以在任意站台執行命令。系統將在命令執行時提示您提供每個站台的 vCenter Server 登入認證。

程序

  1. 登入位於受保護站台或復原站台的 Site Recovery Manager Server 主機,並開啟命令提示字元。
  2. 將工作目錄變更為 /opt/vmware/srm/bin/
  3. 執行 dr-ip-reporter 命令。
    • 如果您有包含單一 vCenter Server 執行個體的 Platform Services Controller,請執行下列命令:
      /opt/vmware/srm/bin/dr-ip-reporter --cfg "/opt/vmware/srm/conf/vmware-dr.xml" 
      --out path_to_report_file.xml 
      --uri "https://Platform_Services_Controller_address[:port]/lookupservice/sdk"

      此範例將 dr-ip-reporter 指向 Site Recovery Manager Servervmware-dr.xml 檔案,並針對與位於 https://Platform_Services_Controller_address 的 Platform Services Controller 相關聯的 vCenter Server 執行個體產生報告檔案。

    • 如果您有包含多個 vCenter Server 執行個體的 Platform Services Controller,則必須指定 --vcid 參數中的 vCenter Server 識別碼。
      /opt/vmware/srm/bin/dr-ip-reporter --cfg "/opt/vmware/srm/conf/vmware-dr.xml"
      --out "path_to_report_file.xml"
      --uri "https://Platform_Services_Controller_address[:port]/lookupservice/sdk"
      --vcid vCenter_Server_ID

      此範例將 dr-ip-reporter 指向 Site Recovery Manager Servervmware-dr.xml 檔案,並針對 ID 為 vCenter_Server_ID 的 vCenter Server 執行個體產生報告檔案。

      備註: vCenter Server 識別碼與 vCenter Server 名稱不同。
    • 若要將網路清單限制為僅特定復原計劃所需的網路,請在命令列中加入 --plan 選項:

      /opt/vmware/srm/bin/dr-ip-reporter --cfg "/opt/vmware/srm/conf/vmware-dr.xml"
      --out "path_to_report_file.xml"
      --uri "https://Platform_Services_Controller_address[:port]/lookupservice/sdk" 
      --plan recovery_plan_name