LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > Linux - Certification
User Name
Password
Linux - Certification This forum is for the discussion of all topics relating to Linux certification.

Notices


Reply
  Search this Thread
Old 11-18-2008, 12:40 PM   #1
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
I'm thinking I'm ready :: RHCE Checklist...


Hello All,

So I'm thinking I'm ready for the RHCE...

I've read Jang's book cover to cover and did all the labs. This coupled with the fact that I am a Unix Admin (Solaris/RHEL) at work, leads be to believe that I am ready to take the test.

I don't know if I'm missing something...

* I know how to use the Rescue Disk...
- Use grub-install
- Use mkinitrd
- use RPM with the "root /mnt/sysimage" option

* Set up services for basic operations... (NFS,HTTP/HTTPS, SMB, DNS, FTP , ETC)
- Set up SELinux to work with these services
- Set up the firewall to work with these services

* Set up Disks
- Using FDISK
- Use/Edit LVM
- Use/Edit mdadm
- Setting mounts in /etc/vfstab and using autofs

* User managment...
- Add/modify/Delete users
- Permissions (standard and using ACLs)
- Add/Modify quotas

* Networking...
- Setup Networking with system-config-network
- Using /etc/sysconfig/network-scripts/ifcfg-eth0

Is there anything I am missing? I'm pretty confident in the RHCT portion (all the xorg stuff) , just a little nervous about the RHCE portion ;-)

Is there anything that I am missing? Should I study on something I am not listing?

To be perfectly honest...I am not too good at PAM modules...I just NEVER had to edit them in the field...hopefully that doesn't bite me in the butt during the test!

Any help would be good...

-C
 
Old 11-18-2008, 01:07 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Well the bulk of the actual work is in that "setting up services" bit, which isn't detailed at all well. make sure you're happy with apache, squid, sendmail / postfix, tcpwrappers etc...
 
Old 11-18-2008, 02:06 PM   #3
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by acid_kewpie View Post
Well the bulk of the actual work is in that "setting up services" bit, which isn't detailed at all well. make sure you're happy with apache, squid, sendmail / postfix, tcpwrappers etc...
Thanks for the tip...

I guess there is no _true_ way to know until I take the test :-)

I haven't scheduled it yet...but I will update when I have taken the test!

-C
 
Old 11-18-2008, 02:38 PM   #4
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
Good luck!
 
Old 11-18-2008, 03:36 PM   #5
latinmusic74
Member
 
Registered: Jun 2007
Posts: 118

Rep: Reputation: 16
How do you:

- Set up SELinux to work with these services
- Set up the firewall to work with these services
 
Old 11-18-2008, 04:07 PM   #6
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by latinmusic74 View Post
How do you:

- Set up SELinux to work with these services
- Set up the firewall to work with these services
Depends...

Let's say you want to use HTTP...on the firewall open ports 80 and/or 443. Then check if your doc root of your site has the "httpd_sys_content_t" set on the directory...

-C
 
Old 11-18-2008, 04:15 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
You know how to use SELinux effectively within a real world environment?

Code:
setenforce 0
All you need to know.
 
Old 11-18-2008, 04:21 PM   #8
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by acid_kewpie View Post
You know how to use SELinux effectively within a real world environment?

Code:
setenforce 0
All you need to know.
Ha Ha!

That's part of my "How To Set Up a New Server" documentation at work...actually come to think about it....I also have this set up in my ks.cfg file...

Code:
selinux --disabled
Don't know how much I'll use SELinux after the RHCE test...maybe for a credit card processing server...

-C
 
Old 11-18-2008, 10:30 PM   #9
n03x3c
Member
 
Registered: Aug 2008
Location: India
Distribution: Fedora, RedHat
Posts: 101

Rep: Reputation: 17
Just compare your this checklist with RHCE Prep Guide made by Red Hat itself, and you'll know what's remaining to learn or if you're ready for exam!
 
Old 11-19-2008, 12:33 AM   #10
latinmusic74
Member
 
Registered: Jun 2007
Posts: 118

Rep: Reputation: 16
So selinux is not so popular in real life.

What about iptables for http?
 
Old 11-19-2008, 10:20 AM   #11
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by latinmusic74 View Post
So selinux is not so popular in real life.

What about iptables for http?
YES

Those _are_ important in real life...

The "bulk" of the work in real life is web serving...so iptables and http/https is REALLY important...

-C
 
Old 11-25-2008, 10:42 PM   #12
freebsdjlu
LQ Newbie
 
Registered: Oct 2008
Posts: 1

Rep: Reputation: 0
Good Luck
 
Old 11-26-2008, 09:53 AM   #13
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979

Original Poster
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by freebsdjlu View Post
Good Luck
Thank you...I will be taking the test in the beginning of February...so I still have a little time...

-C
 
Old 11-27-2008, 02:11 AM   #14
born4linux
Senior Member
 
Registered: Sep 2002
Location: Philippines
Distribution: Slackware, RHEL&variants, AIX, SuSE
Posts: 1,127

Rep: Reputation: 49
are you going to take just the exam? its advisable to get at least the rapid track course - since you have quite a grasp of RH administration, the course is a good reviewer (and would give you an insight what you'll have for the exam).
 
Old 11-27-2008, 02:31 AM   #15
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
My take is that the fast track course is a waste of time. if you pass the exam with having only done that course, then you could have passed it without ding it at all, as it's too fast a track to really *learn* much of use. That said, if your employer is paying, go for it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
i need tools to practice for RHCE exams like rhce-config was for RHEL4 ashu.wifi Linux - Certification 16 12-10-2008 04:48 PM
Am I ready for RHCE? n03x3c Linux - Certification 13 10-25-2008 12:13 AM
Ready for Linux but is it ready for me : Time to switch? Jimbo13 Linux - Newbie 15 04-21-2008 11:08 AM
thinking about cross linux from scratch... am i ready tommytomthms5 Linux - Newbie 4 12-24-2007 12:12 PM
Xdialog checklist help serris Programming 2 10-31-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > Linux - Certification

All times are GMT -5. The time now is 07:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration