Installing the HP-UX Itanium 2 API

You can install the HP-UX Itanium 2 API from the product installation media.

About this task

The following source packages are available on the installation media:

tsmcli/hp11ia64/gskcrypt64-8.x.x.x.hpux.ia64.tar.Z and tsmcli/hp11ia64/gskssl64-8.x.x.x.hpux.ia64.tar.Z
Contains the GSKit. If you have a previous version of the GSKit, uninstall it before you install the new version.
tsmcli/hp11ia64/TIVsmCapi64
In this package, the software selection name that is used by swlist for the top-level product name is TIVsm64. The component under TIVsm64 is TIVsm.CLIENT_API64.

Default installation directories

Here are the default directories where some files are stored as part of the client installation:

  • The IBM Spectrum Protect API files are installed in the /opt/tivoli/tsm/client/api/bin64 directory.
  • The sample system-options file, dsm.sys.smp, is placed in the installation directory.
To remove previous backup-archive client versions, log in as the root user and enter the following command:
/usr/sbin/swremove -x mount_all_filesystems=false -v TIVsm64      
If you installed additional languages in a Version 7.1.2 or earlier client, run the following command to remove them:
/usr/sbin/swremove -x mount_all_filesystems=false -v TIVsm64.CLIENT_msg_lang
Replace lang with the appropriate language code from Table 1.
Table 1. HP-UX Itanium 2 client: Language codes for installation packages
Language Language code
Simplified Chinese ZH_CN
Traditional Chinese ZH_TW
Czech CS_CZ
French FR_FR
German DE_DE
Hungarian HU_HU
Italian IT_IT
Japanese JA_JP
Korean KO_KR
Polish PL_PL
Brazilian Portuguese PT_BR
Russian RU_RU
Spanish ES_ES

This installation procedure can be used to install new distributions or updates from downloaded installation media. The downloaded files that you use to install the client might be compressed. Depending on the package file format, either copy or extract the files to disk and use these instructions to install the components.

You can download the appropriate package file from one of the following websites:

Procedure

  1. Log in as the root user.
  2. Mount the volume that you are installing from.
  3. To install GSKit: If you have a previous version of GSKit installed, remove it before you install the new version. Extract the contents of gskcrypt64-8.x.x.x.hpux.ia64.tar.Z and gskssl64-8.x.x.x.hpux.ia64.tar.Z to a directory on your hard disk. Enter the following commands to install the packages:

    /usr/sbin/swinstall -x mount_all_filesystems=false -v -s `pwd`
      /gskcrypt64 gskcrypt64

    /usr/sbin/swinstall -x mount_all_filesystems=false -v -s `pwd`
      /gskssl64 gskssl64

  4. If you downloaded from FTP, go to the directory where the installable image is located. Enter the following command:

    /usr/sbin/swinstall -x mount_all_filesystems=false -v -s `pwd`/TIVsmCapi64 TIVsm64

    `pwd` can be used instead of the absolute name of the current directory.