VCF, backup configuration

  • By :
  • Category : VMware

Backup implementation for VMware component is fairly easy. Just the requirements is to configure SFTP server in proper way and make it network available to the VMware components.

SDDC Manager and NSX Manager backup

In VCF Operations it is possible to configure backup for SDDC Manager and NSX Manager.

Go to the Administration -> SDDC Manager tab:

Configure backup schedule:

Backup for VCF Management Node, VCF Automation and VCF Identity Broker

Backup for VCF Management Node, VCF Automation and VCF Identity Broker can be configured also in VCF Operations, in Fleet Management -> lifecycle -> settings -> backup settings

Firstly, configure SFTP Settings (VCF Operations, in Fleet Management -> lifecycle -> settings -> SFTP Settings) with the following parameters:

Please pay attention, above configuration allows to nicely store your passwords.

In backup settings, edit Component you want to configure backup on. Configure time and retention policy.

Backup can be triggered using the “Management Node Backup”

In addition, configure all vCenters with backup (as always, using vCenter Server Management, default port 5480 – https://vcenter-address:5480/#ui/backup)

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

VMware
VCF SoS

SoS (Supportability and Serviceability) command can be used for troubleshooting purpose to generate VCF (per component) log bundle, massively enable/disable ssh service on ESXi, vCenter, password and certificates expiry status, verify cluster health and many other. while troubleshooting, the following commands can be helpful:

Free(BSD)
Linux text manipulation

This article will grow over time Definition Command 1 Remove all comments including empty line (comments with ; and # like in samba.conf) egrep -v ‘^[[:space:]]*$|^ *#|^ *;’ /etc/samba/smb.conf 2 Find all file with some extension and remove it one by one; works for gnu xargs; 0 argument to properly …

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …