IBM Books

Installation and Configuration Supplement


Step 1. Make DB2 Files Available for Installation

The DB2 install files must be accessible across your network. To copy the required files from the CD-ROM to the shared network drive that will act as the code server, perform the following steps:

step  1.

Insert the appropriate CD-ROM into the drive.

step  2.

Create a directory on the code server by entering the following command:

   md c:\db2prods

step  3.

Enter the cpysetup.bat command to copy the DB2 installation files to your code server. This command is located in the x:\db2\winnt95\common\ directory, where x: represents your CD-ROM drive.

The command syntax is as follows:

   cpysetup.bat directory language

where:

  • directory represents the directory that you created in the previous step (for example, c:\db2prods).

  • language represents the two-character country code for your language (for example, en for English). Table 36 lists the keywords for each available language.

For example, to copy all of the English DB2 install files to the c:\db2prods directory, enter the following command:

   cpysetup.bat c:\db2prods en

Set up Shared Access

This section will allow you to grant your network workstations access to the code server. From the code server, perform the following steps:

step  1.

Click on Start and select Programs->Windows Explorer.

step  2.

Select the directory that you want to share. For example, c:\db2prods.

step  3.

Select File->Properties from the menu bar. The properties window for the directory will open.

step  4.

Select the Sharing tab.

step  5.

Select the Shared As radio button.

step  6.

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

Figure car not displayed.

If you are using Windows 9x, you do not need to specify the type of access when you set up a share. By default, everyone is granted read access. You can skip Step 6 and go to Create a Response File.

step  7.

To specify read access for everyone:

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

  2. Ensure that the Everyone option is selected in the Name box.

  3. Click on the Type of Access drop down box and select the Read option.

  4. Click on OK. You are returned to the properties window of the directory for which you want to set up shared access.

  5. Click on OK.

In our example, c:\db2prods uses a share name of db2nt. We will use codesrv to represent the name of the computer on which the DB2 install files were installed. These values will be used in the examples that follow.


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

[ DB2 List of Books | Search the DB2 Books ]