A VMware Identity Manager appliance may enter a continuous boot loop after attempts to modify disk partitions or when the root partition reaches 100% capacity. This is often observed when performing maintenance while the appliance has high numbers of unassigned shards or existing OpenSearch health issues. You will be unable to access the UI or SSH into the management interface.
VMware Identity Manager3.3.xPhoton OSThe root partition has reached 100% utilization. This prevents the operating system from creating necessary temporary files during the boot sequence, leading to a kernel or service failure that triggers a restart.
Note: Before proceeding, ensure you have a valid snapshot or backup of the node.
e to enter the GNU GRUB edit menu.linux and you add rw init=/bin/bash to the end of the line.F10 to boot into the bash shell.mount -o rw,remount /
df -h./var/log) and identify large or unnecessary log files.rm <filename>).reboot -f
If the root account is also locked due to disk space issues, you can reset it while in single-user mode using the passwd command or unlock it using pam_tally2 -u root --reset.