Upgrading a Solaris Package

With a new package distribution in hand, you can easily upgrade your existing package to the later one.

What You'll Need

To upgrade using the package, you'll need the following:

Upgrading the Package

Rather than using an explicit package upgrade, you simply make a backup of your existing instance, remove the existing instance, then install the new one.

  1. Make a backup of your existing instance.
  2. From the command line, access the target host as root.
  3. Stop the Jive application service as described in the Platform Run Book (Solaris).
  4. Delete the existing instance with a command such as the following:
    rm -rf /usr/local/jive
  5. Follow the installation instructions to install the new package.
  6. You're finished.