Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP XC System Software : Release Notes > Chapter 5 System Discovery, Configuration, and Imaging

Notes That Apply Before You Invoke The cluster_prep Utility

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

Read the notes in this section before you invoke the cluster_prep utility.

Required Task for Some NIC Adapter Models: Verify Correct NIC Device Driver Mapping

On head nodes installed with dual-fiber NIC server adapter models NC6170 or NC7170, Ethernet ports might be reordered between the Kickstart kernel and the subsequent HP XC kernel reboot. Use the procedure described in this section to correct the mapping if a re-ordering has occurred.

At the time of the Kickstart installation, the fiber ports are identified as eth0 and eth1, and the onboard ports are identified as eth2 and eth3.

The /etc/modprobe.conf file is written as follows:

  • alias eth0 e1000

  • alias eth1 e1000

  • alias eth2 tg3

  • alias eth3 tg3

You must correct this mapping if you find that upon the HP XC kernel reboot, eth0 and eth1 are the tg3 devices, and eth2 and eth3 are the e1000 devices. To get the external network connection working, perform this procedure from a locally-connected terminal before invoking the cluster_prep utility:

  1. Unload the tg3 and e1000 drivers:

    # rmmod e1000
    # rmmod tg3
  2. Use the text editor of your choice to edit the /etc/modprobe.conf file to correct the mapping of drivers to devices. The section of this file should look like this when you are finished:

    alias eth0 tg3
    alias eth1 tg3
    alias eth2 e1000
    alias eth3 e1000
  3. Save your changes and exit the text editor.

  4. Use the text editor of your choice to edit the /etc/sysconfig/network-scripts/ifcfg-eth[0,1,2,3] files, and remove the HWADDR line from each file if it is present.

  5. If you made changes, save your changes and exit each file.

  6. Reload the modules:

    # modprobe tg3
    # modprobe e1000
  7. Follow the instructions in the HP XC System Software Installation Guide to complete the cluster configuration process (beginning with the cluster_prep command).

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2007 Hewlett-Packard Development Company, L.P.