IBM Hub/Switch Switch User Manual


 
Chapter 4 HPSS Installation
HPSS Installation Guide September 2002 211
Release 4.5, Revision 2
1. Construct the HPSS source tree
2. Compile the HPSS binaries
4.5.2.1 Construct the HPSS Source Tree
4.5.2.1.1 Construct the HPSS Base Source Tree
The HPSS base source tree contains the source code for all the HPSS components except the STK
PVR proprietary code. To construct the HPSS base source tree, the following steps must be
performed:
1. Log on as root.
2. Install the HPSS source code package (code is installed in the /opt/hpss directory).
3. Change directory to /opt/hpss directory.
4. Review the /opt/hpss/Makefile.macros file. This file defines the "make" environments and
options for the HPSS software compilation. Ensure that the environments and options are
specified properly before running the "make" command.
5. Issue make idl-tidl command.
4.5.2.1.2 Construct the HPSS HDM Component Source Tree
The HPSS HDM component source tree can be extracted from the HPSS base source tree. To
construct the HPSS HDM component source tree, the following steps must be performed:
1. Log on as root.
2. Change directory to the HPSS base source tree (the default location is /opt/hpss).
3. Review the Makefile.macros file. Make sure that the HDM_SUPPORT flag is set to on.
For DFS HDMs, make sure that the HDM_SUPPORT_TYPE flag is set to HDM_DFS.
For XFS HDMs, make sure that the HDM_SUPPORT_TYPE flag is set to HDM_XFS.
4. Ensure that the target directory tree (where the source tree will be constructed) is empty.
5. Issue the following command:
% make BUILD_ROOT=<HDM source tree directory> build-hdm
4.5.2.1.3 Construct the HPSS Non-DCE Component Source Tree
The HPSS Non-DCE component source tree can be extracted from the HPSS base source tree. To
construct the HPSS Non-DCE component source tree, the following steps must be performed: