Bug 1176143

Summary: "No more mirrors to try" error during RHEL 7 kickstart
Product: Red Hat Satellite 5 Reporter: Fotios Tsiadimos <ftsiadim>
Component: ProvisioningAssignee: Stephen Herr <sherr>
Status: CLOSED NOTABUG QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-19 15:15:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fotios Tsiadimos 2014-12-19 14:35:59 UTC
Description of problem:

During the early stage of kickstart, it complained about 2 files:
update.img and product.img ,  (http://[satellite-server]/ks/dist/ks-rhel-x86_64-server-7-7.0/images/update.img  and product.img,  the anaconda got HTTP 404 error) and thus the installation going into a text-only mode (it did finished kickstart eventually).
Do you know where can I get those 2 img files on Satellite server?  I couldn't find them on RHEL7 DVD either.   Please advise.


[root@sat5 pxeboot]# grep 192.168.100.177 /var/log/httpd/*log |grep .img
/var/log/httpd/access_log:192.168.100.177 - - [16/Dec/2014:10:20:58 -0500] "GET /ks/dist/ks-rhel-x86_64-server-7-7.0/LiveOS/squashfs.img HTTP/1.1" 200 272293888 "-" "curl/7.29.0"
/var/log/httpd/access_log:192.168.100.177 - - [16/Dec/2014:10:21:14 -0500] "GET /ks/dist/ks-rhel-x86_64-server-7-7.0/images/updates.img HTTP/1.1" 404 4148 "-" "curl/7.29.0"
/var/log/httpd/access_log:192.168.100.177 - - [16/Dec/2014:10:21:14 -0500] "GET /ks/dist/ks-rhel-x86_64-server-7-7.0/images/product.img HTTP/1.1" 404 4148 "-" "curl/7.29.0"
/var/log/httpd/ssl_access_log:192.168.100.177 - - [16/Dec/2014:11:24:09 -0500] "GET /XMLRPC/GET-REQ/rhel-x86_64-server-7/getPackage/qemu-img-1.5.3-60.el7_0.10.x86_64.rpm HTTP/1.1" 200 618248
/var/log/httpd/ssl_request_log:[16/Dec/2014:11:24:09 -0500] 192.168.100.177 TLSv1 DHE-RSA-AES128-SHA "GET /XMLRPC/GET-REQ/rhel-x86_64-server-7/getPackage/qemu-img-1.5.3-60.el7_0.10.x86_64.rpm HTTP/1.1" 618248


Version-Release number of selected component (if applicable):
satellite 5.6

kickstart clietn RHEL7

How reproducible:

kickstart a RHEL7 machine on satellite5 then watch the logs:

# grep <ip of the system> /var/log/httpd/*log |grep .img

The installation finsihed but we received the above errors

Comment 1 Stephen Herr 2014-12-19 15:15:46 UTC
That's perfectly normal. Those files are not supposed to exist. Anaconda is compatible with several different types of sources for what it will be installing, and it guesses at things until it finds what it's looking for.

Text mode is default for Satellite kickstarts unless you've explicitly changed that in Systems -> Kickstart -> Profiles -> <profile> -> Kickstart Details -> Advanced Options by unselecting "text" and selecting "graphical" instead.

This all seems like perfectly normal behavior to me, and it sounds like everything is working properly. Closing as NotABug.