Today just start to play with XEN because need to setup backend services for my new project.
xm is the main tools that I am using, platform is CentOS 5.0
Friday, September 21, 2007
Sunday, September 16, 2007
Wake up and start my way again
Has been taken a rest for so long, now I have to continue my Linux Road.
Friday, January 26, 2007
Create a LVM partition
- create a linux partition with fdisk
- change the partition type to 8e with 't' option
- write
- in lvm
- use pvcreate /dev/sdaN to create PV
- create volume group with vgcreate
/dev/sdaN - create logical volumes with lvcreate --name
--size - To check the created volumes use lvscan
- exit lvm
- use mke2fs or other to format the logical volumes
SATA boot after clone
in /boot
mkinitrd `uname -r`.img `uname -r`
mount system partition and do
grub-install /dev/sda
mkinitrd `uname -r`.img `uname -r`
mount system partition and do
grub-install /dev/sda
Subscribe to:
Posts (Atom)