|
|
| home | fishing | social life | the ethnicity | cultural activities | mokindi | wovia | opinions ... | webmaster team | contact | presentation |
Seven members including myself left Douala by 8:30am saturday moment and we arrived Sokolo, Limbe sometime around 10:30am. Michel welcomed us warmly and we got down to work immediately (though most of the members had little or no knowledge about Open Source softwares).
Our Objectives were:
PROBLEMS:
&&&&&&&&&&&&--'Server Cloning Tips'--&&&&&&&&&&&&&&
First lessons started with hardware configurations i.e Michel showed us
how to connect the monitor to the Central Processing Unit with cables then
he went on to show us how to clone a server.
He used a Live CD Puppy version to start the cloning. First we checked its properties.
FOR ltsp installations it is always recommended to have 2 ethernet cards
- one for internet and another for intranet connections.
For cloning to be done we do not need internet connection.
N/B eth1 is on-board card while eth0 is internet.
We can only clone a smaller disk to a bigger one and not vice versa.
It is imperative that the clone should have exactly thesame partitions as the original disk.
1.step copy the original on a usb hard disk
in our case, the usb hard disk is mounted on
/mnt/sda1
so
dd if=/dev/hda1 of=hda1
now write the dis we want to clone
dd if=hda1 of=/dev/hda1
repeat the same for hda5
when this is finished install grub on the new disk
mount new hd disk in our case on
/mnt/hda1
cd /mnt/hda1
make a chroot
chroot /mnt/hda1
and install grub
grub-install /dev/hda
it seems very easy but it tool us many time be careful dd can have mistake