SDDC manager fails to boot on 4.5 after restoring it from file based backup in a brownfield environment, if user tries to reboot.
search cancel

SDDC manager fails to boot on 4.5 after restoring it from file based backup in a brownfield environment, if user tries to reboot.

book

Article ID: 313345

calendar_today

Updated On:

Products

VMware Cloud Foundation

Issue/Introduction

Symptoms:
After upgrading to VCF 4.5, if file based SDDC manager backup and restore is performed, then later anytime if the user tries to reboot SDDC manager Virtual Machine, it will fail to boot up. Error on Virtual Machine console show as below:

Picture1.jpg

Environment

Vmware Cloud Foundation 4.5

Cause

The format of the file /etc/fstab on SDDC manager is changed in 4.5. The restore operation replaces it with old format from backup file taken on older version of SDDC manager appliance. Due to incompatible format, SDDC manager fails to boot.

Resolution

Currently there is no resolution to the issue.

Workaround:

To workaround the issue, please follow the steps mentioned below:

  1. Login to SDDC manager console from vCenter web client.
  2. Overwrite the fstab content with default fstab content on 4.5 as mentioned below:

#system mnt-pt type options dump fsck
UUID=a51597f7-e9c6-4a17-aa73-56d7f5024dfa / ext4 defaults,barrier,noatime,noacl,data=ordered 1 1
PARTUUID=5acb561d-c12f-4dbc-b433-7d05afb26f33 /boot ext4 defaults 1 2
PARTUUID=520a3b0a-9c00-46f3-b98a-4c9668784449 /boot/efi vfat defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 ro,noauto 0 0
/dev/vg_swap/lv_swap1 none swap sw,nosuid,nodev 0 0
/dev/vg_data/lv_data1 /data ext4
/dev/vg_data/lv_data2 /var/log/vmware ext4
/dev/vg_data/lv_data3 /opt/vmware/vcf ext4
/dev/vg_lcmmount/lv_lcmmount /nfs/vmware/vcf/nfs-mount ext4
UUID=f774049c-32e0-4512-b3ad-6669a9c0ba49 /storage/alt_root ext4
UUID=fb5d3d68-15af-4467-b45f-6da22ec18cdb /storage/lvm_snapshot ext4
/nfs/vmware/vcf/nfs-mount/backup /home/backup/nfs/vmware/vcf/nfs-mount/backup none rw,bind 0 0


Note: If the file is set as read-only, run below command and then update the file and save.

mount -o remount,rw /

  1. Reboot SDDC manager using "reboot" command.