Book Image

IBM DB2 9.7 Advanced Administration Cookbook

Book Image

IBM DB2 9.7 Advanced Administration Cookbook

Overview of this book

IBM DB2 LUW is a leading relational database system developed by IBM. DB2 LUW database software offers industry leading performance, scale, and reliability on your choice of platform on various Linux distributions, leading Unix Systems like AIX, HP-UX and Solaris and MS Windows platforms. With lots of new features, DB2 9.7 delivers one the best relational database systems in the market. IBM DB2 9.7 Advanced Administration Cookbook covers all the latest features with instance creation, setup, and administration of multi-partitioned database. This practical cookbook provides step-by-step instructions to build and configure powerful databases, with scalability, safety and reliability features, using industry standard best practices. This book will walk you through all the important aspects of administration. You will learn to set up production capable environments with multi-partitioned databases and make the best use of hardware resources for maximum performance. With this guide you can master the different ways to implement strong databases with a High Availability architecture.
Table of Contents (21 chapters)
IBM DB2 9.7 Advanced Administration Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Communications with DRDA servers (z/OS and i/OS)


There are some big shops which are running critical applications on DB2 on z/OS or i/OS. The reason to use these systems is that they are very reliable and provide unsurpassed scalability. Usually you need to connect and extract database from these systems. IBM provides a tool or an add-on named DB2 Connect for connecting to these systems. Next we'll show you how to catalog and establish connection to an i/OS DB2 database.

Getting ready

In the following recipe, we'll install DB2 Connect Server Edition product and establish a connection to a DB2 i/OS system and database.

How to do it...

After you have installed DB2 Connect, perform the following steps:

  1. Launch Configuration Assistant from its installation home Configuration Assistant | Add Database Using Wizard…:

  2. Select TCP/IP as the communication protocol.

  3. Specify Host name and Service name:

  4. Usually the database name in i/OS is identical to the host name:

  5. Specify the instance; this will be used just...