Hi,
It sounds like you're encountering a HostAgentFail (2912) error when trying to mount ISO files or use templates in SCVMM 2019. This error often relates to issues with the WS-Management service or the VMM agent on the host server.
Here are some steps you can take to troubleshoot and resolve this issue:
- Ensure the WS-Management (WinRM) service is installed and running on the server "VMHOST22". You can do this by running the command:
winrm quickconfig
- This command will start the WinRM service, set it to auto-start, and configure a listener for WS-Management protocol messages.
- Ensure that the VMM agent is installed and running on "VMHOST22". You can check the VMM agent status by reviewing the VMM agent installation log file located in the
%systemdrive%\ProgramData\VMMLogs
directory. - Ensure that the necessary ports for VMM communication are open and not blocked by a firewall. VMM typically uses TCP ports 443, 5985, and 5986[2].
By following these steps, you should be able to identify and resolve the issue causing the error. If the problem persists, you might want to refer to the detailed troubleshooting guide provided by Microsoft.
HostAgentFail (2912) error in SCVMM activities - Virtual Machine ...
Feel free to ask if you need further assistance or have any other questions!