A Photon OS based virtual appliance fails to start
https://knowledge.broadcom.com/external/article?articleNumber=326323
Products
Issue/Introduction
- After rebooting, power outage, datastore issue Photon OS appliance the system enters emergency mode
- The appliance fails to start and there is an error similar to:
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on the environment.
Environment
- VMware vCenter Server 6.x
- VMware vCenter Server 7.x
- VMware vCenter Server 8.x
- VMware SDDC Manager 4.x
- VMware SDDC Manager 5.x
- VMware Aria Suite Lifecycle 8.x
- VMware Aria Automation 8.x
- VMware Aria Automation Orchestrator 8.x
- VMware Identity Manager 3.3.7
- VMware Live Site Recovery 9.x
- VMware Site Recovery 8.8
- VMware vSphere Replication 8.x
- VMware vSphere Replication 9.x
Cause
Resolution
fsck
command automatically (preferred) or manually.- Reboot the virtual appliance, and immediately after the OS starts, press 'e' to open the GNU GRUB Edit Menu.
- Locate the line that begins with the word
linux
.
Option 1
At the end of the line, add fsck.repair=yes
then press F10 to continue booting the appliance. This will force the default filesystem check to auto-resolve any issues. The appliance may silently reboot several times to fix needed issues.
Option 2
At the end of the line, add systemd.unit=emergency.target
then press F10 to continue booting the appliance.
1. Find the filesystems by running the following commands:
$ /bin/sh
$ /bin/mount
$ blkid
2. Run this command against the mount point that has issue:
$ e2fsck -y /dev/<mount>
The -y switch will fix the nodes automatically. Replace <mount> with the mount point experiencing the issue. Ex: $ e2fsck -y /dev/sda3
3. Power OFF the virtual appliance.
4. Power ON the virtual appliance.
Comments
Post a Comment