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
Right now there is no easy way to tell if a BMC is alive or dead.
It would be nice to add an extra column (next to IPv4/IPv6/SSH/Login) to ping the BMC, in case one is configured. I think a simple ping test would do the job.
Perhaps this could be extended to run "ipmitool sol info" or whatever to check if the credentials are correct, which means another column. Or just merge both tests like " if (ping && ipmitool): green ; else red" .
2022-03-14 17:53:45 UTC
Right now there is no easy way to tell if a BMC is alive or dead.
It would be nice to add an extra column (next to IPv4/IPv6/SSH/Login) to ping the BMC, in case one is configured. I think a simple ping test would do the job.
Perhaps this could be extended to run "ipmitool sol info" or whatever to check if the credentials are correct, which means another column. Or just merge both tests like " if (ping && ipmitool): green ; else red" .
Migrated from: https://bugzilla.suse.com/show_bug.cgi?id=1197106
The text was updated successfully, but these errors were encountered: