Preparing for installation
Before you install IBM Discovery Library Adapter for z/OS 3.2.0, IBM Z Resource Discovery - Data Service, and IBM Z Operations Analytics Common on z/OS and Linux, you must prepare for installation.
on z/OS
You can follow the instructions of the Program Directory for IBM Discovery Library Adapter for z/OS in the PDF files.
On Linux
- Create two temporary working directories on the target system. These directories will be
referred to as TEMP_WORK_DIR_ZRDDS and
TEMP_WORK_DIR_ZOA for the remainder of this document. For example,
-
mkdir -p /products/IBM/TEMP/ZRDDS mkdir -p /products/IBM/TEMP/ZOACOMMON
-
- Choose one of the following ways based on where you obtain the images:
- If you obtain the Linux components as DVD images or as physical DVDs from IBM ShopZ:
- Mount the ZRDDS DVD or DVD image to the target system.
- Copy the complete contents of the ZRDDS DVD into
TEMP_WORK_DIR_ZRDDS:
cd [mount-point] tar cf - * | tar xf - -C TEMP_WORK_DIR_ZRDDS cd -
- Unmount the ZRDDS DVD or DVD image.
- Mount the ZOA Common DVD or DVD image to the target system.
- Copy the complete contents of the ZOA Common DVD into
TEMP_WORK_DIR_ZOA:
cd [mount-point] tar cf - * | tar xf - -C TEMP_WORK_DIR_ZOA cd -
- Unmount the ZOA Common DVD or DVD image.
- If you obtain the Linux components as Fix Pack images from IBM Fix Central:
- Copy the ZRDDS fix pack image into TEMP_WORK_DIR_ZRDDS.
- Unpack the fix pack images:
cd TEMP_WORK_DIR_ZRDDS tar xvf ZRDDS_FIX_PACK_IMAGE.tar.gz
- Remove the fix pack
image:
rm ZRDDS_FIX_PACK_IMAGE.tar.gz
- Copy the ZOA Common fix pack image into TEMP_WORK_DIR_ZOA.
- Unpack the fix pack images
cd TEMP_WORK_DIR_ZOA tar xvf ZOA_FIX_PACK_IMAGE.tar.gz
- Remove the fix pack
image:
rm ZOA_FIX_PACK_IMAGE.tar.gz
- If you obtain the Linux components as DVD images or as physical DVDs from IBM ShopZ: