Technical Tip: How to update lost root password
| Description | This article shows how to update the lost root password. |
| Scope | FortiSIEM. |
| Solution | Root access is necessary to administrate the FortiSIEM from the CLI. In case the root password has been lost, the next steps are to boot temporarily on another system and change the password using the use of chroot command.
Have the system ready to boot with the Ubuntu system, download the ISO from Download Ubuntu Desktop:
During this phase, the FortiSIEM application will not be available and will not process events.
sudo su fdisk -l <-- Make sure that /dev/mapper/rl-root is listed. mount /dev/mapper/rl-root /mnt df -h <-- Make sure it is mounted chroot /mnt passwd exit reboot
|





