This topic describes the steps required to prepare your Windows® environment for a partitioned installation of the DB2® product.
Each participating computer must have the same operating system.
To prepare your Windows environment for installation:
System date and time can be modified using the Date/Time Properties dialog, accessible through the Control Panel. You can use the max_time_diff configuration parameter to change this restriction. The default is max_time_diff = 60, which allows a difference of less than 60 minutes.
ping hostname
where hostname represents the
hostname of the primary computer. If the test is successful, you will
receive output similar to the following:
Pinging ServerA.ibm.com [9.21.27.230] with 32 bytes of data: Reply from 9.21.27.230: bytes=32 time<10ms TTL=128 Reply from 9.21.27.230: bytes=32 time<10ms TTL=128 Reply from 9.21.27.230: bytes=32 time<10ms TTL=128Repeat these steps until you are sure that all participating computers can communicate with each other using TCP/IP. Each computer must have a static IP address.
If you are planning to use multiple network adapters, you can specify which adapter to use to communicate between database partition servers. Use thedb2nchg command to specify the netname field in the db2nodes.cfg file after the installation is complete.
When adding a new node to a partitioned environment the DB2 copy name must be the same on all computers.
If you want to create a new domain user using the DB2 Setup wizard, the account used to perform the installation must have authority to create domain users. The instance user domain account must belong to the local Administrators group on all the participating computers and will be granted the following user rights:
If extended security was selected, the account must also be a member of the DB2ADMNS group. The DB2ADMNS group already has these privileges so the privileges are already explicitly added to the account.
[ Top of Page | Previous Page | Next Page | Contents ]