Skip to main content
Solved

Error when install an Application Blueprint

  • October 8, 2018
  • 1 reply
  • 1687 views

Hi Everyone, Using CALM, I start a VM but can install an Apache (yum install httpd) via script.
I see the error: "script execution has failed with error Domain name not found"
My template is a CentOS without a domain. What's the exactly error?

Best answer by michaelhaigh

Hi Guif! First off, apologies about the lengthy delay.

Generally that sort of error indicates the lack of a DNS server set on the CentOS machine. As a test, you can add a nameserver to /etc/resolv.conf to see if it resolves your issue.

Longer term, DNS configuration is best handled during IP assignment, whether that's DHCP, AHV IPAM, or static.
This topic has been closed for replies.

1 reply

Forum|alt.badge.img
  • Nutanix Employee
  • Answer
  • September 12, 2019
Hi Guif! First off, apologies about the lengthy delay.

Generally that sort of error indicates the lack of a DNS server set on the CentOS machine. As a test, you can add a nameserver to /etc/resolv.conf to see if it resolves your issue.

Longer term, DNS configuration is best handled during IP assignment, whether that's DHCP, AHV IPAM, or static.