CNAME Configuration Issues and Solutions for NetSuite

Resolve CNAME configuration issues in NetSuite to ensure your CDN identifies your website correctly and improve site performance.

·2 min read·View Oracle Docs

CNAME configuration errors can disrupt your site's connectivity and performance. Properly setting your CNAME record allows the Content Delivery Network (CDN) to recognize and redirect traffic to your website effectively. This article outlines common configuration issues and offers steps to resolve these problems, ensuring that your website remains accessible and functioning optimally.

Understanding CNAME Configuration

A CNAME (Canonical Name) record serves as an alias for a domain, functioning similarly to a redirect. It is essential that this record is correctly configured in your DNS provider settings to allow the CDN to identify your site.

Example of Incorrect Configuration

Consider the following DNS answer section output:

none
;; ANSWER SECTION:
www.scaexample.com. 2997 IN A 123.123.123.123

This example indicates that the CNAME settings are not properly configured. For instructions on setting up your CNAME record correctly, see the appropriate documentation section.

Steps to Update Your CNAME Records

To properly configure your CNAME settings, follow these steps:

  1. Access Domain Management:

    • In NetSuite, navigate to Commerce > Hosting > Domains.
    • Click View next to your domain name.
  2. Note Your CNAME:

    • Find the CNAME (Alias) field within the Domain section. This automatically generated alias is crucial for CDN identification.
  3. Access Your DNS Provider:

    • Log in to your DNS provider's control panel and locate the DNS settings for your site domain.
  4. Update DNS Records:

    • Remove any existing A records and replace them with a new CNAME record using the alias noted earlier. Ensure you include the 'www.' prefix if it appears in your CNAME.
    • Example distinction: www.yourbusiness.com and yourbusiness.com are treated as distinct domains.
    • Be cautious with MX records; do not change them as it could disrupt email functionality.
  5. Revisit NetSuite:

    • Return to NetSuite, navigate to Commerce > Hosting > Domains, and click View next to your domain name again.
  6. Finalize Settings:

    • Enable the Use CDN Cache option in the Advanced section.
    • Click Save to apply your changes.

Important Notes

Changes in DNS settings can take time to propagate, often between a few hours to a full day. If issues persist after this period, consult the relevant documentation for troubleshooting common DNS problems.

Key Takeaways

  • CNAME records must be correctly configured for effective CDN operations.
  • Ensure distinct domains are correctly set up, particularly regarding the 'www.' prefix.
  • Monitor DNS propagation and troubleshoot as necessary for timely resolution.

Frequently Asked Questions (4)

How do I properly set up a CNAME record in NetSuite for CDN identification?
Access NetSuite and navigate to Commerce > Hosting > Domains, then click 'View' next to your domain name. Note the CNAME (Alias) field and update your DNS provider's settings by replacing existing A records with this CNAME record. Ensure any 'www.' prefixes are included as needed.
What should I be cautious about when updating my DNS records for NetSuite?
When updating your DNS records, ensure you remove existing A records and replace them with the CNAME record. Do not alter MX records, as this can disrupt email functionality.
What is the possible impact of incorrect CNAME configuration on a NetSuite-hosted site?
Improperly configured CNAME records can disrupt site connectivity and performance by preventing the CDN from properly identifying and redirecting traffic to your website.
What is the expected DNS propagation time after updating CNAME records in NetSuite?
DNS settings changes may take from a few hours to a full day to propagate. If problems persist beyond this period, refer to the documentation for troubleshooting common DNS issues.
Source: CNAME Configured Incorrectly Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →