How do i move a LVM from one server to another?

How do i move a LVM from one server to another?

 

Example : Volume Group =    munich4_vg
               LVM =                eviltaz_rootimg

 

You can simply log in via SSH client and use the following command.

 

  • dd if=/dev/munich4_vg/eviltaz_rootimg bs=1k | ssh '-p 226' 217.114.215.248 dd of=/dev/kw5_vol_gr/eviltaz_rootimg bs=1k

 

  • 52 Users Found This Useful
Was this answer helpful?

Related Articles

Zombie Process Slayer - Script to kill defunct processes

Here is a small script that you can use to show you which processes are zombies and which user is...

How can i cancel my dedicated server?

How Do I Cancel My Dedicated Server & Account? To cancel your account you need to login to your...

How can I move a xen LVM based virtual machine from one server to another?

For those running servers with no back-end SAN, the following instructions detail the steps...

How can i show my cpu info (linux)?

How can i show my cpu info? Log in to your server via SSH then typ;e the following command...

How can i sync hardware clock

How can i sync the hardware clock in cent os?   First make sure your clock is accurate you can...