Bug 682364
Summary: | RHNS uses FQDN before DNS is available for lookups. | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | David Barr <redhat> |
Component: | Docs Deployment Guide | Assignee: | Lana Brindley <lbrindle> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 540 | CC: | cperry, mhideo, pnovotny |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-16 22:16:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 677505 |
Description
David Barr
2011-03-05 00:12:28 UTC
Whoops. That url swap did include the "--url" with the full URL path. Okay, I can turn this into a documentation bug, really easily. Can I get someone update Deployment Guide section 5.8.1.2.1. - "Configuring an Existing DHCP Server" to specify that DHCP configurations for bare metal kickstarts must include option domain-name $DOMAIN_NAME; option domain-name-servers $IP_ADDRESS1, $IP_ADDRESS2; This will allow the use of hostnames. Reseting assignee to default for component <para> Configure your DHCP server to point to your domain and IP addresses, by including the following lines. This will allow it to use hostnames to perform te installation: </para> <programlisting> option domain-name <replaceable>DOMAIN_NAME</replaceable>; option domain-name-servers <replaceable>IP_ADDRESS1</replaceable>, <replaceable>IP_ADDRESS2</replaceable>; </programlisting> LKB Taking this bug for verification. (In reply to comment #4) > <para> > Configure your DHCP server to point to your domain and IP addresses, by > including the following lines. This will allow it to use hostnames to perform > te installation: > </para> > <programlisting> > option domain-name <replaceable>DOMAIN_NAME</replaceable>; > option domain-name-servers <replaceable>IP_ADDRESS1</replaceable>, > <replaceable>IP_ADDRESS2</replaceable>; > </programlisting> > > LKB Verified in Satellite 5.4.1 "Getting Started Guide", section "2.5.1. Kickstarting from Bare Metal". This book has now been dropped to translation (RT#75265). No further updates can be accepted. Please raise a new bug for any changes. LKB 5.4.1 Satellite books are now available on docs.redhat.com. Please raise a new bug for any issues. LKB |