If you cannot use TLS to enable encrypted network traffic between IBM Spectrum® Protect
Plus Hyper-V servers, you must configure WinRM on the
host to allow unencrypted network traffic. Ensure that you understand the security risks that are
associated with allowing unencrypted network traffic.
Procedure
To configure WinRM for connection to Hyper-V hosts:
-
On the Hyper-V host system, log in with an administrator account.
-
Open a Windows command prompt. If User Account Control (UAC) is enabled, you must open the
command prompt with elevated privileges by running with the Run as
administrator option enabled.
-
Enter the following command to configure WinRM to allow unencrypted network traffic:
winrm s winrm/config/service @{AllowUnencrypted="true"}
-
Verify that the AllowUnencrypted option is set to true through the following
command:
winrm g winrm/config/service