i have a issue on dedicated lock

sponner

New Member
Sep 15, 2019
19
0
1
33
my dedicated server locking some times for 5-10 secs
and all vms connection losing because dedicated is losing
any have a idea for fixing this ?
https://prnt.sc/rh9khg

my link is down every 10 minutes i changed my serever etherent cable and i see switch logs but no problem appeared
https://prnt.sc/rhf5ji


Code:
Mar 17 03:05:46 server1 kernel: e1000e 0000:00:1f.6 enp0s31f6: Detected Hardware Unit Hang:
  TDH                  <f7>
  TDT                  <e4>
  next_to_use          <e4>
  next_to_clean        <f6>
buffer_info[next_to_clean]:
  time_stamp           <1007236be>
  next_to_watch        <f7>
  jiffies              <1007239c9>
  next_to_watch.status <0>
MAC Status             <40080083>
PHY Status             <796d>
PHY 1000BASE-T Status  <3800>
PHY Extended Status    <3000>
PCI Status             <10>
Mar 17 03:05:48 server1 kernel: e1000e 0000:00:1f.6 enp0s31f6: Detected Hardware Unit Hang:
  TDH                  <f7>
  TDT                  <e4>
  next_to_use          <e4>
  next_to_clean        <f6>
buffer_info[next_to_clean]:
  time_stamp           <1007236be>
  next_to_watch        <f7>
  jiffies              <100723bc1>
  next_to_watch.status <0>
MAC Status             <40080083>
PHY Status             <796d>
PHY 1000BASE-T Status  <3800>
PHY Extended Status    <3000>
PCI Status             <10>
Mar 17 03:05:50 server1 kernel: e1000e 0000:00:1f.6 enp0s31f6: Detected Hardware Unit Hang:
  TDH                  <f7>
  TDT                  <e4>
  next_to_use          <e4>
  next_to_clean        <f6>
buffer_info[next_to_clean]:
  time_stamp           <1007236be>
  next_to_watch        <f7>
  jiffies              <100723db8>
  next_to_watch.status <0>
MAC Status             <40080083>
PHY Status             <796d>
PHY 1000BASE-T Status  <3800>
PHY Extended Status    <3000>
PCI Status             <10>
 
Last edited:
its resolved after applying this code
ethtool -K <device name> gso off gro off tso off tx off rx off

thnx sir