备份失败、并显示错误"主机未向SnapCenter服务器注册"
适用场景
- SnapCenter服务器(SC)
- 适用于Microsoft SQL Server的SnapCenter插件(SCSQL)
问题描述
- 如果SC正在查找未在SC中注册的SCSQL主机名、则备份将失败。
- SC正在通过
GetDomain调用来联系域 以获取主机名,并获得EMPTY响应,如 <JobID><Date_Time>中所示:
INFO SMCore_<JobID> PID=[xxxx] TID=[xxxx]Start - GetHostName
INFO SMCore_<JobID> PID=[xxxx] TID=[xxxx] Account details: bypassdomain False
DEBUG SMCore_<JobID> PID=[xxxx] TID=[xxxx] Resolving host name =localhost
DEBUG SMCore_<JobID> PID=[xxxx] TID=[xxxx] REST URL: https://<hostname>:8145/SMCoreHostManagementService/GetDomain
DEBUG SMCore_<JobID> PID=[xxxx] TID=[xxxx] Invoke: Request Data: ****************************
<?xml version="1.0" encoding="utf-16"?><SmGetDomainRequest ... SmGetDomainRequest>
DEBUG SMCore_<JobID> PID=[xxxx] TID=[xxxx] Basic: HTTPS URL : https://<Hostname>:8145/SMCoreHostManagementService/GetDomain
DEBUG SMCore_<JobID> PID=[xxxx] TID=[xxxx] Invoke: Response Data: ****************************
<?xml version="1.0" encoding="utf-16"?><SmGetDomainResponse EMPTY /></SmGetDomainResponse>
DEBUG SMCore_<JobID> PID=[xxxx] TID=[xxxx] Host [localhost] resolved to [<Hostname>]
INFO SMCore_<JobID> PID=[xxxx] TID=[xxxx]End – GetHostName
ERROR SMCore_<JobID> PID=[xxxx] TID=[xxxx]Cannot retrieve storage connection setting from SMS server.
ERROR SMCore_<JobID> PID=[xxxx] TID=[xxxx] Response error:Host '<Hostname>' is not registered with SnapCenter Server.
- 此外、还会出现以下错误。
<Date_Time>.log <JobID>:
DEBUG SnapManagerWeb_<JobID> PID=[xxxx] TID=[xxxx] Host (xHistDB01) exists = False
ERROR SnapManagerWeb_<JobID> PID=[xxxx] TID=[xxxx] ErrorCode (121), ErrorMessage (Host '<Hostname>' is not registered with SnapCenter Server.)
<Date_Time>.log <JobID>:
ERROR SCW_<JobID> PID=[xxxx] TID=[xxxx] Cannot retrieve storage connection setting from SMS server.
ERROR SCW_<JobID> PID=[xxxx] TID=[xxxx] Response error: Host 'Hostname' is not registered with SnapCenter Server.