DP10.60 Import Client失败,报错12:1025 Import host failed.

Description:

The host information cannot be added/updated in the Cell Manager configuration file.

如下图:

问题处理:

(1)Cell Manager端:

在/opt/omni/bin下,运行

[root]#./omnicc -secure_comm -configure_peer <Client hostname>  

Windows Client端(字符界面以管理员身份运行)

(2)Client端:

Client Windows:

C:WINDOWSsystem32>omnicc -secure_comm -configure_peer  <CM hostname>

Client Linux:

在/opt/omni/bin下,运行

[root]#./omnicc -secure_comm -configure_peer <Client hostname>

(3)GUI端选择“clients”模块,右键选择“import Client”,输入Cleint的主机名,类型选择“Data Protector Client”,勾选“Accept Fingerprint”选项。

若执行以上操作依旧import失败,执行步骤(4)

(4)在Cell Manager将Client主机名添加到异常列表,然后再导入:

Cell Manager端:

#cd /opt/omni/bin

[root]# ./omnicc -secure_comm -configure_exception (client hostname)

[root]#./omnicc -import_host (client hostname)

原文地址:https://www.cnblogs.com/rsrzrcj/p/15267934.html