What are the basic system health and diagnostics check commands for Broadcom SONiC?

What are the basic system health and diagnostics check commands for Broadcom SONiC?

Health Checks:

To monitor the health of the SONiC environment, several commands can be utilized:

1. System Health Summary:

show system-health summary provides an overview of any critical issues.

2. Power Supply Status:

show platform psusummary details the status of power supplies.

3. Fan Functionality:

show platform fan checks the operational status of cooling fans.

4. Temperature Monitoring:

show platform temperature displays current thermal conditions.

5. Clock Synchronization:

show clock displays timekeeping and synchronization.

6. Overall Platform Summary:

show platform summary displays general system status.


    • Related Articles

    • What are some Basic Monitoring commands ?

      show timezone-list: Displays the full list of available timezones. show boot: Shows the current OS image, the image to be loaded on the next reboot, and lists all available images installed on the device. show clock: Displays the current date and ...
    • How to Retrieve System Status Information on Broadcom sonic?

      The following commands can be used to display the status of various parameters related to the physical state of the network node. Show Boot This command displays the current OS image, the image to be loaded on the next reboot, and lists all available ...
    • What are the Basic Configuration commands ?

      config hostname: Configures the system hostname. config platform firmware install: Installs platform component firmware. config platform firmware update: Updates a platform component firmware from the current/next SONiC image. config set_timezone: ...
    • BGP Basic Configuration Commands

      1. Enable BGP Activates BGP on the device with a specified Autonomous System number. Command: router bgp <AS-number> 2. Configure BGP Router ID Sets a unique identifier for the BGP router, usually an IP address to ensure consistent identification. ...
    • How to configure LLDP in Broadcom SoNiC?

      LLDP Basic Configurations 1. LLDP modes configuration (receive and transmit) at the interface level Commands- interface range <iface_range_num > lldp <mode> To remove configuration -no lldp <mode> Note- Mode options are receive and transmit . 2. To ...