How to update redhat from 7.1 to 7.3

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












In an attempt to install a specific piece software and do what the requirements ask, I should upgrade RedHat from 7.1 to 7.3. I Googled it, but I didn't find a sure answer.
I can use yum like:



yum upgrade


but I'm not sure if it will work. The idea is to force RedHat to do the update specifically to a 7.3, not just any version.
Any idea on how to do that?










share|improve this question



























    up vote
    1
    down vote

    favorite












    In an attempt to install a specific piece software and do what the requirements ask, I should upgrade RedHat from 7.1 to 7.3. I Googled it, but I didn't find a sure answer.
    I can use yum like:



    yum upgrade


    but I'm not sure if it will work. The idea is to force RedHat to do the update specifically to a 7.3, not just any version.
    Any idea on how to do that?










    share|improve this question

























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      In an attempt to install a specific piece software and do what the requirements ask, I should upgrade RedHat from 7.1 to 7.3. I Googled it, but I didn't find a sure answer.
      I can use yum like:



      yum upgrade


      but I'm not sure if it will work. The idea is to force RedHat to do the update specifically to a 7.3, not just any version.
      Any idea on how to do that?










      share|improve this question















      In an attempt to install a specific piece software and do what the requirements ask, I should upgrade RedHat from 7.1 to 7.3. I Googled it, but I didn't find a sure answer.
      I can use yum like:



      yum upgrade


      but I'm not sure if it will work. The idea is to force RedHat to do the update specifically to a 7.3, not just any version.
      Any idea on how to do that?







      rhel upgrade






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 13 at 13:06









      Jeff Schaller

      32.6k849110




      32.6k849110










      asked Aug 15 '17 at 18:35









      lsroudi

      62




      62




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          In order to update, you will need to have your system registered to Red Hat's Customer Portal. I'm assuming you've done that already, since you mention yum upgrade.



          On the hosted update server, you cannot lock in a specific version (for example, 7.3), you can only upgrade to the "latest available". Since 7.4 is now available, you can update your system to 7.4 by simply running yum update. That will update all your packages to the latest available for 7.x, which will happen to be 7.4 plus any updates to the 7.4 release.



          If you need to upgrade to specifically 7.3, you need to have a different repository available that has only 7.3 packages. This can be accomplished by either rolling your own repository or by making use of Red Hat Satellite. There may be other options, but any other options will fall broadly into the "roll your own" category.






          share|improve this answer




















          • If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
            – jsbillings
            Aug 19 '17 at 3:15










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f386257%2fhow-to-update-redhat-from-7-1-to-7-3%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          In order to update, you will need to have your system registered to Red Hat's Customer Portal. I'm assuming you've done that already, since you mention yum upgrade.



          On the hosted update server, you cannot lock in a specific version (for example, 7.3), you can only upgrade to the "latest available". Since 7.4 is now available, you can update your system to 7.4 by simply running yum update. That will update all your packages to the latest available for 7.x, which will happen to be 7.4 plus any updates to the 7.4 release.



          If you need to upgrade to specifically 7.3, you need to have a different repository available that has only 7.3 packages. This can be accomplished by either rolling your own repository or by making use of Red Hat Satellite. There may be other options, but any other options will fall broadly into the "roll your own" category.






          share|improve this answer




















          • If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
            – jsbillings
            Aug 19 '17 at 3:15














          up vote
          1
          down vote













          In order to update, you will need to have your system registered to Red Hat's Customer Portal. I'm assuming you've done that already, since you mention yum upgrade.



          On the hosted update server, you cannot lock in a specific version (for example, 7.3), you can only upgrade to the "latest available". Since 7.4 is now available, you can update your system to 7.4 by simply running yum update. That will update all your packages to the latest available for 7.x, which will happen to be 7.4 plus any updates to the 7.4 release.



          If you need to upgrade to specifically 7.3, you need to have a different repository available that has only 7.3 packages. This can be accomplished by either rolling your own repository or by making use of Red Hat Satellite. There may be other options, but any other options will fall broadly into the "roll your own" category.






          share|improve this answer




















          • If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
            – jsbillings
            Aug 19 '17 at 3:15












          up vote
          1
          down vote










          up vote
          1
          down vote









          In order to update, you will need to have your system registered to Red Hat's Customer Portal. I'm assuming you've done that already, since you mention yum upgrade.



          On the hosted update server, you cannot lock in a specific version (for example, 7.3), you can only upgrade to the "latest available". Since 7.4 is now available, you can update your system to 7.4 by simply running yum update. That will update all your packages to the latest available for 7.x, which will happen to be 7.4 plus any updates to the 7.4 release.



          If you need to upgrade to specifically 7.3, you need to have a different repository available that has only 7.3 packages. This can be accomplished by either rolling your own repository or by making use of Red Hat Satellite. There may be other options, but any other options will fall broadly into the "roll your own" category.






          share|improve this answer












          In order to update, you will need to have your system registered to Red Hat's Customer Portal. I'm assuming you've done that already, since you mention yum upgrade.



          On the hosted update server, you cannot lock in a specific version (for example, 7.3), you can only upgrade to the "latest available". Since 7.4 is now available, you can update your system to 7.4 by simply running yum update. That will update all your packages to the latest available for 7.x, which will happen to be 7.4 plus any updates to the 7.4 release.



          If you need to upgrade to specifically 7.3, you need to have a different repository available that has only 7.3 packages. This can be accomplished by either rolling your own repository or by making use of Red Hat Satellite. There may be other options, but any other options will fall broadly into the "roll your own" category.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 15 '17 at 18:41









          John

          11.3k11630




          11.3k11630











          • If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
            – jsbillings
            Aug 19 '17 at 3:15
















          • If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
            – jsbillings
            Aug 19 '17 at 3:15















          If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
          – jsbillings
          Aug 19 '17 at 3:15




          If you MUST have 7.3 versions of software, you could also pay more for EUS licenses for 7.3.x. See here for more details: access.redhat.com/articles/rhel-eus#c6
          – jsbillings
          Aug 19 '17 at 3:15

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f386257%2fhow-to-update-redhat-from-7-1-to-7-3%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay