You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue where SWSS fails to start on initialization on the Accton AS7326-56X platform. After upgrading to SONiC 202411, the system does not display interfaces during startup. This issue was not present in the SONiC 202211 version.
Steps to reproduce the issue:
1.Install SONiC 202411 on the Accton AS7326-56X device.
2.Boot the system and observe the interfaces using show interfaces.
3.Check system logs for SWSS-related errors.
Describe the results you received:
SWSS service fails to start during initialization.
Interfaces are not visible when running show interfaces.
Found errors in syslog indicating issues with the initialization of SWSS and Broadcom SDK.
Describe the results you expected:
SWSS should initialize successfully without errors.
Interfaces should be visible and functional after startup.
Additional information you deem important (e.g. issue happens only occasionally):
Syslog problematic part:
2024 Jun 16 10:48:00.535199 sonic DEBUG bgp#bgpcfgd: execute command '['vtysh', '-f', '/tmp/tmpey_qria3']'.
2024 Jun 16 10:48:00.612423 sonic INFO teamd#supervisord 2024-06-16 10:48:00,610 INFO spawned: 'teamsyncd' with pid 25
2024 Jun 16 10:48:00.633592 sonic INFO teamd#supervisord: teamsyncd Listens to teamd events...
2024 Jun 16 10:48:00.689487 sonic NOTICE syncd#syncd: :- threadFunction: time span 1823 ms for 'create:SAI_OBJECT_TYPE_SWITCH:oid:0x21000000000000'
2024 Jun 16 10:48:01.002050 sonic WARNING bgp#mgmtd[36]: [Q5J8K-NY65R] XXX txn in progress, retry init
2024 Jun 16 10:48:01.002050 sonic INFO bgp#mgmtd[36]: [VTVCM-Y2NW3] Configuration Read in Took: 00:00:01
2024 Jun 16 10:48:01.003662 sonic ERR syncd#syncd: [none] SAI_API_SWITCH:platform_process_command:430 Platform command "init bcm" failed, rc = -1.
2024 Jun 16 10:48:01.003662 sonic CRIT syncd#syncd: [none] SAI_API_SWITCH:platformInit:1938 initialization command "init bcm" failed, rc = -1 (Internal error).
2024 Jun 16 10:48:01.003701 sonic CRIT syncd#syncd: [none] SAI_API_SWITCH:sai_driver_init:753 Error initializing driver, rc = -1.
2024 Jun 16 10:48:01.003769 sonic CRIT syncd#syncd: [none] SAI_API_SWITCH:brcm_sai_create_switch:1577 initializing SDK failed with error Operation failed (0xfffffff5).
2024 Jun 16 10:48:01.003791 sonic ERR syncd#syncd: :- sendApiResponse: api SAI_COMMON_API_CREATE failed in syncd mode: SAI_STATUS_FAILURE
2024 Jun 16 10:48:01.003936 sonic ERR syncd#syncd: :- processQuadEvent: attr: SAI_SWITCH_ATTR_INIT_SWITCH: true
2024 Jun 16 10:48:01.004184 sonic ERR syncd#syncd: :- processQuadEvent: attr: SAI_SWITCH_ATTR_FDB_EVENT_NOTIFY: 0x556676020a10
2024 Jun 16 10:48:01.004184 sonic ERR syncd#syncd: :- processQuadEvent: attr: SAI_SWITCH_ATTR_PORT_STATE_CHANGE_NOTIFY: 0x556676020a20
2024 Jun 16 10:48:01.004184 sonic ERR syncd#syncd: :- processQuadEvent: attr: SAI_SWITCH_ATTR_SWITCH_SHUTDOWN_REQUEST_NOTIFY: 0x556676020a50
2024 Jun 16 10:48:01.004184 sonic ERR syncd#syncd: :- processQuadEvent: attr: SAI_SWITCH_ATTR_SRC_MAC_ADDRESS: 88:2F:64:1F:76:00
2024 Jun 16 10:48:01.004184 sonic ERR swss#orchagent: :- create: create status: SAI_STATUS_FAILURE
2024 Jun 16 10:48:01.004184 sonic ERR swss#orchagent: :- main: Failed to create a switch, rv:-1
2024 Jun 16 10:48:01.191788 sonic NOTICE swss#swssconfig: :- main: Loading config from JSON file:/etc/swss/config.d/ports.json...
2024 Jun 16 10:48:01.441967 sonic INFO swss#supervisord 2024-06-16 10:48:01,441 WARN exited: orchagent (terminated by SIGABRT (core dumped); not expected)
2024 Jun 16 10:48:01.515814 sonic INFO coredump_gen_handler.py[14899]: Global rate_limit_interval period has not passed. Techsupport Invocation is skipped
2024 Jun 16 10:48:01.950903 sonic INFO bgp#supervisord: fpmsyncd Connected!
2024 Jun 16 10:48:01.951503 sonic NOTICE bgp#fpmsyncd: :- setWarmStartState: bgp warm start state changed to disabled
2024 Jun 16 10:48:01.951716 sonic NOTICE bgp#fpmsyncd: :- onRouteMsg: RouteTable del msg for route with only one nh on eth0/docker0: fd00::/80 :: docker0
2024 Jun 16 10:48:02.005342 sonic INFO syncd#supervisord: ledinit polling socket timeout: Success
2024 Jun 16 10:48:02.219202 sonic NOTICE swss#swssconfig: :- main: Loading config from JSON file:/etc/swss/config.d/switch.json...
2024 Jun 16 10:48:02.448185 sonic INFO swss#supervisor-proc-exit-listener: Process 'orchagent' exited unexpectedly. Terminating supervisor 'swss'
2024 Jun 16 10:48:02.448415 sonic NOTICE swss#supervisor-proc-exit-listener: :- publish: EVENT_PUBLISHED: {"sonic-events-host:process-exited-unexpectedly":{"ctr_name":"swss","process_name":"orchagent","timestamp":"2024-06-16T10:48:02.448107Z"}}
2024 Jun 16 10:48:02.449957 sonic INFO swss#supervisord 2024-06-16 10:48:02,449 WARN received SIGTERM indicating exit request
The text was updated successfully, but these errors were encountered:
Description
I encountered an issue where SWSS fails to start on initialization on the Accton AS7326-56X platform. After upgrading to SONiC 202411, the system does not display interfaces during startup. This issue was not present in the SONiC 202211 version.
Steps to reproduce the issue:
1.Install SONiC 202411 on the Accton AS7326-56X device.
2.Boot the system and observe the interfaces using show interfaces.
3.Check system logs for SWSS-related errors.
Describe the results you received:
SWSS service fails to start during initialization.
Interfaces are not visible when running show interfaces.
Found errors in syslog indicating issues with the initialization of SWSS and Broadcom SDK.
Describe the results you expected:
SWSS should initialize successfully without errors.
Interfaces should be visible and functional after startup.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
Syslog problematic part:
The text was updated successfully, but these errors were encountered: