Optimized Open Source Software Stack (Cool Stack)

for the Oracle Solaris Operating System(TM)

Overview

Cool Stack is a collection of some of the most commonly used open source applications optimized for the Oracle Solaris OS platform. By using these binaries you will enjoy the best levels of performance from your system, while also reducing your time-to-service.

Cool Stack features

Cool Stack includes several packages in the Solaris pkgadd format, so you can install just the ones you need. Some of the applications in Cool Stack already ship with Solaris, but these are either older versions and/or not built with full optimization. Further, Cool Stack has been pre-configured to have the most popular applications (Apache, PHP, MySQL) to work seamlessly out of the box. By using these binaries you will enjoy the best levels of performance while also reducing your time-to-service.

Cool Stack Contents

The following sections lists all of the packages available. For details on version numbers, modules/extensions included etc. please read the documentation available on the download site.

Downloads

Cool Stack is available for download from the Oracle Download Center:

Changelog for Cool Stack 1.2

Packaging

Components

Build

Bugs Fixed

Cool Stack Installation on Solaris 10

You must be 'root' to install the packages. Download the packages you are interested in into any directory. For each of the downloaded packages, run the following bunzip2 and pkgadd commands:

bunzip2 [package.pkg.bz2]

For example: bunzip2 CSKmysql_1.2_sparc.pkg.bz2

pkgadd -d [package.pkg]

For example: pkgadd -d CSKmysql_1.2_sparc.pkg

This process will install the package in /opt/coolstack, along with all dependent libraries.

After installation, please refer to the README file included in each of the application's directories. The README includes detailed information on the following:

Cool Stack Installation on OpenSolaris/Solaris Express Developer Edition (SXDE)

Due to some incompatibility in package processing, the data stream format of the packages do not work on some OpenSolaris and SXDE releases. The solution is to convert the streams to filesystem format. Here is an example :
# pkgtrans CSKamp_1.2_x86.pkg /var/tmp
# pkgadd -d /var/tmp
pkgadd will display all the packages available in /var/tmp and you can now choose to install whichever packages you want.

Upgrading from Cool Stack 1.1

If you already have packages from Cool Stack 1.1 installed, please be aware that these will be over-written with the new version. You should back up whatever files you have changed (e.g. apache2/conf directory, php5/lib/php.ini etc.) A safe way to do this is to first rename the current /opt/coolstack directory and then remove the currently installed Cool Stack packages using pkgrm CSKpkgname. Note that pkgrm will not remove files that you added as for e.g. In apache2/htdocs or elsewhere. You can save these files before installing the new packages, then re-copy your saved files back. This process is illustrated below assuming you had only CSKamp installed :
# Save entire coolstack (temporarily)
bash-3.00# mv /opt/coolstack /opt/coolstack1.1
# Delete old Cool Stack 1.1 package
bash-3.00# pkgrm CSKamp

# Save any files you added after installation
bash-3.00# cd /opt/coolstack
bash-3.00# mkdir /var/tmp/CS_save; cp -rp . /var/tmp/CS_save
bash-3.00# cd /var/tmp/CS_save
# delete all files in /var/tmp/save you don't care about e.g. apache2/logs/*

# Add new Cool Stack 1.2 package from wherever you downloaded it to
bash-3.00# bunzip2 CSKamp_1.2_sparc.pkg.bz2; pkgadd -d CSKamp_1.2_sparc.pkg

# Copy back the saved files. Be cautious and ensure that you're copying back ONLY required files or otherwise you could mess up your package
bash-3.00# cp -rp /var/tmp/CS_save/selected_files /opt/coolstack

# Copy your original config files back from /opt/coolstack1.1. For example:
bash-3.00# cd /opt/coolstack; cp ../coolstack1.1/apache2/conf/httpd.conf apache2/conf

Cool Stack 1.2 patches

Cool Stack 1.2 patches can be obtained here

Where to look for help

Take a look at the Frequently Asked Questions - FAQ.

Cool Stack Tools Community can assist with questions about Cool Stack open source software within the Cool Tools Forums.

Developer support for Cool Stack is now available. See the announcement

Note: Support for Cool Stack software is not covered by Sun's support agreements associated with Solaris or Sun Fire servers.

If you wish to send feedback to the developers of Cool Stack, please send an email to Please send your feedback to: . We would love to hear whether you find Cool Stack useful, what additional functionality would help etc.

Please also ensure all the latest product updates have been applied to your system. Please refer to the product notes for your system.