IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Carbon Black Cloud: How to Enable Nettrace (Verbose Network Logging)

Carbon Black Cloud: How to Enable Nettrace (Verbose Network Logging)

Environment

  • Carbon Black Cloud Sensor: All Supported Versions
  • Microsoft Windows: All Supported Versions

Objective

To enable NetTrace logging

Resolution

1. Enable Nettrace
  1. Place sensor into bypass mode by running commands:
    cd c:\Program Files\Confer\
    repcli bypass 1
  2. Open the cfg.ini file with a text editor running as Admin
  3. Add:
    Nettrace=1
  4. Force a configuration update:
    repcli updateconfig
  5. Remove device from bypass:
    repcli bypass 0
  6. Replicate the issue
  7. Gather a Repcli Capture
2. Disable NetTrace
  1. Place sensor into bypass mode by running commands:
    cd c:\Program Files\Confer\
    repcli bypass 1
  2. Open the cfg.ini file with a text editor running as Admin
  3. Remove:
    Nettrace=1
  4. Force a configuration update:
    repcli updateconfig
  5. Remove device from bypass:
    repcli bypass 0

Additional Notes

  • This should only be done when requested by VMware Carbon Black Support/ Engineering
  • Failure to disable NetTrace can lead to a full disk

Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-24-2021
Views:
397
Contributors