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
Suggestion from @7Adrian
function get_Dell_server_model() { IPMI_FRU_content=$(ipmitool -I $IDRAC_LOGIN_STRING fru 2>/dev/null) # FRU stands for "Field Replaceable Unit"
Add check if connection was established. There are a chance user type wrong login and pass. In my case it returns :
Error: Unable to establish IPMI v2 / RMCP+ session
The text was updated successfully, but these errors were encountered:
tigerblue77
No branches or pull requests
Suggestion from @7Adrian
Add check if connection was established. There are a chance user type wrong login and pass. In my case it returns :
The text was updated successfully, but these errors were encountered: