Created attachment 521939 [details] Add Subscriptions Pic Due to a change in how customers get their entitlements, we need to update the documentation to include a how-to for getting the entitlement (see attached screen shots), and then change the "wget" commands to reflect adding the --no-check-certificate flag and removing the --ca-certificate and --private-key flags.
Created attachment 521940 [details] Create Consumer Pic
Created attachment 521941 [details] Create Success Pic
Created attachment 521942 [details] Download Cert Pic
Created attachment 521943 [details] RHSM Overview Pic
Hi Chris, What version does this apply to? LKB
Hi Lana, 2.0 Cheers, Chris
(In reply to comment #6) > Hi Lana, > > 2.0 > > Cheers, > Chris On to it. L
Sorry Lana, we just did a release. You should be good to go now.
Revision 2-6. Please review on the stage for accuracy. LKB
I verified the entitlement section in stage using: http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Update_Infrastructure/2.0/html/Installation_Guide/sect-Installation_Guide-Installation_Requirements-Entitlements.html All steps with screenshots are clear. I tried them as well and generated the entitlements as RHUI consumers. I'll attach the screenshot in next comment.
Created attachment 525514 [details] download entitlements after adding new subscription
Lana, one more change is required. Now we need to change the procedure to download the iso in next section "2.3 Package Installation" After generating the entitlement certs from Red Hat customer portal, customer can download the iso by using: wget --certificate=<generated entitlement certs in section 2.2> https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso --no-check-certificate As per defect description, here no need to pass --ca-certificate and --private-key flags. I tested this manually and this command is working for me: ------- [root@dhcp201-136 rhui-rhqe]# wget --certificate=/root/69983911523560.pem https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso --no-check-certificate --2011-09-29 15:38:23-- https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso Resolving cdn.redhat.com... 173.222.200.251 Connecting to cdn.redhat.com|173.222.200.251|:443... connected. WARNING: cannot verify cdn.redhat.com’s certificate, issued by “/C=US/ST=North Carolina/O=Red Hat, Inc./OU=Red Hat Network/CN=Red Hat Entitlement Operations Authority/emailAddress=ca-support”: Unable to locally verify the issuer’s authority. HTTP request sent, awaiting response... 200 OK Length: 64276480 (61M) [application/octet-stream] Saving to: “RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso” 0% [ ------ Chris, I think this is how you want to update the ISO download procedure.
Correct, Sachin. I just looked at staging, and the wget has still not been updated. We need to do that before publishing. Cheers, Chris
Lana, We also need to add a line that says, "Make sure you have already activated your subscription. If you have issues, then please contact Customer Service at Red Hat." It looks like we pick up from the "subscription has already been activated step". Cheers, Chris
(In reply to comment #17) > Lana, one more change is required. Now we need to change the procedure to > download the iso in next section "2.3 Package Installation" > > After generating the entitlement certs from Red Hat customer portal, customer > can download the iso by using: > > wget --certificate=<generated entitlement certs in section 2.2> > https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso > --no-check-certificate > > > As per defect description, here no need to pass --ca-certificate and > --private-key flags. > > > I tested this manually and this command is working for me: > > ------- > [root@dhcp201-136 rhui-rhqe]# wget --certificate=/root/69983911523560.pem > https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso > --no-check-certificate > --2011-09-29 15:38:23-- > https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso > Resolving cdn.redhat.com... 173.222.200.251 > Connecting to cdn.redhat.com|173.222.200.251|:443... connected. > WARNING: cannot verify cdn.redhat.com’s certificate, issued by “/C=US/ST=North > Carolina/O=Red Hat, Inc./OU=Red Hat Network/CN=Red Hat Entitlement Operations > Authority/emailAddress=ca-support”: > Unable to locally verify the issuer’s authority. > HTTP request sent, awaiting response... 200 OK > Length: 64276480 (61M) [application/octet-stream] > Saving to: “RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso” > > 0% [ > > ------ > > > Chris, I think this is how you want to update the ISO download procedure. <procedure id="proc-Installation_Guide-Package_Installation-Installing_the_RHUI_packages"> <title>Installing the &RHUI; packages</title> <para> This section outlines the package installation procedure only. Configuration is performed using the RHUI Installer, as described in <xref linkend="chap-Installation_Guide-RHUI_Installer" />. </para> <para> You must have the &RHUI; ISO and an appropriate content certificate, provided by &RH;, in order to install &RHUI;. Ensure the ISO is accessible from all machines and networks that will need to be connected to &RHUI;. Instructions for downloading a content certificate are in <xref linkend="sect-Installation_Guide-Installation_Requirements-Entitlements" />. </para> <step> <para> Download the ISO by running the <command>wget</command> command. </para> <para> For 32-bit architectures: </para> <screen> $ wget --certificate=<Content Certificate>\ https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/i386/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso --no-check-certificate </screen> <para> For 64-bit architectures: </para> <screen> $ wget --certificate=<Content Certificate>\ https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-20110727.2-Server-x86_64-DVD1.iso --no-check-certificate </screen> </step> Revision 2-8 LKB
(In reply to comment #19) > Lana, > > We also need to add a line that says, "Make sure you have already activated > your subscription. If you have issues, then please contact Customer Service at > Red Hat." It looks like we pick up from the "subscription has already been > activated step". > > Cheers, > Chris <note> <title>Note</title> <para> Ensure you have activated you subscription before attempting to download entitlements from the customer portal. For help with activating your subscription, contact Red Hat Customer Service. </para> </note> Revision 2-8 LKB