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
“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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: