RHEL Evaluation 30 days

A 5 star hangout for overworked and underpaid system admins.
Post Reply
User avatar
bluegroper
Posts: 266
Joined: 2005/09/07 23:04:21
Location: .au

RHEL Evaluation 30 days

Post by bluegroper » 2011/04/22 07:15:15

While waiting for CentOS 6.x, I've installed an "evaluation" copy of RHEL 6.0.
There's a few wrinkles to sort, but it works well enough for some testing and development.
What happens at the end of 30 day trial ?
I search the RH website, but there's nothing to say what to look forward to in 30 days.
Does it vaporize the flux capacitor, or does it keep working like a bought one ?
Something I read said no updates, but it wasn't doing any updates anyway, until I fixed the yum.repos.
TIA's

We're hoping the wait for CentOS 6.x won't be much longer.

saleh
Posts: 97
Joined: 2011/02/18 18:35:11
Location: ~/egypt/alexandria
Contact:

Re: RHEL Evaluation 30 days

Post by saleh » 2011/04/22 07:18:45

dear, i think after 30 days only support will stop but i am not sure about this.

rossnick
Posts: 7
Joined: 2011/04/22 10:54:45

Re: RHEL Evaluation 30 days

Post by rossnick » 2011/04/22 10:56:47

Yes, it's only the updates that will stop, your server will continue ton function.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: RHEL Evaluation 30 days

Post by pschaff » 2011/04/22 15:28:57

I agree - it will keep working, you will just lose access to updates. At that point you have at least five viable choices, discounting living without updates as a viable option:

1. Buy a RHEL subscription.
2. Buy support from a commercial competitor.
3. Migrate to CentOS-6 if available by then.
4. Migrate to SL6.
5. Roll your own updates from available RHEL SRPMS.

Some of those could be done sequentially if the first choice doesn't work out.

rossnick
Posts: 7
Joined: 2011/04/22 10:54:45

Re: RHEL Evaluation 30 days

Post by rossnick » 2011/04/23 02:21:29

[quote]
(...)
4. Migrate to SL6.
(...)
[/quote]
For the record, I've done it on a server that I installed in RHEL6, and it work perfectly. I just uninstalled a couple of rpm and installed others from SL, and did a yum update, and voilà.

User avatar
bluegroper
Posts: 266
Joined: 2005/09/07 23:04:21
Location: .au

Re: RHEL Evaluation 30 days

Post by bluegroper » 2011/04/23 02:55:52

[quote]
pschaff wrote:
I agree - it will keep working, you will just lose access to updates. At that point you have at least five viable choices, discounting living without updates as a viable option:

1. Buy a RHEL subscription.
2. Buy support from a commercial competitor.
3. Migrate to CentOS-6 if available by then.
4. Migrate to SL6.
5. Roll your own updates from available RHEL SRPMS.

Some of those could be done sequentially if the first choice doesn't work out.[/quote]

Thanks everyone for tips and clues.
I especially like Options 3 or 4 above.
Cheers all

AaronJAnderson
Posts: 20
Joined: 2011/04/15 13:53:46

Re: RHEL Evaluation 30 days

Post by AaronJAnderson » 2011/05/24 02:36:47

[quote]
rossnick wrote:
[quote]
(...)
4. Migrate to SL6.
(...)
[/quote]
For the record, I've done it on a server that I installed in RHEL6, and it work perfectly. I just uninstalled a couple of rpm and installed others from SL, and did a yum update, and voilà.[/quote]

I've been thinking that something like this would work. Can you tell me what packages you replaced?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: RHEL Evaluation 30 days

Post by pschaff » 2011/05/24 13:47:58

Untested, but goes something like this.

Find candidates for replacement:[code]
rpm -qa | grep -E "redhat|rhn" | sort[/code]

Remove selected packages:[code]
rpm -e --nodeps $(rpm -qa redhat-release\*) redhat-artwork redhat-logos redhat-menus ...[/code]

Download SL equivalents such as

sl-release sl-release-notes redhat-logos redhat-menus yum yum-autoupdate yum-conf-sl6x yum-utils ...

to a temporary directory, cd to the temporary directory, and[code]
rpm -Uvh *.rpm
yum update[/code]

Best place to ask for help on this is probably the [url=https://www.scientificlinux.org/maillists/]Scientific-Linux-Users ML[/url].

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: RHEL Evaluation 30 days

Post by toracat » 2011/05/24 14:43:50

[quote]

Best place to ask for help on this is probably the [url=https://www.scientificlinux.org/maillists/]Scientific-Linux-Users ML[/url].[/quote]
Or the [url=http://scientificlinuxforum.org/]SL Forums[/url].

Post Reply