- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - VMware
- >
- Migrating from VMware to HPE using Ansible – Looki...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Monday
Migrating from VMware to HPE using Ansible – Looking for Support
Hello everyone,
I'm planning to migrate from a VMware environment to HPE infrastructure, and I aim to automate the process using Ansible. I'm currently in the preparation phase and would appreciate any support, tips, or references from those who have experience with similar migrations.
If you've worked on such a transition or have any resources that could help, please feel free to reach out or share them here.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
yesterday
Re: Migrating from VMware to HPE using Ansible – Looking for Support
Planning Tips
Define your target (HPE ProLiant, Synergy, Alletra, etc.)
Inventory existing VMs using RVTools or PowerCLI.
Decide automation scope: hardware setup, VM migration, networking, etc.
Ansible Collections & Tools
HPE OneView Collection – for server profiles, hardware setup
HPE iLO Collection – manage firmware, power, health
HPE Storage Collections – for Nimble/Alletra
VMware Collection – to extract/export VM configs
Aruba/Comware – for network automation
Suggested Workflow
Export VMware VM info
Provision HPE hardware via OneView/iLO with Ansible
Set up networking and storage
Migrate VMs using tools like VMware Converter or qemu-img
Automate everything via playbooks
Helpful resources
HPE GitHub: https://github.com/HewlettPackard
Ansible Galaxy: https://galaxy.ansible.com
VMware to Hyper-V guide (if applicable): Microsoft Docs
I hope this gives you some insights.