Quick Beginnings EEE for Windows**

Updating Single-Partition Instances for use in Partitioned Database Systems

You can update any single-partition instances that you want to use in a partitioned database system. To do this, use the db2iupdt command. The syntax of the db2iupdt command is as follows:
Figure 00002910 not displayed.

where:

instance_name
Specifies the name of the instance to be updated. This parameter is required.

/u:domain_name\username,password
Specifies the domain user account for the DB2 service. This parameter is required.

/p:instance_profile_path
Specifies the instance profile path. If you do not specify the instance profile path, the instance directory is created in the \sqllib directory, and given the shared name DB2-instance_name. Read and write permissions will automatically be granted to everyone in the domain. You can change the permissions to restrict access to that directory. This parameter is optional.

/r:baseport,endport
Specifies the range of TCP/IP ports to be used for FCM communications among database partition servers. This parameter is optional.

When this option is specified, the services file of the local machine is updated with entries similar to the following:

   DB2_instance_name      12000/tcp
   DB2_instance_name_END  12004/tcp

If you do not specify a valid port range, DB2 will select one for you.

/h:hostname
Overrides the default TCP/IP hostname if there is more than one TCP/IP hostname for the current machine. This parameter is optional.


[ Top of Page | Previous Page | Next Page ]