IBM Books

Administering Satellites Guide and Reference


Making DB2 Satellite Edition Files Available for Installation

To copy the required files from the CD-ROM to the shared network drive that will act as the code server:

  1. Insert the appropriate CD-ROM into the drive.
  2. Create a directory on the code server by entering the following command:
       md c:\db2prods
    
  3. Enter the cpysetup.bat command to copy the DB2 installation files to your code server. This command is located in the x:\db2\common\ directory, where x: represents your CD-ROM drive.

    The command syntax is as follows:

       cpysetup.bat directory language
    

    where:

    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:

  1. Click on Start and select Programs->Windows Explorer.
  2. Select the directory that you want to share. For example, c:\db2prods.
  3. Select File->Properties from the menu bar. The properties window for the directory will open.
  4. Select the Sharing tab.
  5. Select the Shared As radio button.
  6. In the Share Name field, enter a share name. For example, db2nt.
  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 OK. You are returned to the properties window of the directory for which you want to set up shared access.
    5. Click OK.


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

[ Top of Page ]