This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
xxxxxxxxxx
====== DPIUI (GUI) ======
{{indexmenu_n>6}}
<note>[[dpi:dpi_components:dpiui|Product Description]]</note>
<accordion autoclose>
<accordion-item title="1. What to do if dependencies cannot be resolved when installing the system?">
If you encounter such errors:<code bash>Finished Dependency Resolution
Error: Package: glibc-headers-2.12-1.212.el6.x86_64 (base)
Requires: kernel-headers >= 2.2.1</code>
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 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]].\\
Launch order:
<code bash>
#1
sudo yum install wget
#2
sudo wget https://vasexperts.ru/install/dpiui2-rpm_uninstall.sh
#3
sudo sh dpiui2-rpm_uninstall.sh
</code>