Red Hat recertification policies.

With the official release of Red Hat Enterprise Linux 7 happening yesterday, some certification rules are automatically triggered:

  • All RHCTs/RHCSAs/RHCEs on Red Hat Enterprise Linux 5 will be expired in 60 days, candidates need to pass both the RHCSA exam (EX200) and the RHCE exam (EX300) to get the RHCE certification again,
  • All RHCSAs/RHCEs on Red Hat Enterprise Linux 6 exceeding the 3 year period are expired (the RHCE exam date is the reference if both exams were passed, the date of the certificate of expertise in case one was passed),
  • All RHCEs on Red Hat Enterprise Linux 6 or later not exceeding the 3 year period need only to pass the EX300 RHCE to get recertified (no need to pass the RHCSA again).

Source: Red Hat website.

Posted in RHEL6

Red Hat Unveils Red Hat Enterprise Linux 7.

Today, as previously anticipated 6 days ago, RHEL 7 has been officially released.
It is already possible to download a 30-day evaluation of the distribution on the Red Hat website if you’ve got a Red Hat account or the full DVD iso in case you have an active subscription.

Concerning certifications, the official press release says that “more details about the Red Hat Enterprise Linux 7 training and certification portfolio will be available soon”.

Posted in RHEL7

RHEL 7 release date.

During a face-to-face conversation with a Red Hat official representative, an information slipped: RHEL 7 should be released before the end of June. The still secrete date should be revealed during a webinar around the 10th of June (it should be this one).

Posted in RHEL7

Red Hat certification changes.

Starting from May 15, 2014 it is no longer required to be RHCE to take the following exams:

  • Red Hat Certificate of Expertise in Deployment and Systems Management Exam (EX401),
  • Red Hat Certificate of Expertise in Server Hardening Exam (EX413),
  • Red Hat Certificate of Expertise in Clustering and Storage Management Exam (EX436),
  • Red Hat Certificate of Expertise in Performance Tuning Exam (EX442).

Red Hat Certificates of Expertise are now only valid for 3 years. The ones passed before October 1, 2014 will be valid until October 1, 2017.

The Red Hat Certified Architect certification (RHCA) now requires RHCE certification plus success to any five of the following Red Hat exams:

  • Red Hat Certificate of Expertise in Hybrid Cloud Administration,
  • Red Hat Certificate of Expertise in Hybrid Cloud Storage (EX236),
  • Red Hat Certificate of Expertise in Platform-as-a-Service (EX280),
  • Red Hat Certificate of Expertise in Deployment and Systems Management (EX401),
  • Red Hat Certificate of Expertise in Server Hardening (EX413),
  • Red Hat Certificate of Expertise in Clustering and Storage Management (EX436),
  • Red Hat Certificate of Expertise in Performance Tuning (EX442),
  • Red Hat Certified Virtualization Administrator (EX318),
  • Red Hat Certified System Administrator in Red Hat OpenStack (EX210),
  • Red Hat Certified JBoss Administrator (EX248),
  • Red Hat Certificate of Expertise in Security: Networking Services (EX333)*,
  • Red Hat Certificate of Expertise in Directory Services and Authentication (EX423)*,
  • Red Hat Certificate of Expertise in SELinux Policy Administration (EX429)*.

*These exams are no longer offered but can still count for RHCA certification.

After passing the five mandatory exams, any new exam passed will add a distinction to the RHCA certification: level I, level II, etc.

Source: Red Hat website.

Posted in RHEL6

RHEL 7 video.

If you’ve got a very blur idea about what features the RHEL 7 brings with it, this RHEL 7 review published by QA Ltd (86min) is for you.
This review explores all the main features in detail and explains you what will change.

Posted in RHEL7

Systemd tip.

With systemd, services can be socket-activated, D-Bus-activated or manually started.
This means you have to be very cautious when stopping a service and take extra precaution if you don’t want it to restart!
Previously with RHEL 6, to stop the NetworkManager service for example, you had to type:

# service NetworkManager stop; chkconfig NetworkManager off

In the new RHEL 7 world, you will have to type:

# systemctl disable NetworkManager; systemctl stop NetworkManager

It’s disable then stop and not the other way around!
If you don’t follow this rule, you will be sometimes surprised to see your service still running: it will have been restarted by another process!
This is a true story that happened with the NetworkManager service.
Be assured this will happen again if you are not careful!

Posted in RHEL7

RHEL6-Windows integration paper.

If you are working in a RHEL6-Windows environment, Red Hat recently released an update of its Integrating Red Hat Enterprise Linux 6 with Active Directory document, written by Mark Heslin.
In the Red Hat Reference Architecture Series, this paper presents the various solutions in a hybrid environment. For each of the four main configurations considered, it describes the different steps.
If RHEL6-Windows integration interests you, this is a must-read.

Posted in RHEL6

RHEL 7 Release Candidate publicly available.

As previously announced, Red Hat just released the RHEL 7 Release Candidate.
This version can be downloaded from the Red Hat ftp site.

Source: Phoronix website.

Posted in RHEL7

RHEL 7 Release Candidate.

Yesterday, during Red Hat annual Summit was announced the RHEL 7 Release Candidate.
This is the near-final version of the OS resulting from the beta program feedback.
This version will be made available to the public during the week of April 21, 2014.
In addition, while RHEL 6’s lifecycle is guaranteed to 2020, a RHEL 6.6 maintenance release would be planned for the customers delaying RHEL 7 adoption.
Concerning the future RHEL 8, work would have started for at least one year.
Sources: TheRegister.

Posted in RHEL7

Security configuration guidance.

If you are serious about security, there is one place where you need to go: it’s the aqueduct project website.
There, you will find all the security configuration guidances to strengthen your RHEL servers.
Even better, as it takes a lot of efforts to improve the security level of an already built server, Major Hayden’s website provides a ready-to-use CentOS 6 kickstart file compliant with the CIS (Center for Internet Security) guidance. This way, with very limited changes in this file (partition sizes, physical or virtualized drives), you will get a server that you can rely on.

Posted in RHEL6

Upcoming Events (Local Time)

There are no events.

Follow me on Twitter

Archives