you need to comment out the parameter ''exclude=kernel*'' in the yum configuration file ''/etc/yum.conf''.
-
</accordion-item>
-
-
<accordion-item title="2. How to reset the admin password?">
-
- Log into MySql: <code bash>mysql -u root --password=vasexperts dpiui2;</code>
-
- Execute the command: <code bash>update users set password='$2y$10$cYIXdOYJ2M2H8vPZuUG3Xe6GRJ1gGZ1Mi7MPBWyfYuJnbMHT0nlDq' where username='admin';</code>
-
- Exit MySql: <code bash>exit;</code>
-
</accordion-item>
-
-
<accordion-item title="3. I mistakenly installed DPIUI2 (GUI) on the DPI server. How to remove it?">
-
To completely remove it, run the script [[https://vasexperts.ru/install/dpiui2-rpm_uninstall.sh|dpiui2-rpm_uninstall.sh]].\\