We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Warm-reboot from 201811 to 202012 is failing with broadcom SDK initilization failure
Warm-reboot fails with orchagent crash during INIT_VIEW and the following errors are observed in the log:
Nov 10 22:15:31.577603 str-s6100-acs-1 ERR syncd#syncd: [none] SAI_API_SWITCH:platform_process_command:443 Platform command "init bcm" failed, rc = -1. Nov 10 22:15:31.577745 str-s6100-acs-1 CRIT syncd#syncd: [none] SAI_API_SWITCH:platformInit:1976 initialization command "init bcm" failed, rc = -1 (Internal error). Nov 10 22:15:31.577745 str-s6100-acs-1 CRIT syncd#syncd: [none] SAI_API_SWITCH:sai_driver_init:447 Error initializing driver, rc = -1. Nov 10 22:15:31.577912 str-s6100-acs-1 CRIT syncd#syncd: [none] SAI_API_SWITCH:brcm_sai_create_switch:1016 initializing SDK failed with error Operation failed (0xfffffff5). Nov 10 22:15:31.578022 str-s6100-acs-1 NOTICE syncd#syncd: :- performWarmRestartSingleSwitch: Warm boot: create switch VID: oid:0x21000000000000 took 4.475329 sec Nov 10 22:15:31.578144 str-s6100-acs-1 ERR syncd#syncd: :- performWarmRestartSingleSwitch: failed to create switch RID: SAI_STATUS_FAILURE for VID oid:0x21000000000000
No crash seen and warm-reboot should complete
show platform
show platform summary Platform: x86_64-dell_s6100_c2538-r0 HwSKU: Force10-S6100 ASIC: broadcom ASIC Count: 1
show techsupport
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Warm-reboot from 201811 to 202012 is failing with broadcom SDK initilization failure
Steps to reproduce the issue:
Describe the results you received:
Warm-reboot fails with orchagent crash during INIT_VIEW and the following errors are observed in the log:
Nov 10 22:15:31.577603 str-s6100-acs-1 ERR syncd#syncd: [none] SAI_API_SWITCH:platform_process_command:443 Platform command "init bcm" failed, rc = -1.
Nov 10 22:15:31.577745 str-s6100-acs-1 CRIT syncd#syncd: [none] SAI_API_SWITCH:platformInit:1976 initialization command "init bcm" failed, rc = -1 (Internal error).
Nov 10 22:15:31.577745 str-s6100-acs-1 CRIT syncd#syncd: [none] SAI_API_SWITCH:sai_driver_init:447 Error initializing driver, rc = -1.
Nov 10 22:15:31.577912 str-s6100-acs-1 CRIT syncd#syncd: [none] SAI_API_SWITCH:brcm_sai_create_switch:1016 initializing SDK failed with error Operation failed (0xfffffff5).
Nov 10 22:15:31.578022 str-s6100-acs-1 NOTICE syncd#syncd: :- performWarmRestartSingleSwitch: Warm boot: create switch VID: oid:0x21000000000000 took 4.475329 sec
Nov 10 22:15:31.578144 str-s6100-acs-1 ERR syncd#syncd: :- performWarmRestartSingleSwitch: failed to create switch RID: SAI_STATUS_FAILURE for VID oid:0x21000000000000
Describe the results you expected:
No crash seen and warm-reboot should complete
Output of
show platform
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: