All computers, even laptops, are SMP these days as they have multiple processors (or cores).
There are three main kinds of clustering in DB2:
- Traditional shared disk cluster with virtual IP that switches between servers.
- DB2 HADR
- IBM PureScale
The first two options can be controlled with IBM Tivoli System Automation, which is included in some DB2 editions of DB2 and automatically installed when you install DB2 (ESE, WSE, but not sure about others).
PureScale is like Oracle RAC.
DPF is a parallel shared nothing database architecture designed primarily for data warehouses, and now is part of InfoSphere Warehouse.