Monthly Archive for Mart, 2011

New Subscription Management for RHEL

With RHEL 5.7 and 6.1 Red Hat has changed the way that it manages subscription on RHN site. As Endersys we wanted to inform you about this

Background

When you make a purchase from Red Hat, you are buying a subscription. A subscription gives you the right to access particular Red Hat services for a period of time on one computer. Once it is applied to a computer, the “right” becomes an “entitlement”. The services you receive include easy access to Red Hat’s software downloads, security and errata updates, access to knowledge resources such as in-depth technical papers, videos and knowledgebase articles, and access to a certain level of technical support — all through our Customer Portal.

You need one subscription for each computer you expect to use Red Hat software or services on. To designate which computer you plan to access Red Hat services from, you must first register that computer, and then you must assign an subscription to that computer directly — a process called Entitling. During the Entitlement process, an Entitlement Certificate is created on your computer. When you download software to your computer from the Red Hat Content Delivery Network, the Entitlement Certificate authenticates and authorizes the computer to receive the requested software services.

Changes to Subscription Management

Prior to this change, Red Hat has used a “pool model” for counting subscriptions, in which we track the total number of subscriptions a customer has purchased, the total number of the customer’s systems that are using subscriptions, and the difference between the two numbers. This model, which will now be called RHN Classic Subscription Management, is simple and effective, but has limitations, including an inability to link a specific subscription with a specific system.

As our product range expands, we’ve needed to change the way we track the subscriptions that our customers purchase and use. Our new model, called RHN Certificate-Based Subscription Management, keeps track of specific subscriptions assigned to specific computers using x.509 certificates.

https://access.redhat.com/kb/docs/DOC-47394

http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/entitlements.html#overview-of-entitlements

http://docs.redhat.com/docs/en-US/Red_Hat_Customer_Portal/1/html/RHN_Subscription_Management/index.html

https://access.redhat.com/kb/docs/DOC-48668

Endersys is the first and only Red Hat Advanced Business Partner of Red Hat in Turkey. http://www.europe.redhat.com/partners/endersys/ . Feel free to contact us on any Red Hat related queries at redhat _At_ endersys.com.tr

Collaboration and Online Groups at Red Hat

Red Hat added collaboration functionality to access.redhat.com with Online User Groups. Subscription customers will be able to interact directly with other Red Hat users to share content and build knowledge. The Online User Groups will create a forum for customers and partners to:

* Post directly to user forums
* Benefit from direct access to more industry experts
* Access and rate user-generated content

With collaboration and communities being the DNA of Red Hat, this project will be an important addition to our knowledge repository.

For more info visit https://access.redhat.com/groups/groups-dashboard

Turkey Starts DST One Day Later Due to Exam and Red Hat RHEL

As Endersys. We have informed Red Hat authorities about DST to be applied one day later that usual See for more info We will inform you all RHEL users in Turkey about this matter if an update emerges.

Endersys as the first and the only Advanced Business Partner of Red Hat in Turkey values your business

UPDATE: To see if there is any patch (rpm) release just see https://bugzilla.redhat.com/show_bug.cgi?id=689622

UPDATE2: Red Hat Released RPMs for that for details see http:
//rhn.redhat.com/errata/RHEA-2011-0378.html
You can use up2date -u tzdata or yum -y upgrade tzdata (no reboot required). Also update tzdata-java rpm if you use java.

tzdata-2011d-1 package solves this problem

You can check it before and after applying update:

# zdump -v Europe/Istanbul |grep 2011

BEFORE PATCH:
==========
Europe/Istanbul Sun Mar 27 00:59:59 2011 UTC = Sun Mar 27 02:59:59 2011 EET isdst=0 gmtoff=7200
Europe/Istanbul Sun Mar 27 01:00:00 2011 UTC = Sun Mar 27 04:00:00 2011 EEST isdst=1 gmtoff=10800

AFTER PATCH:
============
Europe/Istanbul Mon Mar 28 00:59:59 2011 UTC = Mon Mar 28 02:59:59 2011 EET isdst=0 gmtoff=7200
Europe/Istanbul Mon Mar 28 01:00:00 2011 UTC = Mon Mar 28 04:00:00 2011 EEST isdst=1 gmtoff=10800

SIMPLE TEST IF PATCH WORKS (Should be done on a test server !!)
=================================================

1) Change date to March 27 02:59

# date 03270259

2) Watch 1 minutes to see what happens

while true; do sleep 5; date; done

Sun Mar 27 02:59:12 EET 2011
Sun Mar 27 02:59:17 EET 2011
Sun Mar 27 02:59:22 EET 2011
Sun Mar 27 02:59:27 EET 2011
Sun Mar 27 02:59:32 EET 2011
Sun Mar 27 02:59:37 EET 2011
Sun Mar 27 02:59:42 EET 2011
Sun Mar 27 02:59:47 EET 2011
Sun Mar 27 02:59:52 EET 2011
Sun Mar 27 02:59:57 EET 2011
Sun Mar 27 03:00:02 EET 2011
Sun Mar 27 03:00:07 EET 2011

3) Change date to March 28 02:59

# date 03280259

4) Watch 1 minutes to see what happens

while true; do sleep 5; date; done

Mon Mar 28 02:59:06 EET 2011
Mon Mar 28 02:59:11 EET 2011
Mon Mar 28 02:59:16 EET 2011
Mon Mar 28 02:59:21 EET 2011
Mon Mar 28 02:59:26 EET 2011
Mon Mar 28 02:59:31 EET 2011
Mon Mar 28 02:59:36 EET 2011
Mon Mar 28 02:59:41 EET 2011
Mon Mar 28 02:59:46 EET 2011
Mon Mar 28 02:59:51 EET 2011
Mon Mar 28 02:59:56 EET 2011
Mon Mar 28 04:00:01 EEST 2011
Mon Mar 28 04:00:06 EEST 2011
Mon Mar 28 04:00:11 EEST 2011

5) Change time back to normal

ntpdate clock.isc.org