Differenze tra le versioni 1 e 4 (in 3 versioni)
Dimensione: 264
Commento:
|
Dimensione: 3852
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
resize dello swap (dev/md0) a 1Gb (il size è in Kbytes GIGA X 1024 X 1024) | Lanciare in rescue system e lanciare l'utility di hetzner installimages. L'utility ti chiederà di modificare un file di configurazione. La nostra modifica è questa: |
Linea 3: | Linea 4: |
swapoff -a mdadm --grow /dev/md0 --size=1048576 mkswap /dev/md0 swapon -a |
PART swap swap 1G PART /boot ext3 300M PART / ext4 200G PART /data ext3 all |
Linea 9: | Linea 10: |
entriamo col rescue system | {{{ PART swap swap 1G PART /boot ext3 300M PART / ext4 200G PART lvm beers-swap 30G PART lvm beers all LV beers corona /root/vmcorona ext4 400G LV beers guinnes /root/vmguinness ext3 400G LV beers ale /root/vmale ext3 400G LV beers lambic /root/vmlambic ext3 400G LV beers peroni /root/vmperoni ext3 400G LV beers free /root/vmfree ext3 400G LV beers-swap swcorona /root/swcorona swap 5G LV beers-swap swguinnes /root/swguinnes swap 5G LV beers-swap swale /root/swale swap 5G LV beers-swap swlambic /root/swlambic swap 5G LV beers-swap swperoni /root/swperoni swap 5G LV beers-swap swfree /root/swfree swap 5G }}} |
Linea 11: | Linea 33: |
shrink partition {{ mdadm --grow /dev/md2 --size=209715200 }} |
guida marco http://wiki.netgroup.uniroma2.it/doku.php?id=virtual_machine_creation_with_kvm_on_ubuntu_server_11.04 |
Lanciare in rescue system e lanciare l'utility di hetzner installimages. L'utility ti chiederà di modificare un file di configurazione. La nostra modifica è questa:
PART swap swap 1G PART /boot ext3 300M PART / ext4 200G PART /data ext3 all
PART swap swap 1G PART /boot ext3 300M PART / ext4 200G PART lvm beers-swap 30G PART lvm beers all LV beers corona /root/vmcorona ext4 400G LV beers guinnes /root/vmguinness ext3 400G LV beers ale /root/vmale ext3 400G LV beers lambic /root/vmlambic ext3 400G LV beers peroni /root/vmperoni ext3 400G LV beers free /root/vmfree ext3 400G LV beers-swap swcorona /root/swcorona swap 5G LV beers-swap swguinnes /root/swguinnes swap 5G LV beers-swap swale /root/swale swap 5G LV beers-swap swlambic /root/swlambic swap 5G LV beers-swap swperoni /root/swperoni swap 5G LV beers-swap swfree /root/swfree swap 5G
guida marco