Use the db2val tool to verify the core functions of a DB2® copy by validating installation files, instances, database creation, connections to that database, and the state of DPF environments. For details, see "Validating your DB2 copy". In addition, to verify that your DB2 server installation was successful, you will create a sample database and run SQL commands to retrieve sample data and to verify that the data has been distributed to all participating database partition servers.
Before following these steps, make sure you have completed all of the installation steps.
To create the SAMPLE database:
This command can take a few minutes to process. There is no completion message; when the command prompt returns, the process is complete.
The SAMPLE database is automatically cataloged with the database alias SAMPLE when it is created.
db2 connect to sample db2 "select * from staff where dept = 20"
db2 "select distinct dbpartitionnum(empno) from employee"The output will list the database partitions used by the employee table. The specific output will depend on:
After you have verified the installation, you can remove the SAMPLE database to free up disk space. Enter the db2 drop database sample command to drop the SAMPLE database.
[ Top of Page | Previous Page | Next Page | Contents ]