Kickstart Configurator Problem - Red Hat Enterprise Linux server 5
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Kickstart Configurator Problem - Red Hat Enterprise Linux server 5
Hi all,
I have a server running Red Hat Enterprise Linux Server 5. I was trying to prepare a kickstart file using the Kickstart configurator, and when I come to the "package selection" part, I get a error message "Package Selection is disabled due to problems downloading package information"
re: Kickstart Configurator Problem - Red Hat Enterprise Linux server 5
Quote:
Originally Posted by sj_johney
Hi all,
I have a server running Red Hat Enterprise Linux Server 5. I was trying to prepare a kickstart file using the Kickstart configurator, and when I come to the "package selection" part, I get a error message "Package Selection is disabled due to problems downloading package information"
Any Idea, why I get this message?
Thank you all....
Regards
Johney
I am guessing that the system is not registered to RHN or to your local Satellite server, right?
What it is telling you is that it is looking for repository information and you have no repositories defined. You can either register the system with RHN or Satellite to access repo info through the yum-rhn-plugin, or create a rhel.repo file in /etc/yum.repos.d that looks something like this:
Obviously, you will substitute server.yourcompany.com with a server in your organization, and /path/to/blah with the path to the location into which you copied the install media.
Hope this helps
Thomas Cameron, RHCE, RHCI, CNE, MCSE, MCT
I am facing problem with the kickstart configuration. When i use system-config-kicstart. A new window is opened but package is disabled and popping error as Package selection is disabled due to problems downloading package informaiton. when i use system-config-packages. I can see the package information but in kickstart package selection is disabled. I think problem is with problem repository that i have created. Please check the steps that are given below
I copied whole rhel dvd into /var/ftp/rhel.
i copied comps-rhel5-server-core.xml and saved in /var/ftp/rhel/Server
i copied comps-rhel5-vt.xml and saved in /var/ftp/rhel/VT
I coped comps-rhel5-cluster.xml and saved in /var/ftp/rhel/Cluster
I coped comps-rhel5-cluster-st.xml and saved in /var/ftp/rhel/ClusterStorage
I removed the repodata direcotry from Server, VT, Cluster and ClusterStorage
# cd /var/ftp/rhel/Server/
# createrepo -g comps-rhel5-server-core.xml /var/ftp/rhel/Server/
# cd /var/ftp/rhel/VT
# createrepo -g comps-rhel5-server-vt.xml /var/ftp/rhel/VT
# cd /va/ftp/rhel/Cluster
# createrepo -g comps-rhel5-cluster.xml /var/ftp/rhel/Cluster
# cd /var/ftp/rhel/ClusterStorage
# createrepo -g comps-rhel5cluster-st.xml /var/ftp/rhel/ClusterStorage
Distribution: (Home)Opensolaris, Ubuntu, CentOS, (Work - AIX, HP-UX, Red Hat)
Posts: 2,043
Rep:
You might try using the kickstart file from root. I believe that is anacondaks.cfg or something like that. It will be autofilled with the options chosen during the server setup.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.