Slashdot Mirror


Sun to Sell Unbundled Solaris 9

An anonymous reader writes "Sun VP John Loiacono told eWEEK that the company is scrapping its plan to limit Solaris 9 support to Sun x86 hardware. Loiacono said the version for non-Sun hardware will retail for $99 for a single CPU and that the company is committed to supporting both Sun and non-Sun hardware in the future. Sun will also publicize the compatibility test suite it used internally, and said it may ultimately open the code for the product to the open source community."

6 of 183 comments (clear)

  1. Re:Solaris is a nice UNIX by guacamole · · Score: 5, Informative

    I really doubt anyone is running a website on a 100 CPU server. Using a single large unix server as web webserver is just not very practical or economical. It is very easy to distribute the load between multiple cheap, comodity x86 servers. They scale greatly for this kind of application. Databases and such is a different story..

  2. Re:This is great... by larien · · Score: 5, Informative
    From experience, I've been able to run Solaris 7 & 8 on x86 hardware in a lab environment quite stably. The biggest issues you'll find are:
    • No sound drivers for anything other than Sound Blasters; probably not a biggie, and you can download drivers for SB64/128
    • Pick your network cards carefully; check the HCL.
    • Poor/non-existent X support. You almost have to use XFree86 to get any useful X windows.
    • Poor support for IDE; DMA is limited.
    If you can work around that, you'll do OK, but linux will probably run smoother on commodity x86 hardware.
  3. Re:This is great... by chegosaurus · · Score: 5, Informative

    True, but a couple of points:

    > No sound drivers for anything other than Sound Blasters; probably not a biggie, and you can download drivers for SB64/128

    The one thing I don't like about Solaris on x86. I've *never* been able to get the OSS soundcard drivers to work on my system. (Dual CPU - something goes very screwy and system usage goes up to ~95%!)

    > Pick your network cards carefully; check the HCL

    True, but many non-HCL cards can be persuaded to work without too much trouble. I've got a great system, works beautifully except for the sound card, which I don't miss, and none of it is on the HCL. (Oh, maybe the SCSI cards..?)

    > Poor/non-existent X support. You almost have to use XFree86 to get any useful X windows

    Not so bad as it used to be, especially with the porting kit. The XiG Accelerated-X server, or Summit as I think they call it now (www.xig.com) is very reasonably priced, works with anything, and generally *rocks*.

    > Poor support for IDE; DMA is limited

    Solaris IDE support really sucks, even on SPARC. Give it SCSI disks - it loves them.

  4. Re:open sourced in the future by jukal · · Score: 5, Informative
    the open sourcing appears to refer to the hardware compatibility testing suite - not Solaris

    Yes, this seems to be the case in this article. However, I found this maybe more interesting one (Making Solaris open source)

    Clip (Sun chief engineer Rob Gingell, August 28, 2002 ):

    The really valuable thing to us is this community. Not all predecessor communities have agreed to operate on the same IP principle that the Linux community operates on. Getting by that is a real impediment to throwing open the kimono and saying, "Here, Solaris is now open sourced." So, some of it has happened, and we are working on the rest of it. We may never be able to do it all because we may never be able to reach an agreement with the originators of the stuff. In short, the answer is that we're just sort of chipping away at it

    This might be worth submitting to /. as a separate story if it has not already been here.

  5. Re:Solaris is a nice UNIX by Doctor_D · · Score: 5, Informative

    In 2000, I would have agreed with you that most sites would just throw a slew of linux boxes running apache to host the website. At my old job that's what me and a couple of others were proposing--we so wanted to get rid of the boss installed M$ IIS server--for many many reasons.

    In 2001, I got a job with Sun. I went to a customer site to monitor an E10k, and I asked them what they were running on it, when they said their website, I was shocked. The usual answer is a ERP system with a database of some sorts. I have heard of clustered E10k's hosting websites, but I haven't heard of F15k's running websites.

    So, since an E10k can only scale to 64 UltraSPARC II processors, you're right....as far as I personally know that no one is running a website on a 100 cpu system (which would imply a F15k).

    --
    "If you insist on using Windoze you're on your own."
  6. Re:Easy solution... by irix · · Score: 5, Informative
    The "we can't upgrade because stuff will break" crowd really gets on my nerves sometimes.

    You must be a Solaris sysadmin. Let me give you a Solaris developer perspective :-)

    I have complicated package install scripts that rely on many of the old Solaris SysV stuff to be there. If it isn't, things will almost certainly break.

    The suggestion I would have is put the GNU stuff in /usr/local/bin for now - and this is exactly what Sun is doing. After some period of time, announce that you are deprecating the SysV coammands. Some period of time later (several releases) consider reversing the situation - make the GNU stuff the default, leave the old commands somewhere else.

    We still have plenty of customers running Solaris 7. When you have high availablility high transaction systems, you make upgrade moves slowly and carefully. I know this isn't the way Linux works, but Sun plays in somewhat of a different market.

    --

    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.