SunVTS 2.1 Test Reference Manual
  Buscar sólo este libro
Descargar este libro en PDF
CHAPTER 21

Network Hardware Test (nettest)


nettest checks all the networking hardware on the system CPU board and separate networking controllers (for example, a second SBus Ethernet controller). For this test to be meaningful, the machine under test must be attached to a network with at least one other system on the network.

Note - This version of nettest is used for all networking devices, including Ethernet (ie and le), token ring (tr, trp), quad Ethernet (QED), fiber optic (fddi, nf, bf, pf), SPARCcluster(TM) 1 System (em), ATM (sa, ba), and 100 megabits per second Ethernet (be,hme) devices.

The nettest mainly uses the Internet control message protocol (ICMP), and requires at least two machines on a network--the machine under test and another machine reliable enough to be a test target. Both machines must support the transport control protocol/interface program (TCP/IP) (ICMP is part of TCP/IP). The target machine must either be configured to respond to ICMP broadcast or to RPC broadcast.
The first thing nettest does is to determine the target machine(s) to test against. If no targets are specified, it sends an ICMP broadcast to find them. If it fails to find all necessary targets, it tries RPC broadcast to the RPC port mapper daemon. If you specify the targets, nettest uses the specified target(s) instead.
After finding the necessary targets, nettest performs the following tests:
  • Random test sends out 256 packets with random data length and random data.
  • Incremental test sends out packets with length from minimum to maximum packet size using incremental data. (Minimum and maximum values differ for each device.)
  • Pattern test sends 256 packets of maximum length, where each packet contains one test pattern, and all byte patterns (0 to 0xFF hex) are used. That is, the first packet contains pattern 0, the second packet contains pattern 1, and so on, until the last packet pattern of 0xFF.

Note - nettest is a scalable test. However, the maximum number of networked devices allowed on a system is 255, and the number of instances for each device is limited to 200. So, if you start the SunVTS exerciser using the -i option to specify a default number of instances for all tests, nettest cannot assign more than 200 instances per each networked device.


nettest Options

Gráfico

FIGURE 21-1 nettest

The Configuration section specifies the host name, host ID, host address, and domain name of the system being tested.
TABLE 21-1 nettest
nettest OptionsDescription
Target HostSpecifies one or more targets to be tested against. Target host entries can be either a host name or an Internet address. When no target host is specified, the test finds necessary targets via broadcasting. The default setting leaves this field empty.
Receive Timeout fieldThe default is 120 seconds, but can be changed. Use a range between 0 - 600 seconds.
Number of Retries fieldThe default number of retries before flagging an error is three, but can be changed. Use a range between 0 to 128 retries.
Print WarningDisabled by default. Click Enable to see warning errors, such as retry on timeout.

nettest Test Modes

All three modes are supported by nettest. Different test schemes are performed on the network device based on the mode selected.
TABLE 21-2 nettest
Test ModeDescription
Connection TestThe nettest checks whether the device is connected or not under this mode. It searches through all the network interfaces for specified device name. The nettest considers the device not connected and test failed if it can not find the match, otherwise it returns device is connected.
Functional TestFunctional test, the nettest performs all three tests (Random test, Incremental test, and Pattern test) sequentially. It allows user to specify option in such a way that the nettest performs a very stressful test

If you invoke SunVTS through SyMON, the following Functional Test description applies: Online mode, nettest is aware that the user's application may be running, it tries to minimize the influence on the application while it is testing. So the nettest uses only random test in online mode. Since the network device can be shared and the system resource is available, applications shall be affected fairly small


nettest Command Line Syntax

/opt/SUNWvts/bin/nettest standard_arguments -o target=h1+h2+...,
dev=interface,test=type,packets=n,pattern=hex,delay=seconds,
timeout=seconds,retry=n,warn

TABLE 21-3 nettest
ArgumentExplanation
target=h1+h2+...Specifies a list of test targets by host name or Internet address.
dev=interfaceNetwork interface name. The default value is le0 for Ethernet
networks.
test=typeSpecifies the test type. Type Random for only the Random test, Increment for the Incremental test, Pattern for the Pattern test. The default value is Random+Increment+Pattern for all the tests to be run.
packets=nNumber of random/pattern packets. The default is 256.
pattern=hexnSpecifies a data pattern, in hexadecimal form. The default is all patterns from 0 to 0xff.
delay=secondsIndicates the time between subtests in seconds; default is 30 seconds.
timeout=secondsIndicates the number of seconds to wait before a timeout; default is 20 seconds.
retry=nIndicates the number of test timeout retries; default is three retries.
warnWhen enabled, prints warning messages.

nettest Error Messages

TABLE 21-4 nettest

Error MessageProbable Cause(s)Recommended Action
6000RPC broadcast failure <error_message>

6001Unable to resolve <host_name> ethernet address

6002No ICMP echo reply from <host_name>System load too heavyReduce system load or increase timeout time


No cable connectionCheck cable connection!


Target machine too busyReduce target machine load
6003ICMP echo reply incorrect length from <host_name>, exp <data> obs <data>

6004ICMP echo reply length <number> from <host_name>, data mismatch at byte <number>, exp <value> obs <value>

6005Unable to find any test target

6006Unable to find necessary test targets for the ethernet switch

8000Unable to open
<device_name>
<error_message>


8001Bad ioctl <name>
<error_message>


8002Unable to allocate <number> bytes of memory <error_message>

8003System call <name> returned <value> <error_message>

TABLE 21-4 nettest(Continued)

Error MessageProbable Cause(s)Recommended Action
8004Unable to map network entry for <host_name>

8005ATM device <device_name> requires target specification

8006Failed to allocate <number> bytes of swap space for configuration

8007dl_primitive response = <value>

8008dl_ok_ack: short response

8009dl_phys_addr_ack: short response

8010Invalid Argument <string>

8011Interface <device_name> not configured in system