- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - VMware
- >
- Re: Vmotion
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
Forums
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
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
03-23-2010 03:16 AM
03-23-2010 03:16 AM
Vmotion
i have a 2 server.both of them instaled esx.4 with some application.
how can i Vmotion this server's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 04:43 AM
03-23-2010 04:43 AM
Re: Vmotion
You cannot "vmotion a physical server".
VMotion transfers an active, running virtual machine from one running ESX server to a different running ESX server, provided that all technical requirements are met.
One of the requirements is to have a VMkernel IP interface on each ESX server that is enabled for VMotion traffic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 06:52 AM
03-23-2010 06:52 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 06:53 AM
03-23-2010 06:53 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 01:24 PM
03-23-2010 01:24 PM
Re: Vmotion
thanks for answer....
can you complete explaine about vmotion.i don't have a expereance about vmotion.thank you for help.
have a good time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 05:24 PM
03-23-2010 05:24 PM
Re: Vmotion
vmware, vmotion, introduction
First few hits on Google include a number of youtube videos that purport to talk about VMware Vmotion.
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010 09:31 PM
03-23-2010 09:31 PM
Re: Vmotion
and you want to move 1 VM from one ESX machine to other
If this is what you looking for
right click on machine there is a option vmotion select the destination machine and hit OK it would move the VM to to other machine.
If vMotion was not configured properly before you would get the error and u can fix it up.
VM would not be affected it would keep on running.
If you want to learn how VMOTION works you would like to see vmware knowledgebase.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 12:14 AM
03-24-2010 12:14 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010 09:10 AM
03-29-2010 09:10 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010 09:17 AM
03-29-2010 09:17 AM
Re: Vmotion
Of course, for new installations it makes sense to use ESX 4 - which m.jamali does, if you reread the first paragraph.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010 09:37 AM
03-29-2010 09:37 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010 09:48 AM
03-29-2010 09:48 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2010 01:04 AM
04-20-2010 01:04 AM
Re: Vmotion
you can use the Vmware powercli without vsphere and it will allow you to use vmotion as follows:
get-vm test | move-vm -destination (get-vmhost esxhost)
regards
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2010 06:51 AM
04-20-2010 06:51 AM
Re: Vmotion
(Not speaking against PowerCLI - it is GREAT!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2010 10:25 AM
04-22-2010 10:25 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2010 10:40 AM
04-22-2010 10:40 AM
Re: Vmotion
PowerCLI enhances the Windows Powershell CLI with access to VMware APIs. You can connect a PowerCLI session to a central vCenter (previously known as "Virtual Center") server or directly to an ESX server.
To initiate a VMotion, you connect to vCenter.
My point was that when you're using PowerCLI, you have a Windows system on which you can install the vSphere Client (the management GUI) on this system, too. If you meant to say that you need a vCenter server for VMotion - true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2010 10:44 AM
04-22-2010 10:44 AM
Re: Vmotion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2010 10:49 AM
04-22-2010 10:49 AM