<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 25 May 2012 13:08:15 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-cluster-checker-kb/type/tips-and-techniques/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-cluster-checker-kb/type/tips-and-techniques/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>How to configure the clean_ipc test module</title>
      <description><![CDATA[ <span class="sectionHeading">Background<br /></span><br />The Intel® Cluster Checker <span >clean_ipc</span> test module is used to verify that facilities available in the X/Open System Interface (XSI) Inter-Process Communication (IPC) subsystem are not in use. This is a “housekeeping” check used to evaluate that unnecessary IPC facilities are not active and that the cluster is ready for use.<br /><br />By default, if the ipcs command reports that any shared memory segments, semaphore arrays, or message queue facilities are in use, the test module will report an error. An example of this error looks like this:<br /><br />
<blockquote>System V Interprocess Communication, (clean_ipc).......................FAILED<br />subtest 'Semaphore Arrays' failed<br />- failing All hosts returned: 'found 5 entries, target was 0'</blockquote>
<br />Several common software applications use the IPC subsystem, including Apache web server. In addition, it’s common for the head node to use more facilities than compute nodes. This can lead to issues on clusters where the head node is also a compute node. The module does not normally execute on dedicated head nodes.<br /><br />The <span >clean_ipc</span> test module can be configured to look for a specific number of entries, but it cannot be configured to look for a minimum or maximum number of entries, nor can any facility tests be excluded. This makes it unsuitable for use if any processes use the IPC subsystem in a non-deterministic manner.<br /><br /><span class="sectionHeading">Configuration</span><br /><br />If the exact number of entries for each subtest are known and will not change during cluster operation, these can be defined in the configuration file. You can determine the current number in use with the ipcs command.<br />The following is example output from the command <span >ipcs -au | grep 'allocated'</span>:<br /><br />
<blockquote>segments allocated 12<br />pages allocated 960<br />allocated semaphores = 5<br />allocated queues = 0</blockquote>
<br />This information can then be used to update the configuration file. For the example output above, the new configuration file should look like this:<br /><br />
<blockquote>&lt;clean_ipc&gt;<br />  &lt;shm_segments&gt;12&lt;/shm_segments&gt;<br />  &lt;sem_arrays&gt;5&lt;/sem_arrays&gt;<br />  &lt;msg_queues&gt;0&lt;/msg_queues&gt;<br />&lt;/clean_ipc&gt;</blockquote>
<br />Any facility not defined in the configuration file will default to zero (0). <br /><br />The <span >clean_ipc</span> test module should be excluded from the configuration file if the cluster is using any processes for which the number of IPC facilities in use cannot be pre-determined. This includes processes that may use a fixed number of IPC facilities when started, but allocate additional facilities or release facilities during execution.<br /><br />For clusters where the head node is also a compute node, the mixed head node and compute nodes may report different values for IPC facilities in use. In this case, either disable this test module on the head node using the <span >check_head</span> tag or use Intel® Cluster Checker's group capability to set separate configuration values for the head node and compute nodes.<br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-configure-the-clean_ipc-test-module/</link>
      <pubDate>Wed, 24 Feb 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-configure-the-clean_ipc-test-module/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-configure-the-clean_ipc-test-module/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>How to configure the hdparm test module for diskless, multi-drive, or external storage nodes</title>
      <description><![CDATA[ The primary use of the Intel® Cluster Checker <span >hdparm</span> test module is to evaluate the primary disk drive on each node. By design, it’s only capable of testing performance on a single disk drive per node.<br /><br />Configuration of this test module is dependent on the type of storage devices used for each node. Many clusters will implement multiple storage devices; for example, all nodes may include a local hard drive and also access shared, external storage. In this case, <span >hdparm</span> should be configured to test the local drive.  Other cases and their configurations are described below.<br /><br /><span class="sectionHeading">Diskless clusters<br /></span><br />This test module can be excluded for diskless clusters. If the head node contains a disk drive, Intel® Cluster Checker can be configured to evaluate just that device. For example:<br /><br />
<blockquote>&lt;hdparm&gt;<br />  &lt;check_compute&gt;0&lt;/check_compute&gt;<br />&lt;/hdparm&gt;</blockquote>
<br /><span class="sectionHeading">Multi-drive nodes<br /></span><br /><span >hdparm</span> is capable of evaluating a single drive. For nodes with multiple hard drives, it’s beneficial to evaluate the disk drive with the most activity or impact on application performance. This is most likely the hard drive containing the /tmp directory or partition, or the drive used for application scratch space.  For example, if the primary application scratch space is located on the device /dev/sdb:<br /><br />
<blockquote>&lt;hdparm&gt;<br />  &lt;device&gt;/dev/sdb&lt;/device&gt;<br />&lt;/hdparm&gt;</blockquote>
<br /><span class="sectionHeading">External storage system</span><br /><br />If shared, external storage is the only storage medium used for nodes, the module should be excluded. The <span >hdparm</span> test module is not capable of evaluating devices that do not support kernel-level ioctl() operations. If the external storage system appears to the Linux kernel as an ATA, SATA, or SCSI local storage device, hdparm may support it.<br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-configure-the-hdparm-test-module-for-diskless-multi-drive-or-external-storage-nodes/</link>
      <pubDate>Wed, 24 Feb 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-configure-the-hdparm-test-module-for-diskless-multi-drive-or-external-storage-nodes/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-configure-the-hdparm-test-module-for-diskless-multi-drive-or-external-storage-nodes/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Using Cluster SSH with Intel® Cluster Checker</title>
      <description><![CDATA[ <span class="sectionHeading">Symptom<br /></span><br />The <span >process_check</span> module of Intel Cluster Checker sometimes reports an issue related to <a href="http://sourceforge.net/projects/clusterssh/">Cluster SSH</a>:<br /><br />
<blockquote>Stale Process Check, (process_check)................................................................FAILED<br />subtest 'Percent cpu usage is greater than 5%' failed<br />- failing host compute-00-14 returned: 'pid=8736 (cssh)'</blockquote>
<br /><span class="sectionHeading">Resolution</span><br /><br />Configure Intel® Cluster Checker to ignore the CPU usage of Cluster SSH:<br /><br />
<blockquote>&lt;process_check&gt;<br />  &lt;exclude&gt;cssh&lt;/exclude&gt;<br />&lt;/process_check&gt;</blockquote>
<br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/using-cluster-ssh-with-intel-cluster-checker/</link>
      <pubDate>Wed, 03 Feb 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/using-cluster-ssh-with-intel-cluster-checker/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-cluster-ssh-with-intel-cluster-checker/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>How to resolve dat_conf issues affecting Platform MPI</title>
      <description><![CDATA[ <span class="sectionHeadingText"><span class="sectionHeading">Symptom</span><br /></span><br />The Intel® Cluster Checker test <span >dat_conf</span> verifies that the file /etc/dat.conf does not contain any entries known to affect some versions of Platform MPI* (formerly HP MPI*).  The error may appear similar to the following example:<br /><br />
<blockquote>Valid dat.conf entries, (dat_conf).....................................FAILED<br />subtest 'Device: ehca0' failed<br />- failing hosts compute-00-00 - compute-00-05 returned: '/etc/dat.conf contains Interface Adapter entries known to trigger a fault in HP MPI version 2.2.5 or earlier. Please contact Hewlett-Packard for more information.'</blockquote>
<br /><span class="sectionHeading">Cause<br /></span><br />Some versions of the Open Fabrics Enterprise Distribution (OFED) insert example entries into /etc/dat.conf.  However, some older versions of HP MPI / Platform MPI assume that all /etc/dat.conf entries are valid and active.  <br /><br /><span class="sectionHeading">Resolution</span><br /><br />Remove or comment out all entries in /etc/dat.conf that are not valid. <br /><br />These lines must be removed/commented out like so: <br /><br />For example, the following two entries have been commented out by inserting the '#' character at the beginning of the line: <br /><br />
<blockquote># OpenIB-mlx4_0-1 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mlx4_0 1" ""<br /># OpenIB-mlx4_0-2 u1.2 nonthreadsafe default libdaplscm.so.1 dapl.1.2 "mlx4_0 2" ""</blockquote>
<br /><br /><br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-resolve-dat_conf-issues-affecting-platform-mpi/</link>
      <pubDate>Wed, 27 Jan 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-resolve-dat_conf-issues-affecting-platform-mpi/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-resolve-dat_conf-issues-affecting-platform-mpi/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Understanding How Intel Speedstep® Technology and Intel® Hyper-Threading Technology Are Verified by Intel® Cluster Checker</title>
      <description><![CDATA[ <p>Intel Speedstep® Technology and Intel® Hyper-Threading Technology settings can impact the overall performance of a cluster.  Intel® Cluster Checker verifies these settings in the <span >speedstep</span> and <span >core_count</span> checks, respectively.  <br /><br />For the Intel® Xeon® processor 5500 series and later, by default, the <span >core_count</span> check verifies that Intel® Hyper-Threading Technology is enabled.  On earlier processors, the default <span >core_count</span> behavior is to verify that Intel® Hyper-Threading Technology is disabled.  For any processor, the state to be verified can be configured.  For example, to always verify that Intel® Hyper-Threading Technology is enabled:<br /><br />
<blockquote>&lt;core_count&gt;<br />  &lt;hyper-threading&gt;on&lt;/hyper-threading&gt;<br />&lt;/core_count&gt;</blockquote>
<br />By default, Intel® Cluster Checker verifies that Intel Speedstep® Technology is disabled.  The <span >speedstep</span> check can be configured to verify either state.  For example, to verify that Intel Speedstep® Techology is enabled:<br /><br />
<blockquote>&lt;speedstep&gt;<br />  &lt;state&gt;on&lt;/state&gt;<br />&lt;/speedstep&gt;</blockquote>
<br />Note:  Refer to the documentation provided by your hardware vendor for more information on how to enable or disable Intel Speedstep® Technology or Intel® Hyper-Threading Technology.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/understanding-how-intel-speedstep-technology-and-intel-hyper-threading-technology-are-verified-by-intel-cluster-checker/</link>
      <pubDate>Wed, 20 Jan 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/understanding-how-intel-speedstep-technology-and-intel-hyper-threading-technology-are-verified-by-intel-cluster-checker/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/understanding-how-intel-speedstep-technology-and-intel-hyper-threading-technology-are-verified-by-intel-cluster-checker/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>How To Utilize the Intel® Cluster Checker Level Command Line Parameter</title>
      <description><![CDATA[ Intel® Cluster Checker groups modules into levels based on the complexity and length of time to run each module. Levels range from Level 1 modules that perform basic functionality testing up to Level 5 modules that perform complex, exhaustive testing. In other words, Level 1 tests perform basic testing and stepping up through the levels means running more and more comprehensive tests.<br /><br />The downside of running some test modules that provide exhaustive coverage of issues is that time it can take to run those modules. As such, it may be desired to limit when the high level tests (Levels 4 and 5) are executed to save time.<br /><br />By default, Intel® Cluster Checker executes Level 3 tests and below. This behavior can be modified using the --level command line option to specify the top level to execute. This causes the tool to only run included tests that are of the specified level or lower. For instance, the following command will execute test modules that are Levels 1-4:<br /><br />
<blockquote>cluster-check config.xml --level 4</blockquote>
<br />Similarily, the following will execute test modules that are Levels 1-2:<br /><br />
<blockquote>cluster-check config.xml --level 2</blockquote>
<br />Examples of modules classified at each level:<br /> 
<ul>
<li>Level 1: ping, kernel </li>
<li>Level 2: intel_cce_rtl, process_check </li>
<li>Level 3: imb_pingpong_intel_mpi </li>
<li>Level 4: hpcc </li>
<li>Level 5: intel_mpi_testsuite</li>
</ul>
One of the advantages of running lower levels is the tests will complete relatively quickly. Administrators can utilize varying levels to make quick daily checks of basic cluster functionality combined with less frequent higher level checks that are more exhaustive. The longer higher level checks can be scheduled for low resource usage times. See the <a href="http://software.intel.com/en-us/articles/intel-cluster-ready-document-library/">Intel® Cluster Checker Advanced Guide</a> for more information. ]]></description>
      <link>http://software.intel.com/en-us/articles/how-to-utilize-the-intel-cluster-checker-level-command-line-parameter/</link>
      <pubDate>Wed, 20 Jan 2010 00:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-to-utilize-the-intel-cluster-checker-level-command-line-parameter/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-to-utilize-the-intel-cluster-checker-level-command-line-parameter/</guid>
      <category>Intel® Cluster Ready</category>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Debugging with the --include_only command line parameter</title>
      <description><![CDATA[ There are times when running the full suite of Intel® Cluster Checker test modules is not desired. When debugging a known issue or just wanting to test a specific component in the cluster, using the <span >--include_only</span> command line parameter will save time by focusing in on the relevant issue.<br /><br />Once you know the name of the desired module to execute, it is simple to launch the tool to execute up to that module and stop. For instance, if it is desired to run just the intel_mpi_rt module, the following command line can be used:<br /><br />
<blockquote>cluster-check config.xml --include_only mflops_intel_mkl</blockquote>
<br />This instructs Intel® Cluster Checker to run the test module specified and include only any other modules that are upstream in the dependency list or have been explicitly included in the configuration file.<br /><br />Executing the above command will then only include the following tests to be run:<br /><br />
<blockquote>Exclusively including modules (at user request):<br />'mflops_intel_mkl'<br /><br />Including modules (to meet dependency requirements):<br />'genuine_intel'<br />'mount_proc'<br />'ping'<br />'sh'<br />'ssh'<br />'tmp'</blockquote>
<p><br />Now assume for this example that config.xml contains the following tag to explicitly include a module:<br /><br />
<blockquote>&lt;include_module&gt;openib&lt;/include_module&gt;</blockquote>
<br />Executing the same command above with this tag in the configuration file will cause the explicitly included module to execute as well:<br /><br />
<blockquote>Exclusively including modules (at user request):<br />'mflops_intel_mkl'<br /><br />Including modules (at user request):<br />'openib'<br /><br />Including modules (to meet dependency requirements):<br />'genuine_intel'<br />'mount_proc'<br />'ping'<br />'sh'<br />'ssh'<br />'tmp'</blockquote>
<br />Notice the inclusion of the <span >openib</span> test module even though it is not in the dependency list of the <span >mflops_intel_mkl</span> test module. If the configuration file contains many tags that are explicitly included, it may be beneficial to create a temporary configuration file and remove those items. This can save time running specific test modules when debugging or checking a single component of the cluster.<br /><br />Using the <span >--include_only</span> option is an effective debugging tool that saves time troubleshooting and resolving minor issues since full Intel® Cluster Checker runs are not needed to test a single component. Once an individual issue is resolved and the corresponding test module is passing, then the full test suite can be run to verify the cluster is compliant and running correctly.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/debugging-with-the-include_only-command-line-parameter/</link>
      <pubDate>Wed, 13 Jan 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/debugging-with-the-include_only-command-line-parameter/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/debugging-with-the-include_only-command-line-parameter/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Setting the Intel® Cluster Checker Environment</title>
      <description><![CDATA[ Two files are provided with Intel Cluster Checker to set the shell environment, <span >clckvars.sh</span> and <span >clckvars.csh</span>.  Among other things, having a proper environment ensures that the license file can be located, man pages are available, and the <span >cluster-check</span> program is part of your PATH.  <br /><br />If the environment is not set, Intel® Cluster Checker may not function properly.<br /><br />The script that you use depends on your shell.   <br /><br />For Bourne-derivative shells (bash, ksh, sh):<br /><br />
<blockquote>source /opt/intel/clck/1.4/clckvars.sh</blockquote>
<br />For C shell (csh or tcsh): <br /><br />
<blockquote>source  /opt/intel/clck/1.4/clckvars.csh</blockquote>
<br />If you are unsure what shell you are using, run the following command:<br /><br />
<blockquote>ps -p $$</blockquote>
<br />Rather than setting the environment each time you login, consider adding the appropriate command to your shell startup file (e.g., .bashrc, .cshrc).<br /><br />Note: the examples in this article are based on Intel® Cluster Checker 1.4.  For other versions, you will need to adjust the path.<br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/setting-the-intel-cluster-checker-environment/</link>
      <pubDate>Wed, 13 Jan 2010 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/setting-the-intel-cluster-checker-environment/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/setting-the-intel-cluster-checker-environment/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Troubleshooting the dmidecode check: Wake-up Type</title>
      <description><![CDATA[ <span class="sectionHeading">Symptom</span><br /><br />The <span >dmidecode</span> module of Intel® Cluster Checker reports inconsistencies in the “Wake-Up Type” value. The error may appear similar to the following example:<br /><br />
<blockquote>SMBIOS/DMI Uniformity,(dmidecode).............................................FAILED<br />subtest 'System Information (0x0002): Wake-up Type' failed<br />- failing hosts node-1, node-2 returned: 'AC Power Restored'<br />- failing host node-0 returned: 'Power Switch'</blockquote>
<br />Modifying the Power Restore Policy or Restore on AC Power Loss setting, using either the IPMI/BIOS configuration interface or the Save and Restore System Configuration utility (syscfg), has no effect on this error.<br /><br /><span class="sectionHeading">Cause<br /></span><br />The “Wake-Up Type” value does not represent the current setting for power restore or power-on response. It describes how the system was powered-on after the last power off, regardless of restore settings. This value may change after each boot, depending on what method was used to power-on the individual node.<br /><br /><span class="sectionHeading">Resolution</span><br /><br />This value stores dynamic data and compute nodes are not expected to have identical data for this value. It can be ignored for the purposes of Intel® Cluster Ready certification and verification.<br /><br />Exclude the value by adding an <span >exclude</span> element to the <span >dmidecode</span> block in the Intel® Cluster Checker configuration file. For example:<br /><br />
<blockquote>&lt;dmidecode&gt;<br />  &lt;exclude&gt;System Information (0x0002): Wake-up Type&lt;/exclude&gt;<br />&lt;/dmidecode&gt;</blockquote>
<br />In Intel® Cluster Checker 1.4, the <span >exclude</span> element has been enhanced to support regular expression matching. In this case, the following option is sufficient:<br /><br />
<blockquote>&lt;dmidecode&gt;<br />  &lt;exclude&gt;Wake-up Type&lt;/exclude&gt;<br />&lt;/dmidecode&gt;</blockquote>
<br />For more information on troubleshooting the <span >dmidecode</span> check, see <a href="http://software.intel.com/en-us/articles/troubleshooting-the-dmidecode-check/">this article</a>.  ]]></description>
      <link>http://software.intel.com/en-us/articles/troubleshooting-the-dmidecode-check-wake-up-type/</link>
      <pubDate>Wed, 16 Dec 2009 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/troubleshooting-the-dmidecode-check-wake-up-type/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/troubleshooting-the-dmidecode-check-wake-up-type/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
    <item>
      <title>Configuring Intel® Cluster Checker for Intel® Server System SR1680MV</title>
      <description><![CDATA[ <p><span class="sectionHeading">Background</span><br /><br />The <a href="http://www.intel.com/products/server/systems/SR1680MV/SR1680MV-overview.htm">Intel® Server System SR1680MV</a> is a modularized rack server system providing two independent dual-socket, 18 DIMM nodes in a 1U chassis. Each node features an independent, flexible, and pluggable I/O tray supporting a PCI Express* 2.0 X8 riser.<br /><br />The design of this server system has minor differences in the PCI Express riser between the nodes on either side of the chassis.  This impacts add-in cards, such as InfiniBand* HCAs.  An add-in card in one server board will use a different PCI Express slot number than an add-in card in the other server board in the same chassis.<br /><br />The Intel® Cluster Checker <span >pci</span> module checks that add-in cards are inserted into the same slot on every node, so this slot number inconsistency will produce errors. This is by design, since performance characteristics may differ between PCI Express slots.<br /><br /><span class="sectionHeading">Configuration<br /></span><br />The <span >pci</span> module must be resolved separately for the left and right sides of the chassis. This can be easily accomplished using group functionality in Intel® Cluster Checker. The node list and configuration file must be updated to reflect the different board layouts.<br /><br />First, update the node list to create two groups, one each for the left and right-side server boards. When complete, the node list should appear similar to this example.<br /><br />
<blockquote>cluster # group:right type:head<br />node-1  # group:left<br />node-2  # group:right<br />node-3  # group:left<br />node-4  # group:right<br />node-5  # group:left</blockquote>
<br />Next, update the <span >pci</span> module configuration in the XML configuration file to identify each group. <br /><br />
<blockquote>&lt;pci&gt;<br />  &lt;group name="left"/&gt;<br />  &lt;group name="right"/&gt;<br />&lt;/pci&gt;</blockquote>
<br />The <span >pci</span> module will run on all nodes in the cluster, but PCI device consistency will be evaluated on the left and right groups independently. If excluding specific PCI devices, both the <span >exclude</span> and <span >group</span> elements must be direct children of the <span >pci</span> parent element.<br /><br />If similar consistency errors appear in other modules, such as <span >dmidecode</span>, add the <span >group</span> element to the configuration of those modules to separate the tests for the left and right nodes.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/configuring-intel-cluster-checker-for-intel-server-system-sr1680mv/</link>
      <pubDate>Thu, 10 Dec 2009 22:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/configuring-intel-cluster-checker-for-intel-server-system-sr1680mv/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/configuring-intel-cluster-checker-for-intel-server-system-sr1680mv/</guid>
      <category>Intel® Cluster Checker Knowledge Base</category>
      <category>Intel® Cluster Ready Knowledge Base</category>
    </item>
  </channel></rss>
