ESXi

 View Only
  • 1.  Configuration file persistence on ESXi host

    Posted Nov 25, 2016 02:06 PM

    Maybe it is a really simple/stupid question but how persistent is a modification of a system configuration file or any other configuration file on an ESXi hypervisor (especially ESXi 6.0)? Will the modification removed or reverted after applying a host patch or reboot?

    For example:

    If I made some change in /etc/vmware/hostd/config.xml and apply a new patch to the host or rebooted the host will these changes get lost? Or is there any scenario where these changes would be reverted/removed?

    Kind regards,

    Ybbom



  • 2.  RE: Configuration file persistence on ESXi host
    Best Answer

    Posted Nov 25, 2016 02:48 PM

    ESXi regularly runs a script to make any changes persistent, by writing them to the bootbank. I think it's once every hour but I may be wrong on that. You can also do this manually by running:

    /sbin/auto-backup.sh



  • 3.  RE: Configuration file persistence on ESXi host

    Posted Nov 28, 2016 06:19 AM

    Hi p_hall

    Thank you for the answer. I also found an KB which describes this: https://kb.vmware.com/kb/2001780

    Kind regards, Ybbom