HP BladeSystem Dual NC370i - Multifunction Network Adapter User Manual
HP BladeSystem Dual NC370i - Multifunction Network Adapter User Manual

HP BladeSystem Dual NC370i - Multifunction Network Adapter User Manual

Proliant network adapter scripting utility
Hide thumbs Also See for BladeSystem Dual NC370i - Multifunction Network Adapter:

Advertisement

Quick Links

HP ProLiant Network Adapter Scripting Utility
User Guide
Part Number 515635-003
September 2009 (Third Edition)

Advertisement

Table of Contents
loading

Summary of Contents for HP BladeSystem Dual NC370i - Multifunction Network Adapter

  • Page 1 HP ProLiant Network Adapter Scripting Utility User Guide Part Number 515635-003 September 2009 (Third Edition)
  • Page 2 © Copyright 2008, 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.
  • Page 3: Table Of Contents

    Adapter configuration properties for Windows Server 2003................. 13 Team configuration properties........................14 XML data file..........................16 XML elements and typical adapter teaming script ..................16 Error handling and reporting ........................19 Error checking and completion code ....................19 Acronyms and abbreviations......................20 Index............................
  • Page 4: Overview

    Scripting functionality provides the capability to configure a target system based on configuration information saved from a source server. The target system is not required to be identical to the source server. The configuration of the source server may not be duplicated in its entirety on the target system.
  • Page 5: Scripting

    Adapters embedded on the system board are assigned the lowest numbers, followed by adapters ordered by their slot or switch bay number with the lowest slot or switch bay number first. Multiport adapters are ordered by ascending port or switch port number within each slot.
  • Page 6: Teams On Target Systems

    • In general, the adapters on the team on the target system do not have to be the same type of adapters that were teamed on the source server. However, some adapters cannot be teamed and if an attempt is made to form a team with invalid combinations of adapters an error occurs. For example, teams with different speed capabilities cannot be teamed on a load balancing team.
  • Page 7 In Transmit Load Balancing, Switch-assisted Load Balancing, and 802.3ad with Fault Tolerance teams, the adapters must be capable of a common speed. If you try to add an adapter to one of these existing team types and that adapter is not capable of a common speed with the other adapters in the team then the team option is disabled.
  • Page 8: Script Conversion

    Configure adapter teaming on the source server. Generate a script file on the source server by clicking Save in the HP NCU user interface or by running CQNICCMD /S<filename> in the Command Line utility. Modify the script file as necessary.
  • Page 9: Command Line Arguments

    Only one of the following configuration options can be specified at a time: The /L argument can be used with any of the configuration options. The /F argument can only be used with the /C configuration option. Command line arguments...
  • Page 10 /Cc:\HP\teamcfg.xml /Lc:\HP\config.log cqniccmd /C c:\HP\teamcfg.xml /L c:\HP\config.log cqniccmd /C"c:\HP\teamcfg.xml" /L" c:\HP\config.log" cqniccmd /F /C c:\HP\teamcfg.xml Scripting 10...
  • Page 11: Configuration Properties

    Configuration properties Adapter configuration properties for Windows Server 2008 The following properties are configured on the target server adapters from the source server data. Each adapter property displays only if the property is supported by the selected adapter. • PriorityVLANTag—Enables or disables the ability to insert or remove the 802.1q tags for priority and VLAN.
  • Page 12 IPMI—Enables Intelligent Platform Management Interface, which provides a means for monitoring, control, and automatic recovery of servers. IPMI can only enabled on one port at a time. IPMI cannot be enabled on a port that has Large Send Offload enabled.
  • Page 13: Adapter Configuration Properties For Windows Server 2003

    • VlanName—Specifies the descriptive name of the VLAN ID. Every VLAN must have a name assigned to it. Duplicate names are allowed if you want to use the same names for different VLan IDs. • NetworkAddress—This value is written only for adapters that are not teamed. It overrides the burned- in address with a locally administered address.
  • Page 14: Team Configuration Properties

    Possible values are Enabled or Disabled. • TxPathValidationInterval—Determines how frequently the packet signals are transmitted. The range of acceptable values is 3 to 60. Values less than 3 are set to 3, and values greater than 60 are set to 60. •...
  • Page 15 Windows Server 2008 systems only. • TOEEnabled—Enables the offloading of TCP connections to HP Multifunction Server Adapters. The TOEEnabled property is only valid when all the team members support TOE. Possible values are Enabled or Disabled and 0=Disabled; 1=Enabled. •...
  • Page 16: Xml Data File

    <team>-Defines teams and their properties. • <vlan>-Defines VLANs and their properties. The 'relnics' attribute of the <team> element lists the adapters that are to be configured on the team. The following example is a typical adapter teaming script. <?xml version="1.0" encoding="ISO-8859-1" ?>...
  • Page 17 - <!-- <nic> element 2 --> - <nic> <property id="SpeedDuplex" value="Auto/Auto" /> <property id="PriorityVLANTag" value="Priority and VLAN Enabled" /> <property id="JumboPacket" value="1514 Bytes" /> <property id="WakeUpCap" value="Both" /> <property id="FlowControl" value="Disable" /> <property id="WireSpeed" value="1" /> <property id="WOLSpeed" value="Auto" />...
  • Page 18 <property id="DefaultVlanId" value="1" /> <property id="DefaultVlanTag" value="1" /> <property id="iSCSIVlanId" value="1" /> <property id="iSCSIVlanName" value="HP iSCSI VLAN 1" /> <property id="iSCSIPacketPriority" value="Disabled" /> <property id="iSCSIDHCPEnabled" value="Enabled" /> <property id="iSCSIIPAddress" value="0.0.0.0" /> <property id="iSCSISubnetMask" value="0.0.0.0" /> <property id="iSCSIGateway" value="0.0.0.0" /> <property id="iSCSILAA" value="" />...
  • Page 19: Error Handling And Reporting

    When the cqniccmd is run from a command line or a Windows command file, a completion code is written as an error level code to both a log file and the screen. This error code can be used by the Windows command file to determine how to proceed.
  • Page 20: Acronyms And Abbreviations

    Acronyms and abbreviations iSCSI Internet Small Computer System Interface Network Configuration Utility network fault tolerant Receive-Side Scaling TCP/IP Offload Engine VLAN virtual local-area network extensible markup language Acronyms and abbreviations 20...
  • Page 21: Index

    9, 16 SmartStart Scripting Toolkit 8 error code 19 targets, discovering 5, 6 examples 9 TCP/IP Offload Engine (TOE) 5, 14 team configuration 6, 14 team properties 14 teaming limitations 5, 6 Flow Control 11 TOE (TCP/IP Offload Engine) 5, 19...

Table of Contents