SD-UX depots on HP-UX ===================== Install release 1.4.28 of scc and release 1.2.8 of scc-srv with the following commands: swinstall -s $(pwd)/scc-1.4.28.hpux.depot scc swinstall -s $(pwd)/scc-srv-1.2.8.hpux.depot scc-srv To register both depots, use the commands: swreg -l depot $(pwd)/scc-1.4.28.hpux.depot swreg -l depot $(pwd)/scc-srv-1.2.8.hpux.depot To copy both products to an existing depot, use the commands: swcopy -s $(pwd)/scc-1.4.28.hpux.depot scc @ /your/depot swcopy -s $(pwd)/scc-srv-1.2.8.hpux.depot scc-srv @ /your/depot Packages on Solaris =================== Install release 1.4.28 of scc and release 1.2.8 of scc-srv with the following commands: pkgadd -d ./scc-1.4.28.sunos.pkg -a none scc pkgadd -d ./scc-srv-1.2.8.sunos.pkg -a none scc-srv During the installation, you will be asked whether the installation-scripts should run. Use the following admin-file to fully automate the installation process. basedir=default mail= runlevel=nocheck conflict=nocheck setuid=quit action=nocheck partial=nocheck instance=overwrite idepend=nocheck rdepend=nocheck space=nocheck RPM === Note that you should backup your scc-srv data-directory before you upgrade from release 1.1-23 of scc-srv. A postremove script was used in the release 1.1-23 to remove the data-directory after uninstalling the software. However, rpm treats an upgrade as an install followed by a remove, resulting in the removal of the data-directory. Use the following work-around to avoid that rpm removes your data-directory: cd /var/opt/scc-srv cp -Rp data o_data rpm -U /your_path/scc-srv-1.2-8.rpm scc-srv mv o_data data Install release 1.4.28 of scc and release 1.2.8 of scc-srv with the following commands: rpm -U ./scc-1.4-28.rpm rpm -U ./scc-srv-1.2-8.rpm The installation of scc-srv can take some time when your realms contain the scc-data of many systems as all summaries are generated again by the new version of the software. Source ====== To install scc from source, use the following commands: tar xf scc-1.4.28.src.tar cd scc ./scc-install To install scc-srv from source, use the following commands: tar xf scc-srv-1.4.28.src.tar cd scc-srv ./scc-srv-install Note that both directories scc and scc-srv are cleaned at the last stage of the installs. Refer to the PSF, pkg and spec files in the source tree to find out how to build your own depot/package/rpm after customizing the source.