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

“show techsupport ” will show "handle_error $? $LINENO ERR: RC:-1 observed on line 279 find: /var/log/sai_failure_dump/sonic_dump_sonic_20240321_172310/etc/rc3.d/K01ipmievd sonic_dump_sonic_20240321_172310/etc/rc3.d/S01kexec : No such file or directory" #1364

Open
sandylicls opened this issue Mar 28, 2024 · 1 comment

Comments

@sandylicls
Copy link

Hi team,
Based on the BRCM platform when we run "show techsupport " and found below errors in the log.
handle_error $? $LINENO
ERR: RC:-1 observed on line 279
find: /var/log/sai_failure_dump/sonic_dump_sonic_20240321_172310/etc/rc3.d/K01ipmievd
sonic_dump_sonic_20240321_172310/etc/rc3.d/S01kexec
: No such file or directory

We are trying to fix this issue by referring this link "mssonicbld/sonic-buildimage@8c6ab89"
but found some errors in the brcm SAI. In sonic-sairedis/saisdkdump
/saisdkdump.cpp
status = switch_api->create_switch(&switch_id, AttributesCount, attrs);
if (status != SAI_STATUS_SUCCESS)
{
exit_with_sai_failure("Failed to create a switch", status);
}

this created failed.

@kcudnik
Copy link
Collaborator

kcudnik commented Apr 1, 2024

what errors in sai bcm ? if switch create failed, this could be due to many reasons, maybe switch is initialized already, can you paste syslog ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants