Part 1 | Part 2
Previously, we looked at the installation process for Microsoft's Cluster Configuration Validation Wizard (ClusPrep) and learned how to run tests to determine proper cluster configuration. This article will focus on the last two phases of ClusPrep – inventory collection and cluster validation.
Inventory tasks
ClusPrep collects a variety of hardware inventory items, including processor, BIOS, memory, host bus adapters and network controllers. It also collects information on software items, such as system device drivers, processes and services. Reading through the report, you are able to identify any discrepancies between the servers. The table below enumerates the various inventory items that are collected.
Inventory tasks performed by ClusPrep
[TABLE]
Figure D shows an example of an inventory report for the System Drivers. Each server will have its own list so you can scan for any differences.
Figure D
[IMAGE]
By default, ClusPrep collects all of the inventory items listed in the above table. It is possible, however, to override this behavior by specifying which items to collect when the wizard is run. See Figure E for dialogs to customize collections and tests.
Figure E
[IMAGE]
[IMAGE]
Validation tasks
In the final phase of ClusPrep, network and storage tests are run to v
To continue reading for free, register below or login
To read more you must become a member of SearchWindowsServer.com
');
// -->

alidate configuration and functionality. These tests are only run if the initial system configuration tests pass. To prevent data loss, storage tests are only run if the servers are not yet configured as a cluster.
The network tests verify that at least two NICs exist in separate subnets with unique IP addresses and correct subnets. Network tests verify that servers can communicate with each other with acceptable latency across all networks.
The storage tests validate the functionality required for shared disks such as SCSI reserve and release, bus resets and disk arbitration. The wizard will prompt you to present and unpresent the LUNs at appropriate times to avoid any data corruption. The ClusPrep.sys driver is loaded on the servers to perform failover tests. The following table lists all of the network and storage tests that are run.
Validation tasks performed by ClusPrep
[TABLE]
ClusPrep is a simple, yet powerful tool for determining if servers are configured in a suitable fashion for clustering. It performs a variety of system, network and storage tests aimed at identifying inconsistencies and invalid configurations. In addition to the tests, ClusPrep collects hardware and software inventories that you can use for comparisons between servers and for baseline information. An HTML report is generated that correlates the inventories and tests among multiple servers flagging any discrepancies or invalid configurations.
[TABLE]