Slashdot Mirror


Red Hat Enterprise 3 Beta Reviewed

viewstyle writes "eWEEK has got a review of Red Hat Enterprise Linux 3.0 Beta, code named Taroon. It now has the new Red Hat Bluecurve interface. New important stuff includes: logical volume management and access control lists in the file system. The access control list feature is something that has been in Windows and Solaris for some time. If you're interested, you can download it here."

14 of 191 comments (clear)

  1. Call that a review? by kiltedtaco · · Score: 5, Informative

    That was just a general list of features! Does anything there actualy even suggest that the author actualy installed the OS?

    This is about as newsworthy as the "Top universities" thing.

  2. LVM: article is wrong by menscher · · Score: 5, Informative

    It says "LVM first surfaced in the 8.0 release of Red Hat Linux", but I'm using it under RH7.3, so....

    1. Re:LVM: article is wrong by justsomebody · · Score: 3, Informative

      If I read it correctly, LVM was present in 7.3, but 8.0 was the first version that introduced autodetecting of LVM volume in booting up

      In 7.3 you had to edit rc.local and add commands to scan volumes, 8.0 contains

      # LVM initialization
      if [ -f /etc/lvmtab -a ! -e /proc/lvm ] ; then
      modprobe lvm-mod >/dev/null 2>&1
      fi
      if [ -e /proc/lvm -a -x /sbin/vgchange -a -f /etc/lvmtab ]; then
      action $"Setting up Logical Volume Management:" /sbin/vgscan && /sbin/vgchange -a y
      fi


      in /etc/rc.d/rc.sysinit, that's difference as much as I see it

      --
      Signature Pro version 1.13.2-3 release 83.5 beta3try7 after-breakfast edition
  3. ACLs already in SuSE ... by Marcus+Meissner · · Score: 3, Informative

    ACLs have been in SuSEs Enterprise Server since end of last year, so they are barely news.

  4. ACLs by Plix · · Score: 3, Informative

    The access control list feature is something that has been in Windows and Solaris for some time.

    FreeBSD has had ACLs (in the 5.x branch) for some time as well.

  5. Re:fair warning by Anonymous Coward · · Score: 5, Informative

    You're talking about the regular Red Hat stuff. Not the Enterprise stuff. Their current version is 2.1. 2.1 is solid.

  6. I've been using this for a couple weeks. by j1mmy · · Score: 5, Informative

    Stable enough, though pretty haphazardly put together, even for a beta release. The distro is missing stuff like postgresql's server and pine. You can build these from source rpms or download them from up2date, but they're not available as binary rpms anywhere on redhat's ftp. Other than that, it seems to be pretty solid on my dual opterons.

    1. Re:I've been using this for a couple weeks. by fo0bar · · Score: 4, Informative

      [Pine's] not free software, so RedHat won't ship it.

      Close, but the reason is this: Red Hat CANNOT ship pine, techically. This is because Red Hat includes its own patches in nearly every RPM it releases. (This is usually to fix a bug in hardware X with glibc Y that only occurs Z minutes each year... you get the idea.) While Pine's license allows for the creation of patches against the product, it does not allow for distributing patches binaries, without prior approval from UofW. Whether those patches are available to the end user is irrelevant, Pine's authors don't like "modified" binaries to be released.

      Of course, source-based ports systems like Gentoo or *BSD are fine, due to their nature, but distros like Red Hat don't want to go through the hoops involved with Pine, so they just choose not to.

  7. RHAS 3.0 Beta and Oracle 9iR2 by MmmmAqua · · Score: 5, Informative

    For anyone who's interested...

    I run Oracle 9iR2 on RHAS 2.1 machines at my work. Generally, I have been very happy overall with the performance and stability of Oracle on Linux (though, for home use, certainly not - Oracle costs an arm, a leg, and both of their respective prosthetic replacements). There are a couple of things that RHAS 3.0 does much better than 2.1 (that I've noticed, and these only relate to Oracle on Linux, so this may be completely irrelevant to you). All tests were done on a Dell PowerEdge 2650, dual 2.8Gz Xeon, 6GB RAM, a PERC3Di RAID controller driving a five-disk RAID 5, and dual gigabit ethernet controllers.

    First, the inclusion of the hyperthreaded scheduler. I run dual Xeon machines, and enabling HT on the 3.0 beta allowed the machine to handle 10-12% more load than with HT disabled. Enabling HT on 2.1 incurred a performance penalty, as the scheduler would tend to starve one CPU.

    Second, you can now use bigpages with a shmfs large SGA (SGA > 1.7Gb). My production servers have a 3Gb SGA, and using 4kb pages is painful. I don't know what the problem was with 2.1, but this is a big fix for me, as it means I don't have to lower the mapped base address for all of my Oracle binaries anymore. Woohoo!

    Third, LVM is nice. You can use LVM with 2.1, with a little doing, but in general it is a pain. Being able to create volumes at boot time is nice, and then later on, when I decide to hang a PowerVault enclosure off the PowerEdge, being able to just toss that large pool of extra storage into the volume is nice, too.

    Lastly, if you are using Java in your Oracle database at all, then you will see a big benefit from NPTL. At least, I am assuming it's NPTL, but my Java stored procedures which spawn threads to parallelize some heavy lifting are executing much faster. I'm probably jumping to the wrong conclusion, but I don't care. Some of my extproc .so's are threaded, and they're running better, too.

    I don't really care about Bluecurve, because I never use X on the Oracle servers. The only reason X is installed is because Oracle has no command-line installer anymore, so I have to do a remote X session for the installs. That's Oracle's fault, though, so no digs on Red Hat for that. I also really, really wish that Red Hat would include some more filesystems. Ext3 is okay, but for larger database files, I would much rather be using XFS.

    All in all, I think RHAS 3 beta is a significant step forward for Red Hat, at least for Oracle users. Oh, and I forgot to mention that the hanic (High-Availability NIC) daemon from Oracle runs better on 3.0 beta than 2.1. It's cool to be able to yank one of the ethernet cables out of your machine during heavy traffic and have everything keep running.

    --
    Arr! The laws of physics be a harsh mistress!
  8. Useless Review.... by ElGuapoGolf · · Score: 5, Informative

    This is not so much a review as a rehash of the feature list. I don't care about bluecureve or the wonderful interface on an advanced server product.

    As they're not shipping a JDK with it, it's hard to know if their kernel modifications will break whatever JDK they do ship with (like the last RHAS did). Or if they only let you install to ext3, unless you feel like playing with command line install options.

    That java thing was a horrible mess, and was why we ultimately went with SuSE. Don't bill yourself as an OS for running those java application servers unless you test. Hopefully RH has fixed their issues this time around.

  9. Logical Volume Management by Yonder+Way · · Score: 3, Informative

    It's been shameful that RHEL customers have had to do without official LVM support while the retail users have had it for some time.

    I'm using it presently on RH 9 and found that Red Hat's implementation of LVM prevents snapshots from working properly. That is, you can create a logical snapshot, but you can't mount it. I downloaded the latest kernel source from kernel.org, copied the .config file over from the RH kernel, but didn't apply the Red Hat patches. Not only does the system work precisely as expected, but LVM snapshotting actually works just fine. I'm now able to properly back up my desktop machine.

    That Red Hat has known about this problem for ages and neglected to fix it is shameful. LVM should have been a priority all along for RHEL.

  10. Re:Its things like this.... by MmmmAqua · · Score: 4, Informative

    Well, RHAS is pitched to enterprise applications, and one of the biggest enterprise applications is Oracle. You are supposed to have installed both Sun's 1.3.1 JVM, and Blackdown's 1.1.8 JRE on RHAS machines which are intended to run 9i.

    So, at least as far as a JVM goes, the author has a valid bitch.

    --
    Arr! The laws of physics be a harsh mistress!
  11. Re:Doo? by chill · · Score: 4, Informative

    No, the software is all FOSS. You just don't get support for it.

    Also, don't go buying one copy, installing 10 and wanting support for 10 on the price of 1. THAT is a no-no.

    "The term "Services" as used in this Agreement means, collectively, the Support Services and RHEN, each as defined herein."

    On the other hand, if you install 100 copies and later want tech support for just one then you must buy tech support for all 100 before you get help. :-)

    --
    Learning HOW to think is more important than learning WHAT to think.
  12. Re:duh look at the price by stoolpigeon · · Score: 3, Informative

    No - I work at a small business. My boss priced a low end dell server (like $6k) - then he had to pay the license for win2k and SQL server- I think it ran somewhere around $10k- four thousand dollars more than the server.

    We went with PostgreSQL on Red Hat. It doesn't do everything SQL Server does out of the box- but we didn't need everything SQL server does. $25,000 is peanuts.

    --
    It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?