Hi Folks,
This issue seems to be a bug 988703 which is still being worked on by the netapp engineering team. Had logged a case with NetApp on this and they provided a temporary workaround that fixed the issue.
The work around was to change the “mysql” root password using the steps below:
cd "..\Program Files\MySQL\MySQL Server 5.6\bin"
Enter:
mysql.exe -uroot -p
password: [Enter the current password]
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('new_password');
Once the passowrd is changed, restaring the OnCommand installation succeeds.
Cheers,
Anoop