With a new package distribution in hand, you can easily upgrade your existing package to the later one.
To upgrade using the package, you'll need the following:
The following instructions are very similar to those for installing the package. For more detail on the commands, refer to Installing the Linux Package.
rpm -Uhv jive_sbs_employee-3.0.1_dev.RHEL-5.x86_64.rpm
The following shows console output for a successful upgrade using the preceding command.
[root@targethost ~]# rpm -Uvh jive_sbs_employee-3.0.1_dev.RHEL-5.x86_64.rpm Preparing... ########################################### [100%] Writing upgrade version. Wrote upgrade version. Stopping Jive Applications Stopping Jive System Database. Stopping Jive HTTP Service. Jive pre-upgrade configuration complete. Pre-install tasks complete. 1:jive_sbs ########################################### [100%] Executing Jive post-install configuration. Performing jive platform upgrade. Starting Jive System Daemon. Performing Jive system configurations. Starting Jive System Database. Starting jive-database: server starting Starting Jive applications. Handling applications ['sbs'] Starting sbs... Executing /usr/local/jive/applications/sbs/bin/manage start sbs started successfully. All applications started successfully (1 total). Disabling existing Apache HTTPD server. Starting jive-httpd: Jive post-install configuration complete.
[1520][root@targethost:~]$ appstop --verbose Stopping sbs... Executing /usr/local/jive/applications/sbs/bin/manage stop sbs stopped successfully. All applications stopped successfully (1 total). [1520][root@targethost:~]$ appstart --verbose Starting sbs... Executing /usr/local/jive/applications/fsbs/bin/manage start sbs started successfully. All applications started successfully (1 total).