Troubleshooting the Adapter
69
▼
Analyze a Port Hang
1. If the interface encounters a soft hang, replumb the device.
■
For Oracle Solaris 10, use the
ifconfig
(1M) command.
■
For Oracle Solaris 11, use the
dladm
(1M) command.
2. If the interface encounters a hard hang, reboot the system.
If the interface encounters another hard hang, try to capture the trace information
by using the
dtrace
(1M) command, as in the following example.
3. If the system is panicked, retrieve the crash dump in
/var/crash/
hostname
.
Note –
If the interface encountered a hard hang or a panic, file a CR at Oracle
Support. Attach the last page of the
dtrace
(1M) output or the crash dump file to the
CR.
Related Information
■
“Analyze Why the Device Link Is Missing” on page 68
■
“Analyze Slow Network Performance” on page 69
▼
Analyze Slow Network Performance
The Adapter supports several driver parameters that affect the performance of the
ports. See
“Driver Parameters (Oracle Solaris OS)” on page 44
for more information
about the default values.
1. Use the
truss
(1M) command against the process ID of the network application
to view the network performance.
2. Look for
, and network routing outages.
If you find any issues, fix them before proceeding.
#
detrace -F -m ‘ixgbe{trace(timestamp0}’\
> /tmp/dtrace.out
#
truss -p
PID
Содержание E25544-02
Страница 1: ...Sun Dual Port 10GBase T Adapter User s Guide Part No E25544 02 July 2012 ...
Страница 6: ...vi Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Страница 10: ...x Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Страница 16: ...6 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Страница 42: ...32 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Страница 66: ...56 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Страница 76: ...66 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Страница 90: ...80 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...