| Solaris |
|
|
The majority of Open High Availability Cluster code is released under the Common Development and Distribution License (CDDL) Version 1.0.
Source based on existing open source projects will continue to be available under their current licenses. Some binary components are covered under the OpenSolaris Binary License and some are covered under other open source licenses. Specific download pages provide license information associated with the available component pieces.
To build from source you will need a system installed with:
You will also need to download and install the following build tools:
# **cd /var/tmp** # **bzcat ///path///SUNWonbld.//PLATFORM//.tar.bz2 | tar xf -** # **pkgadd -d onbld SUNWonbld**
# **cd /opt** # **bzcat ///path///ohac-tools-//DATE.PLATFORM//.tar.bz2 | tar xf -**
To build the OHAC Geographic Edition, you will also need to download and install the following archives:
# **cd /opt** # **bzcat ///path///ohac-ref-proto-//DATE.PLATFORM//.tar.bz2 | tar xf -** # **bzcat ///path///ohacgeo-ext-pkgs-//DATE.PLATFORM//.tar.bz2 | tar xf -**
And finally, you'll need to download and install the source archive:
$ **cd /builds** $ **bzcat ///path///ohacgeo-src-//DATE//.tar.bz2 | tar xf -**
To build the Geographic Edition source, run nbuild from within the source tree. This example will do a full build of both non-debug and debug using the Sun Studio Compiler, and assumes all the compilers, tools and archives were installed in their default locations:
$ **cd /builds/ohacgeo** $ **/opt/scbld/bin/nbuild -Da**
Alternatively, to build the Geographic Edition source using the GNU Compiler Collection (gcc), run nbuild with two additional options:
$ **cd /builds/ohacgeo** $ **/opt/scbld/bin/nbuild -Da CW_NO_SHADOW=# __GNUC=**
The resultant build will be located in /builds/ohacgeo+5.11+PLATFORM where you will find:
Use pkgadd(1M) to install Geographic Edition. This example installs the non-debug x86 SMI-S data replication software:
# **pkgadd -d /builds/ohacgeo+5.11+i386/packages/i386/Sol_11-nd SUNWscgrepsmis SUNWscgrepsmisu**
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.