Red Hat – CentOS agreement.

On January 7, 2014 Red Hat and CentOS have signed an agreement regarding future cooperation.
The two distributions were already almost identical except for copyrights, subscription management, and kernel drivers. For people preparing Red Hat certifications, it’s a good news because this agreement will insure similarities in the future.
Concerning the CentOS 7 build process, a blog is regularly updated by the team in charge and things go well.
Finally, the CentOS distribution has seen the look of its dedicated website completely changed.

Posted in RHEL7

VMware VCA-DCV exam.

Yesterday in my quest for certifications I passed the VMware VCA-DCV exam.
Although KVM and RHEV are good tools getting every day more recognition, VMware is still synonym of virtualization in a lot of companies.

The VCA-DCV exam (VMware Certified Associate in DataCenter Virtualization/VCAD510) is a new first level VMware certification. It’s not required to follow any special training before the exam as most of the VMware certifications ask for.

If you are interested in this exam that costs around $100 (without voucher), create a VMware account, search for certification in the VMware website (I know it’s not easy!) and just before registering for the exam at the bottom of the VCA-DCV page, select the “VMware Data Center Virtualization Fundamentals” free training session (you can also get it here and select the content/story.swf file in your browser). It’s a 2.5 hour session talking about all the products around VMware vSphere.

The exam lasts 75 minutes for 50 questions. The pass mark is 300 out of 500.
If you follow the free training session and correctly understand the various product features & concepts (vSphere, vCenter, VSA, replication, HA, FT, vMotion, DRS, etc), questions are relatively easy even for somebody without VMware real experience.

Source: VMware VCAD510 blueprint.

Posted in VMware

Happy New Year.

I wish you a Happy New Year 2014!
I hope you will pass all your exams and this website will help you!

Posted in Others

RHEL7 Review.

As the RHEL7 Beta has been released, it’s now time to start looking at the new features.
A RHEL7 Beta review is in progress and some RHEL7 quick recipes are already available.
More will come in the future.

Posted in RHEL7

RHEL 7 Beta released.

Red Hat Enterprise Linux 7 Beta has been released on December, 11th 2013.
This release is based on Fedora 19.
The production release should happen in H1 2014.
However, companies are only migrating to RHEL6. As the RHCSA/RHCE exams are scheduled until July/August 2014, RHEL 6 certifications, which are valid for 3 years, are still relevant at least for the 6 next months.

Posted in RHEL7

OS updates.

On November 21, 2013 RHEL 6.5 was released.
On December 2, 2013 CentOS 6.5 is now released.
Even though this is not a stunning news, it’s still important to keep an eye on the last available version of the OS.
As its name suggests, it’s a maintenance release, thus without big changes.
One thing to note still, there is no longer support for configuring partition layout, storage methods or package selection in the CentOS 6.5 text installer (Source).

Posted in RHEL6

Console tip.

If you have built a KVM lab like I did, you know what it means not to be able to connect to your VM because you made a mistake in your /etc/fstab file.
This happened to everybody!
Hopefully, there is a solution: create a serial console.
It only takes 3 lines and a reboot!
# echo "S0:12345:respawn:/sbin/agetty ttyS0 115200" >>/etc/inittab
# grubby --update-kernel=ALL --args="console=ttyS0"
# echo "ttyS0" >>/etc/securetty
# reboot
Now, if you want to connect to your vm, type:
# virsh console vm.example.com
If you know why it’s not done by default, let me know!

Posted in RHEL6

RHCSA Quick test.

If you want to test your new RHCSA skills, there is now a small quiz that requires only 5 minutes. Its purpose is not to replace the real exam but to challenge you on some specific points. This way, you will remember them!

Posted in RHEL6

RHCE Quick test.

If you want to test your RHCE knowledge, I have created a small quiz (it requires 5 minutes).
It will not replace the real exam but will check some critical points.
This way, you will remember them!

Posted in RHEL6

Firewall tips.

Some questions come regularly in Linux certifications forums:
Do I need to set up iptables configuration or not ?
In fact, it depends on the questions and the risk you want to take.
If there is no mention of ports in the exam and risk doesn’t frighten you, you can go for: # iptables -F; service iptables save
Otherwise, you have to learn the ports associated with each service.
During your training session, you can test your configuration in your lab with a port scanner: nmap is your friend!
# yum install -y nmap
Then, you can test your local port configuration (tcp & udp) with the following command (s for scan, T for tcp and U for udp): # nmap -sT -sU localhost
Once you’ve got your iptables configuration set up, you can test it from another VM or your KVM host. It’s simple with tcp ports: # nmap -sT myvm
Things become trickier with udp ports. If you don’t want to spend around 18 minutes to get the answer (test it if you think I’m kidding!), you have to specify the ports that you want to test: # nmap -sU -pU:53,111 myvm
It’s even possible to combine the two tests in one: # nmap -sT -sU -pT:*,U:53,111 myvm

I’m pretty sure these little tips will help you even after the exams!

Posted in RHEL6

Upcoming Events (Local Time)

There are no events.

Follow me on Twitter

Archives