Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master][chassis] "show runningconfiguration all" failed on Supervisor card #18276

Closed
mlok-nokia opened this issue Mar 6, 2024 · 3 comments
Closed
Assignees
Labels
Chassis 🤖 Modular chassis support Triaged this issue has been triaged

Comments

@mlok-nokia
Copy link
Contributor

Description

bgp is not supported on the Supervisor, when executes "show runningconfiguration all" command, it fails with the below error

admin@Supervisor:~$ show runningconfiguration all
Error response from daemon: Container bdd6948eb4a1b76c923a345f0e5642cbfd0c0ad99f0ab72dd410f0ceaf02a706 is not running

Steps to reproduce the issue:

  1. Execute CLI command "show runningconfiguration all" on Supervisor. The following error is shown
admin@Supervisor:~$ show runningconfiguration all
Error response from daemon: Container bdd6948eb4a1b76c923a345f0e5642cbfd0c0ad99f0ab72dd410f0ceaf02a706 is not running

Describe the results you received:

The error output as below:

admin@Supervisor:~$ show runningconfiguration all
Error response from daemon: Container bdd6948eb4a1b76c923a345f0e5642cbfd0c0ad99f0ab72dd410f0ceaf02a706 is not running

Describe the results you expected:

The below output is expected:

admin@ixre-cpm-chassis15:~$ show runningconfiguration all | more
{
    "localhost": {
        "AUTO_TECHSUPPORT": {
            "GLOBAL": {
                "available_mem_threshold": "10.0",
                "max_core_limit": "5.0",
                "max_techsupport_limit": "10.0",
                "min_available_mem": "200",
                "rate_limit_interval": "180",
                "since": "2 days ago",
                "state": "enabled"
            }
        },
        "AUTO_TECHSUPPORT_FEATURE": {
            "bgp": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "database": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "dhcp_relay": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "eventd": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "gnmi": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "lldp": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
....
    },
    "asic0": {
        "AUTO_TECHSUPPORT": {
            "GLOBAL": {
                "available_mem_threshold": "10.0",
                "max_core_limit": "5.0",
                "max_techsupport_limit": "10.0",
                "min_available_mem": "200",
                "rate_limit_interval": "180",
                "since": "2 days ago",
                "state": "enabled"
            }
        },
        "AUTO_TECHSUPPORT_FEATURE": {
            "bgp": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "database": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
    "asic1": {
        "AUTO_TECHSUPPORT": {
            "GLOBAL": {
                "available_mem_threshold": "10.0",
                "max_core_limit": "5.0",
                "max_techsupport_limit": "10.0",
                "min_available_mem": "200",
                "rate_limit_interval": "180",
                "since": "2 days ago",
                "state": "enabled"
            }
        },
        "AUTO_TECHSUPPORT_FEATURE": {
            "bgp": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "database": {
                "available_mem_threshold": "10.0",
                "rate_limit_interval": "600",
                "state": "enabled"
            },
            "dhcp_relay": {
                "available_mem_threshold": "10.0",
...
...
    }
}


#### Output of `show version`:
Issue exist in latest master branch

(paste your output here)

#### Output of `show techsupport`:

(paste your output here or download and attach the file here )


#### Additional information you deem important (e.g. issue happens only occasionally):

<!--
     Also attach debug file produced by `sudo generate_dump`
-->
@prabhataravind
Copy link
Contributor

@qiluo-msft for viz.

@mlok-nokia
Copy link
Contributor Author

PR sonic-net/sonic-utilities#3148 introduces the multi-asic support. It needs to be enhanced to support Supervisor card since BGP is not supported in Supervisor.

@wen587
Copy link
Contributor

wen587 commented Mar 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chassis 🤖 Modular chassis support Triaged this issue has been triaged
Projects
Archived in project
Development

No branches or pull requests

4 participants