It seems that the only way I could get RHEL 6 to register is adding the following to the kickstart's %post stanza:

rhnreg_ks --serverUrl=https://xmlrpc.rhn.redhat.com/XMLRPC --sslCACert=/usr/share/rhn/RHNS-CA-CERT --activationkey=<activation key>

However, this uses up a "Management" entitlement. How can I accomplish this without using up our valuable "Management" entitlement?

Side note: Anyone know of canonical documentation with regards to what these entitlements actually entitle you for?)

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

What are the differences between Update, Management, Provisioning, and Monitoring Entitlements in RHN? https://access.redhat.com/kb/docs/DOC-11277

Looks like you can specific an activation key only for update subscriptions

How do I create an RHN activation key for automated RHN registration of my Red Hat Enterprise Linux systems? https://access.redhat.com/kb/docs/DOC-2475

(See the Resolution Step #5 - "Set Add-On Entitlements to "Provisioning" or "Management" depending on the needs of this system")

link|improve this answer
feedback

Use mrepo.

link|improve this answer
1  
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Bart De Vos Dec 6 '11 at 8:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.