Slashdot Mirror


Solaris 10 Released

AusG4 writes "Sun Microsystems has released Solaris 10 for both SPARC and Intel/Opteron. Downloading it is the usual 'register and get your free license' meandering; the Intel/Opteron version is 4 CDs and an optional language and companion disc (a bunch of pre-compiled GNU software in pkgadd format, I'm assuming, same as Solaris 8 and 9)."

4 of 478 comments (clear)

  1. Don't mislead people by Anonymous Coward · · Score: 5, Informative

    Solaris is no longer available for "SPARC" systems, only UltraSPARC systems. It no longer supports sun4m or sun4d.

  2. Re:License summary anyone? by LeninZhiv · · Score: 4, Informative

    Have a gander: (Basically I think the answers are "yes", "wait for the source code, this is a binary distribution", and "I don't think so".)

    ENTITLEMENT for
    SOLARIS 10 3/05 OPERATING SYSTEM

    THIS ENTITLEMENT EVIDENCES YOUR AUTHORIZED SCOPE OF USE UNDER THE TERMS
    OF THE SUN MICROSYSTEMS, INC. SOFTWARE LICENSE AGREEMENT FOR THE SUN SOFTWARE
    INDICATED BELOW (THE SLA) UNLESS OTHERWISE AGREED IN WRITING BETWEEN YOU AND
    SUN MICROSYSTEMS, INC. (SUN). Capitalized terms not defined in this document
    have the meanings ascribed to them in the SLA. These terms will
    supersede any inconsistent or conflicting terms in the SLA.

    Licensee/Company: Entity in receipt of Software from an authorized source
    Beginning Date of License Term: the date of receipt of this Entitlement
    Software: Solaris 10 3/05
    Permitted Use: Commercial Use
    License Term: Perpetual (subject to termination under the SLA)
    Licensed Unit: Registered Computer System
    Licensed unit Count: Unlimited
    Additional Terms:

    1.0 License to Develop. You are authorized to develop software programs
    utilizing Software. If you desire to develop software programs which
    incorporate portions of Software ("Developed Programs"), the following
    provisions apply: (i) you may not modify or add to application programming
    interfaces associated with Software; (ii) you are not licensed to use fonts
    within Software to develop printing applications unless you have secured valid
    licenses from the appropriate font suppliers; (iii) incorporation of portions of
    Motif in Developed Programs may require reporting of copies of Developed
    Programs to Sun;
    and (iv) you will indemnify and defend Sun and its licensors from any
    claims, including attorneys' fees, which arise from or relate to distribution or
    use of Developed Programs to the extent these claims arise from or relate to the
    development performed by you. This Section 1.0 does not apply to the Sun Java
    System Application Server Platform Edition 8, Sun Java System Message
    Queue 3.5, Sun Java System Directory Server 5, and Java 2 Platform, Standard
    Edition (J2SE) included in or bundled with the Software.
    2.0 Sun Java Studio Enterprise for Evaluation Only. You may only use the Java
    Studio Enterprise (Studio) bundled or embedded with the Sun Java System
    Application Server Standard Edition portions of Software for Evaluation Use
    unless you purchase a separate license from Sun. Studio may contain a time out
    mechanism.

    3.0 Sun Java System Directory Server 5. This Section 3.0 applies only
    to the Sun Java System Directory Server 5 portion of the Software.
    3.1. Definitions.
    (a) "Directory Instance(s)" means an instance of the Sun Java System
    Directory Server process, slapd, running on a server.
    (b) "Entry(ies)" means a single Distinguished Name ("DN") and its
    associated attributes.
    (c) "Enterprise Wide" means your entire enterprise network.
    3.2 License Grant. Sun grants you a non-exclusive and non-transferable
    license
    for the internal use only of Sun Java System Directory Server 5 (Directory
    Server) (where you control, manage, configure and otherwise use the software)
    for your internal business use and not for resale or redistribution in any
    manner and only for the number of Entries for which the corresponding
    fee has been paid. Subject to the limitations of the previous sentence, you may
    provide services with Directory Server to users outside of your commercial legal
    entity, if any; provided that you may not permit any such user to control, manage or
    configure Directory Server.
    3.3 Additional Use Conditions.
    (a) Directory Server may contain, at no charge, up to an aggregate maximum of
    200,000 Entries, across any and all Directory Instances running
    Enterprise Wide.
    For the purposes of this Section 3.3(a) only, Entries exclude Solaris 10
    operating system entries that do not define users.
    (b) You may install and run multiple instances of the Sun Java System
    Directory Server Console client on multiple computers and platforms for remote
    and distributed administration of servers and applications.

  3. Re:Multiple OS support? by LeninZhiv · · Score: 4, Informative

    Yes, but (unless things have changed since beta69; my download is still in progress), it's not as idiot-proof as installing Solaris 9 was. (Although the hardware support is much better, so the chances of this working on your machine are way higher than with Solaris 9).

    It's also surprisingly easy to kill your other operating systems when you install though, so do your homework. (Google "dual-boot" "Solaris 10" etc. and keep reading till you're sure you've filled in all the gaps, and back up just in case). Also of course have a copy of Knoppix and your bootloader configuration around.

  4. Re:Solaris Zones vs User Mode Linux by darkcompanion · · Score: 5, Informative

    Solaris 10 zones have much better performance than UML, more comparable to Xen or FreeBSD jails. However, Xen runs only on IA32, where Solaris also does AM64 and Sparc. Xen and UML also don't support multiprocessor machines, if I'm not mistaken, and FreeBSD jails do not support things like resource managers, in case of a jail process bringing the whole machine (and other jails) down. Sun has its Fair Share Scheduler, where you can bind a container to one or more processors.