Difference between revisions of "New product 10GB card"

From Define Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
# Install CentOS 6.5 from PXE
 
# Install CentOS 6.5 from PXE
 
# update the system
 
# update the system
## <syntaxhighlight> yum update -y </syntaxhighlight>
+
#: <syntaxhighlight> yum update -y </syntaxhighlight>
 
# install development tools and kernel development
 
# install development tools and kernel development
## <syntaxhighlight> yum groupinstall 'development tools'-y </syntaxhighlight>
+
#: <syntaxhighlight> yum groupinstall 'development tools'-y </syntaxhighlight>
## <syntaxhighlight> yum groupinstall -y kernel-devel </syntaxhighlight>
+
#: <syntaxhighlight> yum groupinstall -y kernel-devel </syntaxhighlight>
  
 
=== Netowrk Cards Installation ===
 
=== Netowrk Cards Installation ===

Revision as of 15:36, 8 January 2015

Centos default installation

  1. Install CentOS 6.5 from PXE
  2. update the system
     yum update -y
  3. install development tools and kernel development
     yum groupinstall 'development tools'-y
     yum groupinstall -y kernel-devel

Netowrk Cards Installation

  • Does the card get detected by the OS? Log this as part of the reporting below. Record the module name and version if auto detected.
  • Install the latest vendors modules/software
  1. Link to solarflare module install process
  2. Link to exablaze module install process
  3. Link to intel module install process
  4. Link to mellanox module install process
  5. (each of the pages above could be a vendor landing page with further links to specific versions of nics / cards)
  • Run netperf benchmark
  1. Link to installing and running netperf benchmark
  2. Link to netperf results (this could be on the same page as above)
  • Run sockperf benchmark
  1. Link
  • Run MPI benchmarks, need to capture latency, bandwidth and message rate
  1. IMB link
  2. Message rate (MSQR) link
  • Run vendor specific benchmarks
  1. Links for each of the vendors landing pages (which would have an installation page and a results / benchmarking page)
  • Anything else?