HP ProLiant xw2x220c Remote Graphics Software 5.2.5 User Guide - Page 173

Configuring your network for optimal performance, named Link Speed & Duplex.

Page 173 highlights

11-4 Configuring your network for optimal performance RGS depends on low network latency and reasonably high network bandwidth. There are several methods to test and measure the network bandwidth, latency, and the number of hops between Sender and Receiver computers: • Use the ping command to measure network latency. From a command prompt on Windows or a terminal window on Linux, execute ping hostname. This will report the network latency. Be sure the ping protocol (ICMP) is not blocked by a firewall. Windows may be set up with IPSec filters-be sure there is no IPSec filter policy disabling ICMP traffic. • Use Traceroute (Linux) or tracert (Windows) to measure the network latency between two computers. Traceroute will report the number of hops it takes to reach a computer in addition to the network latency. • Use ttcp to measure the network bandwidth. ttcp is available at: www.pcausa.com/Utilities/pcattcp.htm Once you've characterized your network performance, you can decide if improvement is required. Several possible steps are described below. The computer NIC will auto-negotiate the network speed with the network switches on the local network. The negotiated speed can vary from 10 Mb/sec half duplex to 10 Gb/sec full duplex. Most modern NICs and switches will negotiate the highest possible speed available. However, unless the network has been carefully designed for maximum throughput, the NICs and switches may auto-negotiate to a sub-optimal speed. If the NIC and switches are configured to auto-negotiate properly, you can leave the settings to auto-negotiate. If you want to force the network to operate at a particular speed, the settings in the NIC and switches can be hardcoded. You must be careful with these settings, however. If the NIC and switch settings don't complement each other, the network will have poor performance. • Configuring the NIC on Windows-You can change the link speed and duplex mode on Windows by opening the Device Manager. Click Control Panel>System>Hardware Tab>Device Manager. Once the Device Manager is open, click the + next to Network adapters. Then, right-click on the network adapter that you want to change, and select Properties. Click the Advanced tab. Each network adapter has its own properties/settings that can be changed. The property that affects the link speed and duplex is usually named "Link Speed & Duplex". Click that property. If you want auto-negotiation, select the Auto Detect entry in the Value box. If you want to hard-code the speed and duplex, always choose the fastest link your network can support, and always choose full duplex. • Configuring the NIC on Linux-On Linux systems, the ethtool tool can be used to configure networking. Perform the following steps to obtain and set the network characteristics on Linux. To obtain the LAN characteristics for interface 0, as root, type: $ /usr/local/sbin/ethtool eth0 To set the LAN characteristics for a 100 Mb/sec connection running full-duplex mode, as root, type: $ /usr/local/sbin/ethtool -s eth0 speed 100 duplex full autoneg off If you are not satisfied with your network performance, look at the log files on your network switch (if the Local Computer is connected to one). A significant number of errors on the switch port may indicate that the computer or network is not configured correctly. Work with your IT organization to optimize your computer and network configuration. Optimizing RGS performance 173

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191

Optimizing RGS performance 173
11-4 Configuring your network for optimal performance
RGS depends on low network latency and reasonably high network bandwidth. There are several methods to test
and measure the network bandwidth, latency, and the number of hops between Sender and Receiver computers:
Use the ping command to measure network latency. From a command prompt on Windows or a terminal
window on Linux, execute
ping hostname
. This will report the network latency. Be sure the ping protocol
(ICMP) is not blocked by a firewall. Windows may be set up with IPSec filters—be sure there is no IPSec
filter policy disabling ICMP traffic.
Use
Traceroute
(Linux) or
tracert
(Windows) to measure the network latency between two computers.
Traceroute will report the number of hops it takes to reach a computer in addition to the network latency.
Use
ttcp
to measure the network bandwidth.
ttcp
is available at:
www.pcausa.com/Utilities/pcattcp.htm
Once you’ve characterized your network performance, you can decide if improvement is required. Several
possible steps are described below.
The computer NIC will auto-negotiate the network speed with the network switches on the local network. The
negotiated speed can vary from 10 Mb/sec half duplex to 10 Gb/sec full duplex. Most modern NICs and
switches will negotiate the highest possible speed available. However, unless the network has been carefully
designed for maximum throughput, the NICs and switches may auto-negotiate to a sub-optimal speed.
If the NIC and switches are configured to auto-negotiate properly, you can leave the settings to auto-negotiate. If
you want to force the network to operate at a particular speed, the settings in the NIC and switches can be hard-
coded. You must be careful with these settings, however. If the NIC and switch settings don’t complement each
other, the network will have poor performance.
Configuring the NIC on Windows—
You can change the link speed and duplex mode on Windows by
opening the
Device Manager. Click
Control Panel>System>Hardware Tab>Device Manager
.
Once the
Device Manager is open, click the
+
next to Network adapters.
Then, right-click on the network adapter that
you want to change, and select
Properties
.
Click the
Advanced
tab.
Each network adapter has its own
properties/settings that can be changed.
The property that affects the link speed and duplex is usually
named "Link Speed & Duplex".
Click that property.
If you want auto-negotiation, select the Auto Detect
entry in the
Value
box.
If you want to hard-code the speed and duplex, always choose the fastest link your
network can support, and always choose full duplex.
Configuring the NIC on Linux—
On Linux systems, the
ethtool
tool can be used to configure networking.
Perform the following steps to obtain and set the network characteristics on Linux. To obtain the LAN
characteristics for interface 0, as root, type:
$ /usr/local/sbin/ethtool eth0
To set the LAN characteristics for a 100 Mb/sec connection running full-duplex mode, as root, type:
$ /usr/local/sbin/ethtool -s eth0
speed 100
duplex full autoneg off
If you are not satisfied with your network performance, look at the log files on your network switch (if the Local
Computer is connected to one). A significant number of errors on the switch port may indicate that the computer
or network is not configured correctly. Work with your IT organization to optimize your computer and network
configuration.