<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Handling error 1603 silently installed connection server VDM_IP_PROTOCOL_USAGE = ipv4 in Horizon Desktops and Apps</title>
    <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Handling-error-1603-silently-installed-connection-server-VDM-IP/m-p/2977555#M99694</link>
    <description>&lt;P&gt;I didn't find any KB for this specific error so my workaround is to prefer IPv4 over IPV6 + ommit VDM_IP_PROTOCOL_USAGE = ipv4 or i still get this error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows#use-registry-key-to-configure-ipv6" target="_blank"&gt;https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows#use-registry-key-to-configure-ipv6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;IPv6 Functionality Registry value and comments&lt;BR /&gt;Prefer IPv4 over IPv6 Decimal 32&lt;BR /&gt;Hexadecimal 0x20&lt;BR /&gt;Binary xx1x xxxx&lt;/P&gt;&lt;P&gt;Recommended instead of disabling IPv6.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 32 /f&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;That line added as an application before a restart in the tasksequence to deploy the Connection Server solved the issue (notice the 32 at the end).&lt;/P&gt;&lt;P&gt;Why did i choose ipv4 for Horizon connection server ?&lt;/P&gt;&lt;P&gt;Because i plan to setup trueSSO with Horizon Enrollment server that support only ipv4,&lt;/P&gt;&lt;P&gt;and also because Unified Access Gateway can handle dual ipv4 and ipv6 &lt;A href="https://docs.vmware.com/en/VMware-Horizon/2303/horizon-installation/GUID-AE561E5A-786F-4BE5-AB63-1CD9F2FD3B67.html" target="_blank"&gt;https://docs.vmware.com/en/VMware-Horizon/2303/horizon-installation/GUID-AE561E5A-786F-4BE5-AB63-1CD9F2FD3B67.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jul 2023 13:35:54 GMT</pubDate>
    <dc:creator>AbbedSedkaoui</dc:creator>
    <dc:date>2023-07-15T13:35:54Z</dc:date>
    <item>
      <title>Handling error 1603 silently installed connection server VDM_IP_PROTOCOL_USAGE = ipv4</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Handling-error-1603-silently-installed-connection-server-VDM-IP/m-p/2977554#M99693</link>
      <description>&lt;P&gt;Hi, i got this error while doing silent install, here the log:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;serverInstUtil: 07/07/23 10:06:38 Attempting to resolve localhost
serverInstUtil: 07/07/23 10:06:38 localhost IPv4 address is 127.0.0.1
serverInstUtil: 07/07/23 10:06:38 localhost IPv6 address is ::1
serverInstUtil: 07/07/23 10:06:38 vdmServerResolveHostName ERROR: Could not resolve localhost for IP mode ipv4
serverInstUtil: 07/07/23 10:06:38 Exiting custom action VMCheckOSPreReqs
CustomAction VM_CheckOSPreReqs returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Fin de l'action 10:06:38 : VM_CheckOSPreReqs. Valeur renvoyée 3.
Fin de l'action 10:06:38 : INSTALL. Valeur renvoyée 3.&lt;/LI-CODE&gt;&lt;P&gt;Since the graphical install default to ipv4 without issue, maybe the logic in the installer vdmServerResolveHostName check can be more relaxed ?&lt;/P&gt;&lt;P&gt;Horizon connection server version 2303&lt;BR /&gt;Windows server 2022&lt;/P&gt;&lt;P&gt;ping confirm that localhost resolve to IPv6 address ::1&lt;BR /&gt;I found it is the case on Windows following RFC3484 which prefer ipv6 stack since Windows Vista and Windows Server 2008.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 13:32:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Handling-error-1603-silently-installed-connection-server-VDM-IP/m-p/2977554#M99693</guid>
      <dc:creator>AbbedSedkaoui</dc:creator>
      <dc:date>2023-07-15T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Handling error 1603 silently installed connection server VDM_IP_PROTOCOL_USAGE = ipv4</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Handling-error-1603-silently-installed-connection-server-VDM-IP/m-p/2977555#M99694</link>
      <description>&lt;P&gt;I didn't find any KB for this specific error so my workaround is to prefer IPv4 over IPV6 + ommit VDM_IP_PROTOCOL_USAGE = ipv4 or i still get this error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows#use-registry-key-to-configure-ipv6" target="_blank"&gt;https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows#use-registry-key-to-configure-ipv6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;IPv6 Functionality Registry value and comments&lt;BR /&gt;Prefer IPv4 over IPv6 Decimal 32&lt;BR /&gt;Hexadecimal 0x20&lt;BR /&gt;Binary xx1x xxxx&lt;/P&gt;&lt;P&gt;Recommended instead of disabling IPv6.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 32 /f&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;That line added as an application before a restart in the tasksequence to deploy the Connection Server solved the issue (notice the 32 at the end).&lt;/P&gt;&lt;P&gt;Why did i choose ipv4 for Horizon connection server ?&lt;/P&gt;&lt;P&gt;Because i plan to setup trueSSO with Horizon Enrollment server that support only ipv4,&lt;/P&gt;&lt;P&gt;and also because Unified Access Gateway can handle dual ipv4 and ipv6 &lt;A href="https://docs.vmware.com/en/VMware-Horizon/2303/horizon-installation/GUID-AE561E5A-786F-4BE5-AB63-1CD9F2FD3B67.html" target="_blank"&gt;https://docs.vmware.com/en/VMware-Horizon/2303/horizon-installation/GUID-AE561E5A-786F-4BE5-AB63-1CD9F2FD3B67.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 13:35:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Handling-error-1603-silently-installed-connection-server-VDM-IP/m-p/2977555#M99694</guid>
      <dc:creator>AbbedSedkaoui</dc:creator>
      <dc:date>2023-07-15T13:35:54Z</dc:date>
    </item>
  </channel>
</rss>

