Режим самообновления не работает с Cluster Aware Updating (CAU)
Я установил Cluster-Aware Updating (CAU), который работает, когда я запускаю его вручную, но не запускается по расписанию.
Я использую следующую команду, чтобы получить статус последнего запуска:
Get-CauReport -ClusterName 'ClusterName01' -Detailed -Last
Я получаю следующее исключение:
There was a failure in a Common Information Model (CIM) operation, that is, an operation performed by software that Cluster-Aware Updating depends on. The computer was
"ClusterName01", and the operation was "Contacting the Cluster-Aware Updating software on the cluster node.". The failure was: (CimException) The WinRM client sent a request to an
HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned by a HTTP server that does not support the WS-Management protocol.
HRESULT 0x80338113
Я включил службу WinRM с помощью следующих команд, но без помощи.
winrm qc
Enable-PSremoting
Исключение кажется общим. Я был бы очень признателен за любую помощь. Огромное спасибо.