| United States-English |
|
|
|
![]() |
Ignite-UX Administration Guide: for HP-UX 11i > Chapter 7 Booting and Installing HP-UX From the Server Using the Client
ConsoleManaging Speed and Duplexing of LAN Interfaces Executing Network Boots |
|
The default behavior of the kernel at boot up is to automatically negotiate the speed and duplex settings of all LAN interfaces that support this feature. This default behavior is later modified in HP-UX by startup scripts that can set any speed and duplex rather than allow the LAN interface to automatically negotiate these settings. When you use an install kernel with Ignite-UX to install or recover a system, there are no startup scripts. If a Fast or Gigabit Ethernet LAN interface fails to autonegotiate, it defaults to 100 Half-Duplex regardless of the speed and duplex settings at the other end. Mismatched speed and duplex settings can cause serious performance and reliability issues when using Ignite-UX. You can adjust the speed and duplex settings when using Ignite-UX with the _hp_lanadmin_args variable. The LAN interface Ignite-UX uses must be brought up before the Ignite-UX server can be contacted so this keyword serves no purpose if it is located in the normal configuration files used by Ignite-UX. In view of this, _hp_lanadmin_args must be configured in the installation file system on the server that it boots from. If the client boots using a boot helper, _hp_lanadmin_args must be configured on the boot helper system not the Ignite-UX server. Almost all Fast and Gigabit Ethernet interfaces support setting the speed and duplex using the _hp_lanadmin_args variable for the -X option. Some old Fast Ethernet interfaces might not support full-duplex, so consult the product documentation for any network interfaces you encounter problems with to confirm the speed and duplex settings that each supports. You can still take advantage of the other options available using the lanadmin command. For more information, see the examples in instl_adm(4) regarding setting the MTU (-M) and Duplex (-S) options of _hp_lanadmin_args. Following are two examples of how to set the duplex in differing situations. Setting 100 Full DuplexIf you want all Fast Ethernet LAN interfaces to run at 100 Full Duplex, this would cause some immediate problems for Ignite-UX because of the duplex mismatches created. To correct the mismatches, you would add the following code to the installation file system to extract, update, and replace the current configuration in the installation file system: Edit the file and add the following:
Add this configuration clause to [W|V|I]INSTALLFS: You can then review the current contents of the configuration in the installation file system with instl_adm -d. The output is similar to this example:
Setting Mixed Interface TypesIn more complex environments, particularly those with mixed interface types, it is possible to be more complex in setting _hp_lanadmin_args. In this example, a default is set for _hp_lanadmin_args and a specific setting is defined for Gigabit Ethernet interfaces:
This ensures that if the driver used to control the LAN interface being used is btlan or gelan it is changed to 100 Full Duplex, and if the driver is igelan the interface is set to 1000 Full Duplex. Alternatively, if you want all Fast and Gigabit Ethernet interfaces to set to 100 Full Duplex you could use the following:
The ~ (tilde) operator performs an extended regular expression match. You should exercise care with extended regular expressions to prevent false matches. For more information regarding regular expressions, see regexp(5). The grep command can be used from the command line to test extended regular expressions against different input. For more information, see grep(1). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||