This guide covers two essential administrative tasks for vCenter Server: configuring backups and managing licenses. Proper backup configuration ensures business continuity, while correct license management keeps your environment compliant.
Backup Configuration Using VAMI
Accessing VAMI
- URL:
https://vcsa.zerotohero.dev:5480
- Login credentials:
- Username: root
- Password: (vCSA root password)
Backup Options
1. Manual Backup
- Navigate to Backup section in VAMI
- Supported protocols:
- FTPS
- HTTPS
- SMB
- Others
2. Configuring SMB Backup
Setting up SMB Share (Windows Server)
- Create backup directory
C:\VCSA_backups
- Configure sharing:
- Right-click folder → Properties → Sharing
- Set appropriate permissions
- Note the share path
Configuring Backup in VAMI
- Select “Backup Now” for manual backup
- Enter backup location:
smb://192.168.1.100/VCSA_backups
- Provide credentials:
- Username: administrator (use service account in production)
- Password: (share access password)
- Optional: Enable backup encryption
- Click “Start”
3. Scheduled Backups
- Navigate to “Backup Schedule”
- Click “Configure”
- Set parameters:
- Backup location
- Credentials
- Schedule (daily/weekly/custom)
- Retention policy (number of backups to keep)
Backup Verification
- Check backup destination
- Verify backup files:
[share]/vcenter/[vcsa_fqdn]/[timestamp]
License Management via vSphere Client
Accessing License Management
Method 1:
- Open vSphere Client menu
- Select Administration → Licensing
Method 2:
- Click hamburger menu
- Navigate to Administration → Licenses
Managing Licenses
Adding New Licenses
- Navigate to “Licenses” tab
- Click “Add”
- Enter license keys
- Verify license appears in inventory
Assigning Licenses
- Go to “Assets” tab
- Select asset type:
- vCenter Server
- ESXi hosts
- vSAN clusters
- Select specific asset
- Click “Assign License”
- Choose appropriate license
- Confirm assignment
License Management Best Practices
- Maintain license inventory
- Monitor expiration dates
- Document license assignments
- Regular compliance checks
- Keep spare licenses for growth
Important Considerations
Backup Best Practices
- Regular backup schedule
- Verify backup integrity
- Test restore procedures
- Document backup configuration
- Secure backup storage
- Monitor backup success/failure
License Management Tips
- Centralized license tracking
- Regular compliance audits
- Plan for capacity growth
- Document license allocations
- Monitor license usage
Additional Features
Updates Management
- Access via VAMI
- Check for updates: Updates → Check Updates
- Stage and install process
- Important: Always backup before updates
Navigation Tips
vSphere Client icons:
- Hosts and Clusters: Server icon
- VMs and Templates: Folder icon
- Storage: Disk icon
- Networking: Globe icon
Remember: While this guide uses simplified examples suitable for a lab environment, production deployments should follow your organization’s security policies and use dedicated service accounts for backups and proper license management procedures.