Skip to main content
NetApp Stage KB

Active IQ Unified Manager Update fails because of password setting

Views:
4
Visibility:
Public
Votes:
0
Category:
active-iq-unified-manager
Specialty:
om
Last Updated:

Applies to

  • ActiveIQ Unified Manager (AIQUM) 9.6+
  • MySQL upgrade outside AIQUM

Issue

  • AIQUM upgrade fails with error message: Setup failed to configure MySQL settings and will exit now. Try again.

Active IQ Unified Manager

  • Use Strong Password Encryption for Authentication was selected during MySQL upgrade
  • query mysql> select Host,User,plugin,password_last_changed from mysql.user; shows caching_sha2_password for user root

Cause

  • Upgrade MySQL outside the AIQUM is not suported
  • AIQUM 9.8P1 could not be installed due to the set authentication method of MySQL user root
  • Authentication method caching_sha2_password is not supported

Solution

Changing the password with mysql_native_password BY 'MySecurePassword'. Below are the steps to follow:
  1.     Open cmd (run as administrator)
  2.     C:\Windows\System32> cd "%MYSQL_HOME%\bin"
  3.     C:\Program Files\MySQL Server 8.0\bin> mysql.exe -u root -p
  4.     Enter password:  (type the MySQL root password)
  5.     mysql> select Host,User,plugin,password_last_changed from mysql.user;
  6.     mysql> ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY 'MySecurePassword';
  7.     restart of the server

Internal Notes

If this is encountered, please update Active IQ Unified Manager Update fails because of password setting.

 

  1. Active IQ Unified Manager Update fails because of password setting#Applies_to
  2. Active IQ Unified Manager Update fails because of password setting#Issue
  3. Active IQ Unified Manager Update fails because of password setting#Cause
  4. Active IQ Unified Manager Update fails because of password setting#Solution
  5. Active IQ Unified Manager Update fails because of password setting#Additional_Information
  6. Active IQ Unified Manager Update fails because of password setting#Internal_Notes

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.