OPBNOS R2.6
Release
  • Open Packet Broker
  • What's New?
  • Getting Started
    • Licensing
    • Limitations
    • Image Management
      • Installing OPBNOS from ONIE
      • Installing OPBNOS from USB Drive
      • Image Upgrade from OPBNOS
      • Selecting OPBNOS on next boot
      • Removing available images
      • Rebooting the Switch
    • Supported HwSku
    • Scalability
    • Downloads
  • CLI Configuration Guide
    • Configuring License
    • Configuring Hostname
    • Configuring Username
    • On-Box FlowVision
    • Configuring AAA
      • Configuring AAA
      • Configuring TACACS
      • Configuring RADIUS
    • Interface Management
      • Configuring Management Interface
      • Configuring Physical Interface
    • Link Layer Discovery Protocol (LLDP)
      • Enabling LLDP
      • Displaying LLDP Neighbors
    • Configuring Interface Description
    • Configuring Auto Negotiation
    • Configuring FEC
    • Configuring Maximum Transition Unit
    • Configuring Port Speed
    • Configuring Interface Type
    • Configuring VLAN Modes
    • Configuring Loopback Mode
    • Configuring Packet Slicing
    • Configuring Ingress VLAN
    • Configuring Egress Tagging
    • Configuring Tx-only
    • Configuring An-clause
    • Configuring PortChannel
    • Configuring LAG Hash
    • Configuring Flows and Rules
      • Configuring Network Ports
      • Configuring Tool Ports
      • Configuring Flows
      • Configuring Flow Description
      • Configuring Flow Rules (NVIDIA)
      • Configuring Flow Rules (Broadcom)
      • Configuring Flow Match Expression Rules
      • Configuring Flow UDF Rules
      • Configuring Push/Pop VLAN
      • Configuring Flow Override Action(s)
      • Display Flow Information
      • Clear Flow Counters
    • Configuring GTP Flow
    • Configuring VxLAN Flow
    • Configuring SNMP
      • Configure SNMP community
      • Configuring SNMP Trap
      • Configuring SNMP Threshold
      • Configuring SNMP User
      • Configuring SNMP Location
      • Configuring SNMP Contact
    • Configuring SYSLOG
    • Ping
    • Traceroute
    • Configuring NTP
    • Configuring Timezone
    • Configuring sFlow
    • Display Interface Information
      • Front Panel Port Mapping
    • Display System Information
      • Interface Transceiver Information
      • System Uptime
      • Reboot Cause
      • Show Environment
      • Show System Memory
      • Show Docker Memory
      • Show Services
      • Show Platform Fan
      • Show platform pcieinfo
      • Show Platform PSU
      • Show Platform SSD
      • Show Platform Summary
      • Show Platform Syseeprom
      • Show Platform Temperature
    • Configuration Management
      • Copying Files To Device
      • Copying Files From Device
      • Copying Running and Startup Configuration
      • Saving Configuration
      • Display Configuration
      • Clearing Startup configuration
    • Zero Touch Provisioning
      • DHCP Discovery
      • ZTP Boot File
      • Enable ZTP
    • Troubleshooting
  • Aviz FlowVision Graphical User Interface Guide
    • FlowVision Controller Installation
      • FV ESXi Host Installation
      • FV VirtualBox Installation
    • System
      • Viewing the Dashboard
      • Accessing System and Device Information
      • Managing Topologies
      • Managing Devices
      • Viewing System Log
      • Managing Users
      • Performing Backup and Restore
      • Viewing Audit Logs
    • Configuration
      • Configuring Ports
      • Configuring Port Groups
      • Configuring Rule Templates
      • Configuring Flows
    • Statistics
      • Viewing Port Statistics
      • Viewing Flow Statistics
    • Help
  • REST API Guide
    • FLOW
    • Interface Management
    • Port Channel
    • LLDP
    • SNMP
    • System and Platform
    • Statistics
  • Use Cases
    • For Engineers
      • VxLAN Deployment (NVIDIA)
      • GTP Deployment
      • Truncation and Load Balancing
      • Ingress VLAN and Egress Tagging
      • Loopback-mode Port
      • VLAN Mode/Tag Actions
    • Command Reference
      • Converting Network-to-Tool port
      • Configuring 1G Electrical SFP
      • Enabling FlowVision On-box Support
  • Solution Integration
    • Network Visibility and Analysis with OPB, Arkime, Elasticsearch & Kibana
      • Installation Pre-Requisites
      • Solution Components
      • Configuring OPBNOS
      • Installing Arkime
      • Installing Kibana
      • Troubleshooting
  • Support
    • How to contact Aviz Networks Support?
Powered by GitBook
On this page
  • Displaying Technical Support Information
  • Generating Technical Support Information
  • Displaying Hardware Dump (NVIDIA only)
  • Generating Hardware Dump (NVIDIA only)

Was this helpful?

  1. CLI Configuration Guide

Troubleshooting

To generate hardware dumps for debugging and technical support use the below commands:

Displaying Technical Support Information

You can display the tech-support information use the below command

pbnoscli# show tech-support
pbnoscli# show tech-support      
===============================================================================
System Uptime Information
===============================================================================

up 20 hours, 22 minutes


===============================================================================
All Services Information
===============================================================================

lldp	docker
---------------------------
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.0  0.3  30388 24192 pts/0    Ss+  Sep26   0:32 /usr/bin/python3 /usr/local/bin/supervisord
root          12  0.0  0.2  25616 19104 pts/0    S    Sep26   0:05 python3 /usr/bin/supervisor-proc-exit-listener --container-name lldp
root          15  0.0  0.0 223808  5616 pts/0    Sl   Sep26   0:00 /usr/sbin/rsyslogd -n -iNONE

<...>

s},
        "default_brkout_mode": "1x100G[50G,40G,25G,10G,1G]",
        "Current Breakout Mode": "1x100G[50G,40G,25G,10G,1G]",
        "child ports": "Ethernet124",
        "child port speeds": "100G"
    }
}


pbnoscli# 

Generating Technical Support Information

pbnoscli# show tech-support dump
pbnoscli# show tech-support dump 
===============================================================================
Generating Techsupport Tar in /var/dump
Lock succesfully accquired and installed signal handlers
mkdir: created directory '/var/dump'

<...>

Cleaning up working directory /var/dump/sonic_dump_opb-nos_20220926_184853
removed '/tmp/techsupport-lock/PID'
removed directory '/tmp/techsupport-lock'
/var/dump/sonic_dump_opb-nos_20220926_184853.tar.gz
pbnoscli# 

To copy the generated file to a remote server use the below command

pbnoscli# copy file /var/dump/sonic_dump_opb-nos_20220926_184853.tar.gz scp aviz@10.2.2.10:/sonic_dump.tar.gz
pbnoscli# copy file /var/dump/sonic_dump_opb-nos_20220926_184853.tar.gz scp aviz@10.2.2.10:/home/aviz/ravi/sonic_dump_opb-nos_20220926_184853.tar.gz
aviz@10.2.2.10's password: 
sonic_dump_opb-nos_20220926_184853.tar.gz     100% 9827KB 109.7MB/s   00:00    
pbnoscli# 

Displaying Hardware Dump (NVIDIA only)

You can display the hardware-dump using the below command

pbnoscli# show hardware-dump
pbnoscli# show hardware-dump 
===============================================================================
API Ports Dump
===============================================================================

<...>

----------------------------
ACL Bindings
----------------------------

==========================================================
|     ACL ID|   Direction| Logical Port| VLAN Group|  RIF|
==========================================================


pbnoscli# 

Generating Hardware Dump (NVIDIA only)

You can generate hardware-dump for debugging

pbnoscli# generate hardwaredump 
[+] opening sdk
Sep 27 04:39:24 INFO    LOG: Initializing SX log with STDOUT as output file.
sx_api_open handle:0x560a8bed4be4 , rc 0 
No dump file path was entered as a parameter.
Will use the default: /tmp/sdkdump path.
sx_api_dbg_generate_dump, rc 0


Hardware debug dump file named hwdump, generated in /home/admin/hwdump.log
pbnoscli# 

To copy the generated file to a remote server use the below command

pbnoscli# copy file /home/admin/hwdump.log scp <user>@<remote-ip>:/<dir>/hwdump.log
pbnoscli# copy file /home/admin/hwdump.log scp aviz@10.2.2.10:/hwdump.log
The authenticity of host '10.2.2.10 (10.2.2.10)' can't be established.
ECDSA key fingerprint is SHA256:+S2EmXkMAA6WYu6VKodKZtsha3HpVzLCnpG95yEqqlQ.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '10.2.2.10' (ECDSA) to the list of known hosts.
aviz@10.2.2.10's password: 
hwdump.log                                    100% 5453KB  95.3MB/s   00:00    
pbnoscli# 
PreviousEnable ZTPNextAviz FlowVision Graphical User Interface Guide

Was this helpful?