Installing the Klocwork Server package on Unix -- Upgrade only
Installing the Klocwork Server package on Unix -- Upgrade onlyThis page provides instructions for installing the Server package if you are upgrading. Important: This is not the starting point for upgrading. Make sure you start with Upgrading from a previous version.
Before you beginWhere do I get the software? Download the packages from Klocwork Support. Typically, only one or two users in an organization have access to Klocwork Developer Network. If you don't have access, you can register for a new account. Installation notes
Note: Due to MySQL limitations, the projects_root directory should not be located on NFS. It has a special file locking implementation which is not fully supported by MySQL. See also the warning in the MySQL documentation.
Run the installation packageRun the following command: kw-server-installer-18.1.x.x.<platform>.sh -p <projects_root> [options] <install_directory> [component ...]
where
Example kw-server-installer-18.1.0.0.linux.sh -p /space/old_projects_root /opt/klocwork
Command-line options for the Server package
Arguments for Server components
Add Klocwork to your PATHOn Unix, we recommend adding <klocwork_install>/bin to your PATH. Otherwise, you need to execute commands from <klocwork_install>/bin. |