1.1 KiB
1.1 KiB
Exercise 5: VPG Operations
Overview
This exercise covers the core functionality of VPG management. You'll learn how to create VPGs, manage VMs within them, and handle VPG settings.
Objectives
- Create new VPGs
- Add VMs to VPGs
- Remove VMs from VPGs
- Manage VPG settings
- Validate VPG configurations
Time
15 minutes
Prerequisites
- Completed Exercise 4
- Working resource discovery
- Access to VMs for protection
Exercise Steps
- Create a new VPG
- Add VMs to the VPG
- Configure VPG settings
- Validate the VPG
- Remove VMs from VPG
Working Directory
The working directory contains:
create_vpg.py- Template for VPG creationmanage_vms.py- Template for VM management
Solution
The solution directory contains:
create_vpg.py- Complete VPG creation examplemanage_vms.py- Complete VM management example
Key Concepts
- VPG creation
- VM management
- VPG settings
- VPG validation
- Resource allocation
Common Issues
- Invalid VPG settings
- VM compatibility issues
- Resource constraints
- Validation failures
Next Steps
Proceed to Exercise 6: Failover Testing to learn about VPG testing.