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

Using DB2 Discovery


DB2 Discovery is very useful in large networks where you don't know all the characteristics of the database servers such as the listening port numbers, the operating system, or other information used at cataloging.

Getting ready

In the following recipe, we'll discuss the discovery process and its related parameters at instance and database-level. We'll discover and catalog db2inst3 and the sample database created in the previous recipes at DB2 client instance.

How to do it...

  1. On nodedb22, start Control Center. Catalog the admin node by right-clicking on All systems and selecting Add:

  2. Discover the instances on nodedb21 using Configuration Center | All Systems | NODEDB21 | Instance | Add:

  3. In the instances discovered on nodedb21, choose db2inst3:

  4. The Add Instance window is auto completed, the only one box that needs completion is instance node name. Name it NODE21:

  5. Next, discover the Sample database under instance db2inst3:

  6. After short time database Sample is discovered.

  7. The window...