Page 3 - Replicate Agent Settings tool
Table of Contents 1 Replicate Agent Settings tool ......................................................................................... 9 Introduction............................................................................................................................................9Overv...
Page 5 - List of Figures
List of Figures 1-1 All Systems window .....................................................................................................................10 1-2 Step 1: Verify Target Systems window .........................................................................................10 1-3 Step...
Page 7 - List of Tables
List of Tables 1-1 Status information messages.........................................................................................................13 2-1 SetLACState command line arguments........................................................................................15 3-1 cqniccmd comm...
Page 10 - Using HP SIM; All Systems; Figure 1-1 All Systems window; Configure > Replicate Agent Settings; Figure 1-2 Step 1: Verify Target Systems window; Change Targets
If no teams are configured on the source server, no teaming information is transferred, andconfiguration of the target system consists of configuring individual NICs only. Using HP SIM To replicate network configuration settings from source server to target server, complete thefollowing steps: 1. Fr...
Page 11 - Figure 1-3 Step 2: Choose Source System window
Figure 1-3 Step 2: Choose Source System window Using HP SIM 11
Page 12 - Click; Next; . The Step 3: Choose Source Configuration Settings page appears; Teams — Number of teams in the configuration; Select; Adapter Configuration; You also can select; Wake target systems from low power mode; before configuring
5. Select the specific server with a configured network to replicate on the target servers (theWeb Agent that supports network configuration is labeled HP Network ConfigurationUtility). 6. Click Next . The Step 3: Choose Source Configuration Settings page appears Figure 1-4 . Figure 1-4 Step 3: Choo...
Page 13 - Viewing the Task Results page; Figure 1-5 Task Results page
9. Select one of the following options to execute the task: • Click Schedule to specify when the task will run. For more information, see the “Scheduling a Task” section in the HP SIM online help file. • Click Run Now to run the task immediately. The Task Results page appears. See the “Task Results ...
Page 15 - SetLACState Utility; Command-line arguments; command line arguments; Command-line examples
2 SetLACState Utility If a server contains more than one server adapter, and at least one of those adapters is notconnected, the server can display as failed on some network management consoles. SNMP trapscan also be triggered. Use the SetLACState utility ( SetLACState ) to disable the Local Area Co...
Page 17 - Network Adapter Scripting Utility; Order of NICs on target systems
3 Network Adapter Scripting Utility Use the Network Configuration Utility to configure network adapters (NICs) and teams ofnetwork adapters. The utility’s scripting feature lets you do this using a batch process. The scripting functionality also lets you configure target systems based on configurati...
Page 18 - The CQNICCMD scripting utility; Script conversion issues; Run
specified in the data file (and properties specified with invalid data values) are configuredusing their default settings. • If no teams are configured on the source server, then no teaming information is written tothe data file, and configuration of the target system consists of configuring individ...
Page 19 - cqniccmd
NOTE: If you want to use this tool in combination with the Smart Setup Scripting Toolkit (SSSTK), see the SSSTK documentation found on your Smart Setup CD. Command-line syntax Use the following format at the command line: cqniccmd [/F] [/C<filename>] [/D] [/L<filename>] [/P<filename&g...
Page 20 - Configuration properties; NIC configuration properties
Example 2: /D cqniccmd /D Example 3: /C cqniccmd /Cc:\HP\teamcfg.xml cqniccmd /C c:\HP\teamcfg.xml cqniccmd /C”c:\HP\teamcfg.xml” Example 4: /P cqniccmd /Pc:\HP\teamcfg.xml cqniccmd /P c:\HP\teamcfg.xml cqniccmd /P”c:\HP\teamcfg.xml” Example 5: /L cqniccmd /Cc:\HP\teamcfg.xml /Lc:\HP\config.log cqni...
Page 21 - VlanID — Specifies the VLAN identifier value for the device.; Team configuration properties
• VlanID — Specifies the VLAN identifier value for the device. • VlanName — Specifies the descriptive name for the VLAN ID. Every VLAN must have aname assigned to it. Duplicate names are allowed if you want to use the same names fordifferent VLAN IDs. • NetworkAddress — Is written only for NICs that...
Page 22 - XML data file; — Brackets the entire data file and is required
Community Probe IP Address, Community Probe MAC Address, and Use Default fieldsare used. — EchoNodeProbeIPAddress — Determines the IP address to which the echo node responds. This is a reserved address that all teams on a subnet can use. This must be avalid unicast IP address and is enforced by scri...
Page 23 - The
• <team> — Defines teams and their properties • <vlan> — Defines VLANs and their properties The relnics attribute of the <team> element lists the NICs to be configured on the team. The following example is a typical NIC teaming script: <teamingconfig><!-- The comment lines...
Page 24 - Error handling and reporting; WARNING
<!-- --> <!-- <team> element 1 --><team relnics='2 3'> <property id='TeamName' value='HP Network Team #1'/> <property id='OpMode' value='TransmitLoadBalancing'/> <property id='LoadBalAlgorithm' value='Auto'/> <property id='RxHeartbeatInterval' value='3'/&...