RecoverPoint for VMs:将更多 vRPA 添加到现有群集失败,错误“无法执行部署后配置 VRPAs

Summary: 将其他 vRPA 添加到现有群集时失败,并显示错误“could not execute post deploy config VRPAs”(无法执行部署后配置 VRPA)。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

将其他 vRPA 添加到现有群集时失败,并显示以下错误:
​​​could not execute post deploy config VRPAs.
 
添加额外 vRPA 时 RecoverPoint 失败
图 1:添加额外 vRPA 时 RecoverPoint 失败

RecoverPoint 日志:
2022-12-07 06:31:10,455 [pool-7-thread-1] (BaseAction.java:42) ERROR - CreateAndAttachIOFilterDeviceAction Failed.
com.emc.recoverpoint.connectors.actions.infra.ActionFailedException: Failed to find JAM PBM profile

来自所添加的新 vRPA 的安装日志: 
2022-09-13 04:29:11,312 [pool-7-thread-1] (GetJirafPolicyAction.java:40) WARN  - Failed to find JIRAF PBM profile for cluster ClusterUID(id=xxxxxxxxxxxxxxx)
2022-09-13 04:29:11,314 [pool-7-thread-1] (ExecutePostDeployConfigVRPAsCommand.java:85) ERROR - Failed to create RP device for vm: VmUuid(super=Uuid(uuid=aaaaaaaa-bbbb-ffff-eeee-ddddddddd), vcUuid=VcUuid(super=Uuid(uuid=eeeeee-cccc-rrrr-ssss-ffffffffff)))
2022-09-13 04:29:11,314 [CommandWorker-2] (Command.java:88) ERROR - Command#run() ServerException errorType[EXCEPTION] errorMessage[Exception. Failed executing CreateAndAttachRPDeviceAction.] failure UID: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee
:
2022-09-08 05:03:07,734 [pool-7-thread-1] (BasePBMCommand.java:33) DEBUG - Executing PBM Command: PbmRetrieveContentCommand BasePBMCommand(super=com.emc.recoverpoint.connectors.vi.infra.pbm.PbmRetrieveContentCommand@a50a0887, pbmProxy=com.emc.recoverpoint.connectors.vi.infra.PBMProxy@db413f60)
2022-09-08 05:03:07,774 [pool-7-thread-1] (BasePBMCommand.java:39) DEBUG - Finished executing PBM Command: PbmRetrieveContentCommand with return value: [com.vmware.pbm.PbmCapabilityProfile@ed9ba2b4, 
:
2022-09-08 05:03:07,774 [pool-7-thread-1] (GetJirafPolicyAction.java:40) WARN  - Failed to find JIRAF PBM profile for cluster ClusterUID(id=xxxxxxxxxxxxxxxxxxxx)
2022-09-08 05:03:07,774 [pool-7-thread-1] (BaseAction.java:74) DEBUG - Action finished: GetJirafPolicyAction result: null
2022-09-08 05:03:07,776 [pool-7-thread-1] (BaseAction.java:42) ERROR - CreateAndAttachIOFilterDeviceAction Failed.
ClusterLogic 来自站点控制 vRPA 的日志:
2022/09/13 04:29:11.498 [pool-13-thread-783] (GeneralUtils.java:75) ERROR - could not execute post deploy config VRPAs.
com.emc.recoverpoint.cluster_logic.inner_model.exception.RpaAdapterException: Exception. Failed executing CreateAndAttachRPDeviceAction.
        at com.emc.recoverpoint.cluster_logic.cl_rpa_adapter_core.calls.BaseRpaCall.logAndThrow(BaseRpaCall.java:53)
        at com.emc.recoverpoint.cluster_logic.cl_rpa_adapter_core.calls.BaseRpaCall.call(BaseRpaCall.java:39)
        at com.emc.recoverpoint.cluster_logic.cl_rpa_adapter_core.RpaAdapterImpl.executePostDeployConfigVRPAs(RpaAdapterImpl.java:182)
        at com.emc.recoverpoint.deployment.task.ExposeVirtualRepositoryAndConfigVirtualRPATask.perform(ExposeVirtualRepositoryAndConfigVirtualRPATask.java:87)
        at com.emc.recoverpoint.deployment.task.ExposeVirtualRepositoryAndConfigVirtualRPATask.perform(ExposeVirtualRepositoryAndConfigVirtualRPATask.java:28)
        at com.emc.recoverpoint.utils.javainfra.status.tasks.Task.executeSync(Task.java:91)
        at com.emc.recoverpoint.utils.javainfra.status.tasks.Task.call(Task.java:142)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:823)
Caused by: java.lang.RuntimeException: Exception. Failed executing CreateAndAttachRPDeviceAction.
        at com.emc.recoverpoint.cluster_logic.proxy.BaseInstallationServerAdapter.getResultFromTransaction(BaseInstallationServerAdapter.java:318)
        at com.emc.recoverpoint.cluster_logic.proxy.BaseInstallationServerAdapter.getTransactionResult(BaseInstallationServerAdapter.java:244)
        at com.emc.recoverpoint.cluster_logic.proxy.BaseInstallationServerAdapter.getTransactionResult(BaseInstallationServerAdapter.java:185)
        at com.emc.recoverpoint.cluster_logic.proxy.BaseInstallationServerAdapter.getTransactionResult(BaseInstallationServerAdapter.java:181)
        at com.emc.recoverpoint.cluster_logic.proxy.InstallationServerClientImpl.executePostDeployConfigVRPAs(InstallationServerClientImpl.java:405)
        at com.emc.recoverpoint.cluster_logic.cl_rpa_adapter_core.calls.ExecutePostDeployConfigVRPAsCall.innerCall(ExecutePostDeployConfigVRPAsCall.java:24)
        at com.emc.recoverpoint.cluster_logic.cl_rpa_adapter_core.calls.ExecutePostDeployConfigVRPAsCall.innerCall(ExecutePostDeployConfigVRPAsCall.java:12)
        at com.emc.recoverpoint.cluster_logic.cl_rpa_adapter_core.calls.BaseRpaCall.call(BaseRpaCall.java:37)
        ... 9 more
2022/09/13 04:29:11.498 [pool-13-thread-783] (Task.java:116) DEBUG - ExposeVirtualRepositoryAndConfigVirtualRPATask: task: Exposing repository volume to vRPA 3.old status is: RUNNING, setting status to ERROR.
2022/09/13 04:29:11.498 [pool-13-thread-783] (Task.java:98) ERROR - ExposeVirtualRepositoryAndConfigVirtualRPATask :Task failed: Exposing repository volume to vRPA 3.

Cause

中的 RecoverPoint 群集 ID RecoverPoint_JCD 存储策略已被删除或更改为不正确的值。不应任意更改此值。

Resolution

解决办法:
在以下位置更新正确的 RecoverPoint 群集 ID 值 RecoverPoint_JCD 存储策略。

步骤:

  1. 在 vSphere Client 中,转至 策略和配置文件
  2. 从左侧列表中选择虚拟机存储策略
  3. 在右侧窗格中,勾选 RecoverPoint_JCD_xxxxxxxxxxx
  4. 单击 EDIT以打开 Edit VM Storage Policy屏幕
  5. 单击 3-Host-based services旁边的
  6. 单击右侧的 “Replication” 选项卡
  7. RecoverPoint 群集旁边的字段中输入正确的值
  8. 单击 “下一步 ”以完成作
提醒:如果原始 RecoverPoint 群集 ID 值不再可用,请联系戴尔 支持中心 或您的服务代表寻求帮助。请参考此戴尔文章 ID。

Affected Products

RecoverPoint for Virtual Machines

Products

VxRail, RecoverPoint
Article Properties
Article Number: 000207399
Article Type: Solution
Last Modified: 15 Oct 2025
Version:  5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.