Home > Articles > Data > DB2

This chapter is from the book

Performing a Custom Install

Use the Custom install type if you want to choose which DB2 components to install and to configure the DB2 instance and DB2 Administration Server. Through a Custom install, only those components that you select are installed. The DB2 instance and the Administration Server are created and customized to use the protocols detected on your system. The default for a Custom install is to set up all available components and subcomponents.

To set up DB2 server on a Windows 2000 workstation by doing a Custom install, follow steps 1–7 as described in the section "Performing a Typical Install," and then continue with the following steps:

  1. Select the installation type you prefer—for these steps, the Custom option (see Figure 3.16).

  2. Figure 3.16Figure 3.16 The Select Installation Type dialog box.

  3. Select the installation action you prefer (see Figure 3.17). For these steps, choose to have the product installed on this computer. Click Next to continue.

  4. The list of features to be installed on your computer is shown on the Select the Features You Want to Install dialog box (see Figure 3.18). These features are divided into the following categories:

    • Administration tools, including the Control Center, Client Tools, Command Center, Configuration Assistant, Database Tools, Event Analyzer, and DB2 Web Tools.

    • Figure 3.17Figure 3.17 The Select the Installation Action dialog box.

    • Application Development tools, including Development Center, Warehouse Samples, Spatial Extender Samples, Information Catalog Manager Samples, Java Development Kit, Sample Applications, SQLJ Application Development Tools, and SQLJ Samples.

    • Server support, including Apply, Capture, Connect Support, Satellite Control Server, Relational Connect for Informix Data Sources, and Communication protocols.

    • Client support, including Interfaces, Base Client Support, System Bind Files, Satellite Synchronization, Spatial Extender Client, Java Runtime Environment, LDAP Exploitation, XML Extender, and Communication protocols.

    • Business Intelligence, including Data Warehouse tools and Information Catalog Manager Tools.

    • Getting started, including First Steps, Sample Database, Warehouse Sample Database Source, and XML Extender Samples.

    To select the features that you want to install, first expand the category by clicking on the plus sign. Next click on the triangle next to a feature to open the Selection dialog box. If the feature is to be installed, it will have an indicator symbol next to the option name. To deselect the feature, click on the This Feature Will Not be Available option. You will see the indicator symbol turn to an X to indicate that the feature will not be installed. For purposes of this book, simply accept the defaults.

    Figure 3.18Figure 3.18 The Select the Features You Want to Install dialog box.

    TIP

    Be sure to install the Graphical Tools. This book primarily discusses how to use these tools to maintain your databases. If you don't install the tools, you must use the command-line processor to perform these tasks.

    In the lower section of this dialog box, you must select a directory and a drive where DB2 is to be installed. Click the Disk Space button to help you select a directory with enough available disk space. (The amount of space required for the product also appears onscreen.) Click the Change button if you need to change the current destination folder. Click Next to continue.

  5. In the Select the Languages to Install dialog box, you can select to install the online help, user interfaces, and product messages in multiple languages (see Figure 3.19). For the purpose of this book, only the default language is selected. Click Next to continue.

  6. In the Set User Information for the DB2 Administration Server dialog box, enter a username and password that will be used for the DB2 Administration Server (see Figure 3.20).

  7. The DB2 Administration Server uses the username and password provided here to log on to the system and start itself as a service. (You use the DB2 Administration Server to enable remote administration.) The DB2 Setup Wizard checks to see whether the username specified for the DB2 Administration Server exists. If it doesn't, you'll be asked whether you want it created, provided that the username you're using to install DB2 has the Act as Part of the Operating System advanced user right. If it does exist, the DB2 Setup Wizard verifies that the username is a member of the Administrators group and verifies that the password is valid. Click the Use the Same User Name and Password for the Remaining DB2 Services option if you prefer to have one user account for all DB2 services. Click Next to continue.

    Figure 3.19Figure 3.19 The Select the Languages to Install dialog box.

    Figure 3.20Figure 3.20 The Set User Information for the DB2 Administration Server dialog box.

  8. In the Set Up the Administration Contact List dialog box (see Figure 3.21), you can indicate the location of the administrator contact list to be local on this computer or global to your organization. The list will consist of the people who should be notified if the database requires attention. Choose to have the list local to your computer.

  9. This dialog box also allows you to enable notification to an SMTP server that will send email and pager notifications to people on the list. The enablement of the notification of SMTP server is beyond the scope of this book. Click Next to continue.

    Figure 3.21Figure 3.21 The Set Up the Administration Contact List dialog box.

  10. In the Create a DB2 Instance dialog box (see Figure 3.22), choose to create the default DB2 instance. The DB2 instance is typically used to store application data. Click Next to continue.

  11. Figure 3.22Figure 3.22 The Create a DB2 Instance dialog box.

  12. In the Configure DB2 Instances dialog box (see Figure 3.23), you can modify the protocol and startup settings for the DB2 instances. By default, DB2 detects the protocols available on your system and assigns values for each required parameter. To see what DB2 has detected and configured, select an instance and click the Protocols button.

  13. Figure 3.23Figure 3.23 The Configure DB2 Instances dialog box.

    The Instance Communication Protocols dialog box opens. There are three or more tabbed pages on this dialog box, each corresponding to a protocol that was detected on your computer. Figure 3.24 shows the default settings for the TCP/IP protocols. Click on NetBIOS or Named Pipes to see the settings for those protocols.

    NOTE

    The protocol dialog boxes for the DB2 instance and the DB2 Administration Server are similar (only the DB2 Instance dialog boxes are shown here). If you want to customize the values, customize them for both the DB2 instance and the DB2 Administration Server.

    As you can see in the Instance Communication Protocols dialog box in Figure 3.24, DB2 has detected that NetBIOS, TCP/IP, and Named Pipes are installed and configured on this computer. Figure 3.24 shows an example of values assigned to TCP/IP.

    Figure 3.24Figure 3.24 The Instance Communication Protocols dialog box.

    The following parameters are required for the TCP/IP protocol:

    • Hostname—A systemwide TCP/IP parameter that is used to uniquely identify the system in the network. You cannot change this value through DB2.

    • Service name—This is arbitrary and must be unique within the TCP/IP services file. It is used to identify the connection port used by DB2.

    • Port number—This must be unique within the TCP/IP services file.

    The following parameters are required for the NetBIOS protocol:

    • Adapter number—The logical network adapter that is to be used for the NetBIOS connection. The server uses adapter 0 by default.

    • Workstation name—The NetBIOS name of the server workstation. It is chosen arbitrarily, but must be unique among all NetBIOS nodes in the network.

    The Named Pipes protocol requires only one parameter, computer name, which is a systemwide parameter and is assigned when Windows is installed on the system. You cannot change this value through DB2.

    TIP

    For simplicity, keep the values that DB2 assigns for the parameters, but deselect any of the protocols that you don't intend to use by clicking the Do not Configure at this Time option. It takes extra time to start each protocol; if they aren't needed, this is wasted time.

  14. On the Configure DB2 Instances dialog box, you can also set the autostart option. Click the Startup button to open the Startup Options dialog box (see Figure 3.25). By default, the DB2 instance is set to start automatically as a Windows service. For simplicity, keep the default option.

  15. Figure 3.25Figure 3.25 The Startup Options dialog box.

    TIP

    If you intend to use DB2 each time you boot your system, choose to have the DB2 instance started automatically (to reduce the number of steps you need to perform each time you boot your system). If you'll use DB2 only occasionally, choose to have it manually started. (To learn how to start the DB2 instance, see Day 4.)

  16. In the Select the Metadata You Want to Prepare dialog box (see Figure 3.26), you can choose to prepare the tools catalog and the warehouse control database. Choose to prepare the DB2 tools catalog to enable the Task Center and Scheduler.

  17. Figure 3.26Figure 3.26 The Select the Metadata You Want to Prepare dialog box.

    Accept the defaults for the location of the DB2 tools catalog, as shown in Figure 3.27. Click Next to continue.

  18. In the Specify a Contact for Health Monitor Notification dialog box, you can specify the name of the person to be contacted in case your system needs attention. This name can be added and changed after the installation, so select the Defer the Task Until After Installation Is Complete option (see Figure 3.28).

  19. Figure 3.27Figure 3.27 The Specify a Local Database to Store the DB2 Tools Catalog dialog box.

    Figure 3.28Figure 3.28 The Specify a Contact for Health Monitor Notification dialog box.

  20. In the Request Satellite Information dialog box, you can provide information to set up the satellite server. Setting up the satellite server is beyond the scope of this book. Click Next to continue.

  21. You've given DB2 all the information required to install the product on your system. In the Start Copying Files dialog box (see Figure 3.29), you're given one last chance to verify the values you've entered. Click Install to have the files copied to your system. You also can click Back to return to the dialog boxes that you've already completed to make any changes.

  22. Figure 3.29Figure 3.29 The Start Copying Files dialog box.

  23. The installation progress bars appear onscreen while the product is being installed. After the product is installed, a reboot of your computer is not required, but you should stop all active programs before starting DB2. Click Finish, as shown in the Setup Is Complete dialog box in Figure 3.30, to complete the installation.

  24. Figure 3.30Figure 3.30 The Setup Is Complete dialog box.

    TIP

    For information on errors encountered during product installation, see the db2.log file, which stores general information and error messages resulting from install and uninstall activities. By default, this file is located in the 'Documents and Settings'\<user_account>\'My Documents'\DB2LOG directory.

The installation program has completed the following:

  • Created DB2 program groups and items (or shortcuts).

  • Registered a security service.

  • Updated the Windows Registry.

  • Created a default instance named DB2, added it as a service, and configured it for communications. If you selected to automatically start the DB2 instance at boot time, the service's startup type was set to Automatic; otherwise, it was set to Manual.

  • Created the DB2 Administration Server, added it as a service, and configured it so that DB2 tools can administer the server. The service's start type was set to Automatic.

  • Activated DB2 First Steps to start automatically following the first boot after installation.

You've completed all the steps for a Custom install. Go to Day 4 to verify the installation and to get the system ready for general use.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020