Skip to main content

Troubleshooting "No such host is known" error

Learn how to troubleshoot connectivity between OneIQ Pulse and VMware® endpoints.

Alpha Team avatar
Written by Alpha Team
Updated this week

Prerequisites

You must have access to VMware vCenter.

You must have access to Windows Server where OneIQ Pulse is installed.

Overview

The error message "No such host is known" in VMware indicates that the system cannot resolve the hostname or domain name specified for the VMware component or resource. This error typically occurs when there is a problem with DNS resolution or the specified hostname cannot be found in the DNS records.

If connectivity issues occur between OneIQ Pulse and a VMware endpoint, the following error is displayed upon clicking the Details button:

Troubleshooting

  1. Access the OneIQ Pulse Server: Initiate a session on the machine where OneIQ Pulse is installed.

  2. Run Diagnostic Command: Run the following PowerShell command to test connectivity to the platform you're trying to connect to. In this example below, it's vCenter.

    • Launch the PowerShell terminal and execute the following command:

      Test-NetConnection -ComputerName <vCenter Hostname or IP Address> -Port <443>

    • Replace <vCenter Hostname or IP Address> with the actual hostname or IP address of your vCenter, Nutanix Prism Central Here are some examples:

      Test-NetConnection -ComputerName vcenter -Port 443 
      Test-NetConnection -ComputerName vcenter.domain.com -Port 443
      Test-NetConnection -ComputerName 172.16.2.3 -Port 443

  3. Analyze the Output: Review the results and compare them with the provided examples.

  4. Identify Connectivity Issues: If there’s a connectivity problem on port 443 between the OneIQ Pulse server and the VMware vCenter, proceed to the solution.

  5. Solution: Verify if the default VMware management API port (443) is in use, or if a custom one has been configured. For more details, refer to the article “Failed to connect to VMware management API”.

  6. Successful Connection: If the connection to the VMware vCenter management API is successful, no further action is required.

Did this answer your question?