Skip to content

[WIP]:DOCTEAM-2075-FQDN#634

Open
Amrita42 wants to merge 15 commits intomainfrom
DOCTEAM-2075
Open

[WIP]:DOCTEAM-2075-FQDN#634
Amrita42 wants to merge 15 commits intomainfrom
DOCTEAM-2075

Conversation

@Amrita42
Copy link
Copy Markdown
Contributor

PR creator: Description

Describe the overall goals of this pull request.

PR creator: Are there any relevant issues/feature requests?

  • bsc#...
  • jsc#...

PR reviewer: Checklist for editorial review

Apart from the usual checks, please double-check also the following:

@Amrita42 Amrita42 self-assigned this Jan 22, 2026
@Amrita42
Copy link
Copy Markdown
Contributor Author

Amrita42 commented Feb 4, 2026

SLES-fqdn_en.pdf

@Amrita42 Amrita42 requested a review from dariavladykina March 26, 2026 07:34
@Amrita42
Copy link
Copy Markdown
Contributor Author

@dariavladykina ptal thanks

Copy link
Copy Markdown
Contributor

@dariavladykina dariavladykina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Amrita, please see some suggestions here. Thanks!

<!-- S T R U C T U R E -->
<structure renderas="article" xml:id="fqdn" xml:lang="en">
<merge>
<title>Understanding FQDN </title>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<title>Understanding FQDN </title>
<title>Understanding and Configuring FQDNs</title>

</meta>

<!-- Social Media -->
<meta name="title" its:translate="yes">Introduction to FQDN</meta>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<meta name="title" its:translate="yes">Introduction to FQDN</meta>
<meta name="title" its:translate="yes">Configure FQDN on &sles; 16</meta>

</meta>

<!-- Search -->
<meta name="description" its:translate="yes">Use FQDN for a unique and absolute digital address that ensures internet traffic, emails and security certificates reach one specific server without any risk of ambiguity or misdirection.</meta>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<meta name="description" its:translate="yes">Use FQDN for a unique and absolute digital address that ensures internet traffic, emails and security certificates reach one specific server without any risk of ambiguity or misdirection.</meta>
<meta name="description" its:translate="yes">Use an FQDN as a unique digital address to ensure Internet traffic, e-mails and security certificates reach a specific server without any ambiguity</meta>


<!-- Social Media -->
<meta name="title" its:translate="yes">Introduction to FQDN</meta>
<meta name="social-descr" its:translate="yes">An FQDN is important because it provides a unique, globally recognized address that ensures internet traffic and security protocols, like SSL, reach the exact server intended without any ambiguity.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<meta name="social-descr" its:translate="yes">An FQDN is important because it provides a unique, globally recognized address that ensures internet traffic and security protocols, like SSL, reach the exact server intended without any ambiguity.
<meta name="social-descr" its:translate="yes">Set up an FQDN for unique server identification

<term>WHAT?</term>
<listitem>
<para>
An FQDN is essential because it provides a unique and global identity for a device, ensuring that internet traffic, SSL security certificates and email deliveries reach the exact intended server without any ambiguity.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
An FQDN is essential because it provides a unique and global identity for a device, ensuring that internet traffic, SSL security certificates and email deliveries reach the exact intended server without any ambiguity.
A Fully Qualified Domain Name (FQDN) is a network identifier that specifies a host’s exact location within the Domain Name System (DNS) hierarchy.

<abstract>
<para>
A system's FQDN is the absolute name returned by the <literal>resolver(3)</literal> library when queried for the local hostname.
It represents the complete hierarchy of the host, typically formatted as the hostname appended with the DNS domain name, for example; test.example.com.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
It represents the complete hierarchy of the host, typically formatted as the hostname appended with the DNS domain name, for example; test.example.com.
It represents the complete hierarchy of the host, typically formatted as the hostname appended with the DNS domain name; for example: test.example.com.

<important><para>
It is recommended not to set FQDN as the hostname in the <filename>/etc/hostname</filename> file , as it does not conform to RFC 1178 and may cause some applications to behave unexpectedly. For more information, refer:
<link xlink:href="https://www.ietf.org/rfc/rfc1178.txt"/>. </para>
<para>The recommended approach is to allow the resolver to discover a host's FQDN at run time, based on DNS information or entries in the <filename>/etc/hosts</filename> file.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<para>The recommended approach is to allow the resolver to discover a host's FQDN at run time, based on DNS information or entries in the <filename>/etc/hosts</filename> file.
<para>The recommended approach is to allow the resolver to discover a host's FQDN at
runtime, based on DNS information or entries in the <filename>/etc/hosts</filename> file.

<link xlink:href="https://www.ietf.org/rfc/rfc1178.txt"/>. </para>
<para>The recommended approach is to allow the resolver to discover a host's FQDN at run time, based on DNS information or entries in the <filename>/etc/hosts</filename> file.
Note that &systemd; uses the content of the <filename>/etc/hostname</filename> file as is.</para></important>
<para>To configure FQDN, you can use the command-line or directly edit the specific files.</para>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<para>To configure FQDN, you can use the command-line or directly edit the specific files.</para>
<para>To configure an FQDN, you can use the command-line or directly edit the specific files.</para>

Note that &systemd; uses the content of the <filename>/etc/hostname</filename> file as is.</para></important>
<para>To configure FQDN, you can use the command-line or directly edit the specific files.</para>
<itemizedlist>
<listitem><para>To configure a FQDN on a &sles; 16 system, run:</para>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<listitem><para>To configure a FQDN on a &sles; 16 system, run:</para>
<listitem><para>To configure an FQDN on a &sles; 16 system, run:</para>

<variablelist>
<varlistentry>
<term><emphasis>Check the DNS records</emphasis></term>
<listitem> <para>If your FQDN is not resolving, verifying your DNS records.A record maps your domain to an IP address. Ensure it points to the correct server.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<listitem> <para>If your FQDN is not resolving, verifying your DNS records.A record maps your domain to an IP address. Ensure it points to the correct server.
<listitem> <para>If your FQDN is not resolving, verify your DNS records. A record maps your domain to an IP address. Ensure it points to the correct server.

Copy link
Copy Markdown
Contributor

@dariavladykina dariavladykina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Amrita, please see some suggestions here. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants