senghor wrote: » RHEL 6 is in pre-beta1 stage at the moment. unofficial release is October 2010
UnixGeek wrote: » That's good to know. Is anyone else holding off on the RHCE track until RHEL 6?
senghor wrote: » The RHCE on 6 will way more difficult than what's on right now. for those planning to attend the exam on 5.x (5.4) at the moment. I suggest to work hard and get it done before October/September. For 6...stress Virtualization (KVM) and SeLinux enforcing. good luck and good work... doing my studies as well
Gomjaba wrote: » I don't mind working harder anyway - do you have a timeline by any chance ?
senghor wrote: » Sorry Gomjaba, not available from my side yet.
Gomjaba wrote: » Fair enough, cheers. I got to learn a lot anyway so I just go on with it .. Once I THINK I am ready I will re-think the whole thing and see if there are any new news etc.
Gomjaba wrote: » Cheers. One thing is really odd. We are Hosting Partner and have 100s of licenses but we dont seem to have any access to RHEL 6 Betas, only 5. Really weird.
senghor wrote: » Licenses have nothing to do with that.
senghor wrote: » Partner support....ah!...so many things I'd like to say....too many
Gomjaba wrote: » haha Do you actually need a support entitlement for the Beta in order to use yum ? I got a few spare 5.x ones but not sure if that'll work ...(still downloading the iso at 4k/s lol)
senghor wrote: » Support Entitlement?...I like to call it subscription I believe you mean yum with RHN...if that's the case.... Well, I'm not sure about it. In order to avail of RHN, you need a valid subscription, so....sure you have one, but IMO, using these things with a beta release is not a great idea...if you bring up a Development/Testing environment and you don't set up the yum updates properly, you might F**K up all....on the other hand...to keep track of how your Dev/Test Environment behaves along the way, with the updates...well..might be a good idea. Said that. if you just want to use yum to ease your life with package mgmt...this guy wrote an article that might be good for you...Linux Tech Support: Configuring Yum in RHEL5 I'm using something similar for for two labs...one issue-reproduction environment (quite massive) and one RHCE study lab (unofficial)...all works just fine. Obviously...it all depends what you need it for hope it was of any help
Gomjaba wrote: » Well RHEL6 doesn't see any vmware network cards so my testing is off for the moment anyway
astorrs wrote: » Try forcing (in the VMX file) it to use the e1000 driver (standard Intel 1G NIC) and that should be supported.
ethernet0.present = "TRUE" ethernet0.virtualDev = "e1000" ethernet0.networkName = "Private VLAN22" ethernet0.addressType = "vpx" ethernet1.present = "TRUE" ethernet1.virtualDev = "e1000" ethernet1.networkName = "Public VLAN999" ethernet1.addressType = "vpx"