Nov 01

How to pass RHCE/RHCT exam! – part 1

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

The Red Hat Certified Engineer title is one of the most relevant, desired and really hard to get certification in the IT field due to the methods of examination. Basically it is a “hands-on” test, meaning that there are no multiple question or true-false tests. It is intended to verify the skills of a GNU/Linux system administrator in real life tests. This also means that there is no way in trying to cheat by using test dumps or memorising answers to possible questions. The only thing I do recommend is to take Red Hat official classes, or at least read one of the following related publications:

  • Red HatĀ® Certified Technician & Engineer (RHCT and RHCE) Training Guide and Administrator’s Reference. – by Asghar Ghori
  • RHCE Red Hat Certified Engineer Linux – by Michael Jang

Any of the above shall be sufficient in order to successfully bypass your Red Hat Certified Engineer exam, because both of them cover in detail the required skills for RHCE and RHCT listed on the official Red Hat website.

I have also listed them below in order to have a betterĀ  way of understanding the topics and chapters of this HOW TO:

Prerequisite skills for RHCT and RHCE

Candidates should possess the following skills, as they may be necessary in order to fulfill requirements of the RHCT and RHCE exams:

  • use standard command line tools (e.g., ls, cp, mv, rm, tail, cat, etc.) to create, remove, view, and investigate files and directories
  • use grep, sed, and awk to process text streams and files
  • use a terminal-based text editor, such as vim or nano, to modify text files
  • use input/output redirection
  • understand basic principles of TCP/IP networking, including IP addresses, netmasks, and gateways for IPv4 and IPv6
  • use su to switch user accounts
  • use passwd to set passwords
  • use tar, gzip, and bzip2
  • configure an email client on Red Hat Enterprise Linux
  • use text and/or graphical browser to access HTTP/HTTPS URLs
  • use lftp to access FTP URLs

Red Hat Certified Technician skills

Troubleshooting and System Maintenance

RHCTs should be able to:

  • boot systems into different run levels for troubleshooting and system maintenance
  • diagnose and correct misconfigured networking
  • diagnose and correct host name resolution problems
  • configure the X Window System and a desktop environment
  • add new partitions, file systems, and swap to existing systems
  • use standard command-line tools to analyse problems and configure system

Installation and Configuration

RHCTs must be able to:

  • perform network OS installation
  • implement a custom partitioning scheme
  • configure printing
  • configure the scheduling of tasks using cron and at
  • attach system to a network directory service, such as NIS or LDAP
  • configure autofs
  • add and manage users, groups, quotas, and File Access Control Lists
  • configure file system permissions for collaboration
  • install and update packages using rpm
  • properly update the kernel package
  • configure the system to update/install packages from remote repositories using yum or pup
  • modify the system boot loader
  • implement software RAID at install-time and run-time
  • use /proc/sys and sysctl to modify and set kernel run-time parameters
  • use scripting to automate system maintenance tasks
  • configure NTP for time synchronisation with a higher-stratum server

Red Hat Certified Engineer skills

Troubleshooting and System Maintenance

RHCEs must demonstrate the RHCT skills listed above, and should be able to:

  • use the rescue environment provided by first installation CD
  • diagnose and correct boot failures arising from boot loader, module, and file system errors
  • diagnose and correct problems with network services (see Installation and Configuration below for a list of these services)
  • add, remove, and resize logical volumes
  • diagnose and correct networking services problems where SELinux contexts are interfering with proper operation.

Installation and Configuration

RHCEs must demonstrate the RHCT-level skills listed above, and they must be capable of configuring the following network services:

  • HTTP/HTTPS
  • SMB
  • NFS
  • FTP
  • Web proxy
  • SMTP
  • IMAP, IMAPS, and POP3
  • SSH
  • DNS (caching name server, slave name server)
  • NTP

For each of these services, RHCEs must be able to:

  • install the packages needed to provide the service
  • configure SELinux to support the service
  • configure the service to start when the system is booted
  • configure the service for basic operation
  • Configure host-based and user-based security for the service

RHCEs must also be able to:

  • configure hands-free installation using Kickstart
  • implement logical volumes at install-time
  • use iptables to implement packet filtering and/or NAT
  • use PAM to implement user-level restrictions

We will get our hands dirty configuring, troubleshooting and installing a Red Hat system the following days!

written by Cristian

Jul 27

How To boot from CD

1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 5.00 out of 5)
Loading ... Loading ...

Usually to boot from a CD you need to edit some settings (if not already set) in BIOS. Depending on your BIOS vendor you enter the BIOS this way:

1 Power on your computer.

2 Imediatly press the DEL (Delete) key or F2 found on your keyboard. (It might be different for you, but pay attention to the messages on the screen. At a moment in time it will say something like this: “Press DEL to enter Setup

3 Here you will have to find an option called First boot device it is usually found in the advanced menu on boot priority or something similar.

4 Change it to CDROM. The Second boot device should also be set to HDD-0 or the First Hard-Disk Drive. (Use the instructions on the bottom of the screen – REMEMBER: In BIOS you can’t use your mouse!)

5 Save and exit – Usually it’s done by pressing a key, (instructions on the bottom of the screen) but you can do it also in the menu)

6 The computer will automatically reboot itself, insert the bootable CD and wait for instructions.

You might also have a QuickBoot option which lets you select the device to boot from, without entering BIOS, for example AMI Bios has this option and you select the boot device by pressing F8 from the keyboard

Here is an image of the Quickboot Option in VirtualBox:

To install Windows see this how to.

To install GNU/Linux see this one.

written by Cristian

Jul 26

Hello world!

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5.00 out of 5)
Loading ... Loading ...

Hello,

My name is Cristian and I am about to lead you through some “how to’s”!

written by Cristian