Archive for the ·

Database

· Category...

Using Hitachi Data Systems HOMRCF and HORC with DB2 UDB Enterprise Edition

Comments Off

This PDF takes you through a sample configuration setup using DB2 UDB –

Enterprise – Extended Edition (EEE) Version 7.2 with Hitachi Open ShadowImage and
Hitachi Open Remote Copy.
Detail:
Hitachi® Data Systems 7700E
Open ShadowImage™ (HOMRCF)
Open Remote Copy (HORC)
with
IBM® DB2® Universal Database™ Enterprise-Extended Edition Version 7.2
PDF Download:
Using Hitachi Data Systems HOMRCF and HORC with DB2 UDB Enterprise Edition
tags: , , , , , ,
Comments Off
October 8, 2012 11:12 am

Oracle Architecture and Tuning on AIX v2.30

Comments Off
by    in AIX,Database

Abstract:This paper is intended for IBM Power Systems customers, IBM Technical Sales Specialists and consultants who are interested in learning more about the requirements involved in building and tuning an Oracle RDBMS system for optimal performance on AIX platform.

This white paper contains best practices which have been collected during the extensive period of time my team colleagues and I have spent working in the Oracle RDBMS based environment. It is focused on AIX versions 5.3, 6.1, 7.1 and Oracle 9i, 10g, 11g.

It begins with a short description of the most important Oracle DB architectural elements. It continues with an overview of the AIX-related tuning elements that are most crucial for optimal DB activity.

This document can be expanded into many different OS or DB-related directions. Additional information on related topics is included in the Appendix of this paper, as well as references to supporting documentation. However, this paper is not focused on the application tuning area. Application performance tuning is a subject too broad to be covered in a white paper of this length.

 

Download PDF:

 

http://www-03.ibm.com/support/techdocs/atsmastr.nsf/5cb5ed706d254a8186256c71006d2e0a/bae31a51a00fa0018625721f00268dc4/$FILE/Oracle%20Architecture%20and%20Tuning%20on%20AIX%20(v%202.30).pdf

 

 

 

tags: , , ,
Comments Off
August 31, 2012 4:08 pm

DB2 managed GPFS cluster using db2cluster_prepare utility.

Comments Off
by    in Database

Question

This technote describes how to create a DB2® managed GPFS™ cluster using the db2cluster_prepare utility and how to clean the GPFS cluster manually from the DB2 pureScale™ environment.

Answer

Before you begin

  1. You must have installed IBM DB2 PureScale Feature for Enterprise Server Edition, Fixpack.
  2. Ensure that you have root access to use the db2cluster_prepare command.

About this task
In a DB2 pureScale environment, all data and logs must be on an IBM General Parallel File System (GPFS). You may need to create a DB2 managed GPFS cluster and file system. This can be done without an instance by using the db2cluster_prepare command.

Procedure

  • Create a new DB2 managed GPFS cluster file system.

    Perform these steps to create a DB2 managed GPFS cluster and file system on a host which has no previously existing GPFS cluster. This is the recommended method to setup a DB2 pureScale environment.

    a. Use the db2cluster_prepare command to create a DB2 managed GPFS.

    db2cluster_prepare -instance_shared_dev /dev/hdisk1

    b. Verify the GPFS cluster exists using the following commands. For example:

    /opt/IBM/db2/V9.8/instance/db2cluster –cfs –list –domain
    /opt/IBM/db2/V9.8/bin/db2greg -dump

    Example output:
    V,GPFS_CLUSTER,NAME,db2cluster_20110331115346.in.ibm.com,-,DB2_CREATED

  • Manually clean the DB2 Managed Cluster File System and uninstall GPFS

    a. The db2greg command will fail if you already have a GPFS_CLUSTER variable record
    in the global registry. You can remove the existing record using the following command:

    db2greg -delvarrec service=GPFS_CLUSTER

    b. Clean the GPFS from the system using the instructions in tech note 1447939

    http://www.aixmind.com/?p=2313

tags: , , ,
Comments Off