Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Troubleshooting Guide
  3. Troubleshooting procedures
  4. Troubleshooting network interface card performance
NetBackup™ Troubleshooting Guide

Troubleshooting network interface card performance

If backup or restore jobs are running slowly, verify that the network interface cards (NIC) are set to full duplex. Half duplex often causes poor performance.

Note:

If the NIC in a NetBackup primary or media server is changed, or if the server IP address changes, CORBA communications may be interrupted. To address this situation, stop and restart NetBackup.

For help on how to view and reset duplex mode for a particular host or device, consult the manufacturer's documentation. If the documentation is not helpful, perform the following procedure.

To troubleshoot network interface card performance

  1. Log onto the host that contains the network interface card whose duplex mode you want to check.
  2. Enter the following command to view the current duplex setting.
        ifconfig -a

    On some operating systems, this command is ipconfig.

    The following is an example output from a NAS filer:

    e0: flags=1948043<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 
    1500
    inet 10.80.90.91 netmask 0xfffff800 broadcast 10.80.95.255
    ether 00:a0:98:01:3c:61 (100tx-fd-up) flowcontrol full
    e9a: flags=108042<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
    ether 00:07:e9:3e:ca:b4 (auto-unknown-cfg_down) flowcontrol full
    e9b: flags=108042<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
    ether 00:07:e9:3e:ca:b5 (auto-unknown-cfg_down) flowcontrol full

    In this example, the network interface that shows "100tx-fd-up" is running in full duplex. Only interface e0 (the first in the list) is at full duplex.

    A setting of "auto" is not recommended, because devices can auto-negotiate to half duplex.

  3. The duplex mode can be reset by using the ifconfig (or ipconfig) command. For example:
    ifconfig e0 mediatype 100tx-fd
  4. For most hosts, you can set full-duplex mode permanently, such as in the host's /etc/rc files. Refer to the host's documentation for more information.

Feedback

Was this page helpful?
Previous

About troubleshooting automatic import jobs that SLP components manage

Next

About SERVER entries in the bp.conf file

Feedback

Was this page helpful?