IBM Books

Installing and Configuring DB2 Clients


Installing DB2 Products Remotely Using SMS

With Microsoft Systems Management Server (SMS), you can install DB2 products across a network onto remote Windows NT systems, setting up the installation from a central location.

note

You can also use SMS to remove all DB2 products from a target workstation. Simply follow the instructions below, but when creating the SMS package, select Uninstall DB2 Products instead of selecting the packages to be installed.

To install DB2 products via SMS, perform the steps in the following sections:

Before You Begin

Read and perform the steps in this section before you begin the installation to ensure that you have the required items and information you will need.

Creating Usernames for DB2 Installation and Operation

This section describes usernames required to install the DB2 product and its components.

Creating a Username for Installing DB2 Products:

Windows 95
The username must be a valid DB2 username.

A valid DB2 username is eight characters or less, and complies with DB2's naming rules. For more information on DB2's naming rules, see Appendix C. "Naming Rules".

Windows NT
You need to have a username that will be used to install DB2. The username must belong to the Administrators group, and also be a valid DB2 username or have the "Act as part of the operating system" advanced user right.

A valid DB2 username is eight characters or less, and complies with DB2's naming rules. For more information on DB2's naming rules, see Appendix C. "Naming Rules".

If this username does not comply with DB2's naming rules, but has the "Act as part of the operating system" advanced user right, the setup program will create the username DB2ADMIN to perform the installation.



note

On clients, this username will be removed from the system when the installation is complete.

SMS Requirements

SMS must already be installed and configured on your network. Refer to Microsoft's Systems Management Server for Windows NT Administrator's Guide for information on how to:



note

To create an SMS package that copies the required files directly from the CD-ROM, insert the appropriate CD-ROM into the drive and go to "Step 2. Create a Response File for Unattended Installation".

Step 1. Make DB2 Files Available for Installation

To make the DB2 install files accessible to the machine where DB2 will be installed:

If performing a remote installation, you must enable your network clients to access the DB2 install files.

Grant shared access to the directory that you just created, or to the CD-ROM drive.

To set up a share:

  1. Click on Start and select Programs->Windows Explorer.

  2. Select the directory that you want to share, for example q:\db2prods.

  3. Select Files->Properties from the menu bar. The properties window for the directory will open. Click on the Sharing tab.

  4. Select the Shared As radio button.

  5. In the Share Name field type a share name. For example, type db2nt.

  6. To specify read access for everyone on Windows NT:

    1. Select the Permissions push button. The Access Through Share Permissions window opens.

    2. In the Name box, make sure that Everyone is selected.

    3. In the Type of Access box, select Read.

    4. Click on OK.

    On Windows 95, you do not need to specify type of access when you set up a share. By default, everyone is allowed read access.

In our example scenario, q:\db2prods uses a share name of db2nt. We will use this value in the examples that follow.

Step 2. Create a Response File for Unattended Installation

During an interactive installation, you provide the information needed to install the DB2 product and configure its environment. During an unattended installation, this information is provided as keywords and values in a response file. DB2's install package includes a number of ready-to-use sample response files, with default entries already in place.

The sample response files are located in:

where x is the letter that designates the CD-ROM drive. There is a different response file for each product on the CD, so that the user has a valid list of parameters for each product.

note

If you intend to use the sample response file provided, without making any changes to its values, you can skip this step and go to "Step 4. Distribute the DB2 Installation Package Using SMS".

Edit the sample response file using your favorite editor. For example, you can use Notepad or WordPad.

  1. Open the sample response file for the package you want to install.

  2. The response file contains:

    note

    For more information on:


  3. To activate an item in the response file, remove the asterisk (*) to the left of the keyword/registry value, erase the current setting to the right of the value and type in a new setting. The possible settings are listed to the right of the current setting.

    An example section of a response file appears below:

    ...
    FILE               = c:\sqllib
    REBOOT             = No
    *COMP              = Control Center
    ...
    

    Keywords unique to installation are parameters that are only specified in a response file during an unattended installation. The following is a list of keywords unique to installation for Windows 95 and Windows NT unattended installation:



    note

    • Install DB2 products only on a drive which is local to the target workstation. Installing on a non-local drive can cause performance and availability problems.
    • By default, the name of the response file will be used to determine the products to be installed. You can override this setting by providing one or more PROD parameter values in the response file.

  4. Exit the file. If you have made any changes, save the file under a new file name to preserve the original sample response file.

    If you are installing directly from the CD-ROM, you must store the renamed response file on another drive.

Step 3. Import the DB2 Install Files into SMS

To import the DB2 install files into SMS:

  1. Insert the appropriate CD-ROM into the drive.

  2. Double-click on the Systems Management Server folder.

  3. Double-click on the SMS Administrator icon. The SMS Administrator window opens.

  4. Select File->New from the menu bar. The Package Properties window opens.

  5. Click on the Import push button. The File Browser opens.

  6. In the File Name field, select the db2.pdf file located in: x is the letter that designates your CD-ROM drive.

Step 4. Distribute the DB2 Installation Package Using SMS

In this step, you create an SMS package and send it to the SMS client where you want to install DB2.

To create the SMS package:

  1. From the Package Properties window, click on the Workstations push button. The Setup Package For Workstations window opens, showing a list of predefined DB2 installation packages that you can use.

  2. In the Source Directory field, type the name of the parent directory where you put the copied DB2 files (q:\db2prods in the example above).

  3. Select the name of the product to install from the Workstation Command Lines list.

  4. If you changed and renamed the sample response file, click on the Properties push button and change the value of the parameter to match the new response file name.

    If you do not specify the language, setup will determine the system language, and launch the appropriate DB2 install for that language. If you want to install a different language, use the /I parameter to specifies the two-character code that represents your language (for example, EN for English). Table 24 lists the code for each available language.

  5. Click on the Close push button.

  6. Click on OK to close the opened windows.

    The Packages window shows the name of the new SMS package.

  7. Specify where to run the package:

    1. Open the Sites and Packages windows.

    2. In the Packages window, select the appropriate package and drag it onto the target client in the Sites window. The Job Details window opens.

    3. Select the Run Workstation Command check box and select the installation package that you want to use for the Run Command on Workstation job. For more information about completing the Job Details window, refer to Microsoft's Systems Management Server for Windows NT Administrator's Guide.

    4. When the job specifications are complete, click on OK to close the opened windows.

    The job is created and sent to the SMS client.

Step 5. Run the Installation on the SMS Client

Now that the remote installation package has been prepared and sent, the SMS client on the target machine can run the installation.

  1. On the SMS client where DB2 will be installed, logon as a username that meets the requirements for installing DB2. See "Creating Usernames for DB2 Installation and Operation" for more information.

  2. Double-click on the SMS Client folder.

  3. Double-click on the Package Command Manager icon. The Package Command Manager window opens.

  4. When packages are sent from the SMS server, they are listed in the window. Select the DB2 package, then click on the Execute push button. The installation runs automatically.

  5. Following installation, you must reboot the SMS client before using DB2.
    Note:If you specified REBOOT=yes in your response file the SMS client will reboot automatically.


note

To configure your client to access remote servers, go to Chapter 9. "Configuring Client to DB2 Server Communications Using the CCA".


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]