How to update redhat from 7.1 to 7.3
Clash 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?
rhel upgrade
add a comment |Â
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?
rhel upgrade
add a comment |Â
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?
rhel upgrade
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
rhel upgrade
edited Aug 13 at 13:06
Jeff Schaller
32.6k849110
32.6k849110
asked Aug 15 '17 at 18:35
lsroudi
62
62
add a comment |Â
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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.
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password