Cara Clone hardisk via LAN menggunakan Clonezilla

Cara Clone hardisk via LAN menggunakan Clonezilla

Leave a Comment Posted by fajarfaruq on July 17, 2012

Clonezilla is a free disaster recovery, disk cloning, disk imaging and deployment solution.[3] Clonezilla is designed by Steven Shiau and developed by the NCHC Free Software Labs in Taiwan. Clonezilla SE provides multicast support similar to Norton Ghost Corporate Edition.

Clonezilla Server Edition (SE)

  • A single command is required to switch the client environment
  • DRBL, FreeDOS, OS in local HD, memtest
  • Linux network installation
  • Not suitable for older machines and/or thin clients //NOTE// From version 5 (released ’07), fat client mechanism is supported in LTSP

Fundamental Diagram of Clonezilla.

 

Figure: Image Cloning from Template Client to Clonezilla Server

 

Figure: Restoring Image into Clients from previously created image from Template machine.

Network Setup for Linux Server

Install the GNU/Linux distribution and configure all network cards. In the following, we use “eth0″ to connect the Internet, while eth1, eth2, eth3 are for DRBL environment (set the network card’s IP addresses to be private Ips (i.e. 192.168.x.x, the following example, we set eth1:192.168.101.254, eth2:192.168.102.254, eth3:192.168.103.254…); Please remember this principle, private IP (e.g. 192.168.x.x) is used for DRBL environment.

#sudo vim /etc/network/interfaces

Edit the Following Lines.

# The loopback network interface
auto lo
iface lo inet loopback#Gateway –
auto eth0
iface eth0 inet dhcp
pre-up iptables-restore < /etc/iptables.rules
post-down iptables-save > /etc/iptables.rules#eth1
auto eth1
iface eth1 inet static
address 192.168.101.254
network 192.168.101.0
netmask 255.255.255.0
broadcast 192.168.101.255#eth2
auto eth2
iface eth2 inet static
address 192.168.102.254
network 192.168.102.0
netmask 255.255.255.0
broadcast 192.168.102.255

#eth3
auto eth3
iface eth3 inet static
address 192.168.103.254
network 192.168.103.0
netmask 255.255.255.0
broadcast 192.168.103.255

 

Clonezilla Network

If you do not have multiple Interface make virtual interface. Here it goes.

#Loopback
auto lo
iface lo inet loopback

#Network Interface, this should match your network
# Connect eth0 to internet.
auto eth0
iface eth0 inet dynamic

#Virtual Interface for Conezilla, make sure you use a “class C” IP (192.168.x.x)
auto eth0:0
iface eth0:0 inet static
address 192.168.0.1
netmask 255.255.255.0
gateway 192.168.0.1

Restart network

sudo /etc/init.d/networking restart

CloneZilla Server Edition Installation Steps

Initiall you need to import the GPG key of the DRBL (Diskless Remote Boot in Linux, needed to boot the client systems from the network (PXE) later on) and CloneZilla repository to do this you need to follow me.

wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- | apt-key add –

We add some repository list in /etc/apt/sources.list

vim /etc/apt/sources.list

Add the DRBL/CloneZilla Debian repository to it:

deb http://archive.ubuntu.com/ubuntu maverick main restricted universe multiverse # (Or any Ubuntu mirror site near you)

deb http://drbl.sourceforge.net/drbl-core drbl stable

Run

apt-get update

afterwards.

Now we can install DRBL and CloneZilla like this:

apt-get install drbl

Then we run

/opt/drbl/sbin/drbl4imp

Configure DRBL and CloneZilla with default values.

*****************************************************.

This script is for those impatient, it will setup the DRBL server by the default value which might not fit your environment. Are you impatient ?

[Y/n] <– ENTER

*****************************************************.

Ok, Laziness is a virtue! Let us setup DRBL server with the default values!!!

Press “Enter” to continue… <– ENTER

[…]

****************************************************

Enjoy DRBL!!!

http://drbl.nchc.org.tw; http://drbl.name

NCHC Free Software Labs, Taiwan. http://free.nchc.org.tw

*****************************************************.

If you like, you can reboot the DRBL server now to make sure everything is ready…(This is not necessary, just an option.).

*****************************************************.

DRBL server is ready! Now set the client machines to boot from PXE or Etherboot (refer to http://drbl.sourceforge.net for more details).

NOTE! If Etherboot is used in client machine, version 5.4.0 or newer is required!

PS. The config file is saved as /etc/drbl/drblpush.conf. Therefore if you want to run drblpush with the same config again, you may run it as: /opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf

server1:~#

Installation process Ends here.

Create an Image of a Linux System

To create an image, we first start CloneZilla on the Ubuntu/Debian system and tell it to store an image (the server will then wait until a client connects to store the image), and then we boot the client system of which we want to create the image from the network – it should then boot into a CloneZilla Linux system that connects to the server and creates the image.

Run

/opt/drbl/sbin/dcs

on the Ubuntu/Debian server and select All Select all clients:

 

Next pick clonezilla-start Start_clonezilla_mode:

 

Choose save-disk Save client disk as an image:

 

Select Later_in_client Later input image and device name in client (you will then be prompted for an image name later on the client, instead of having to provide an image name now):

 

On the next two screens you can simply press ENTER to select the default values:

 

Select the action when the client finishes cloning (I want to shut down the client after the image has been created, so I select -p poweroff):

 

Press ENTER again on the next two screens to accept the default values:

 

 

Note: Leave default value.

Press ENTER again:

 

The server is now ready. Now start the client system that you want to clone. It is important that you boot it from the network (via PXE) – you might have to adjust the boot order in the client’s BIOS so that it boots via PXE:

 

After you’ve configured the client to boot from the network, you should see a DRBL boot menu. Select Clonezilla: save disk (choose later) as image (choose later):

 

Next provide a name for the image (or accept the default value):

 

Select the source hard drive:

 

Afterwards, the image is being created and transferred to the CloneZilla server:

 

Then the CloneZilla server is notified that the image creation process has finished…

 

and the client system is shut down (or rebooted – that depends on the action you’ve chosen on the server):

 

That’s it, we now have an image of our Linux system that we can clone to other systems.

4 Cloning/Restoring The Image

To clone or restore the image to other systems, run

/opt/drbl/sbin/dcs

Select All Select all clients:

 

Choose clonezilla-start Start_clonezilla_mode:

 

Select restore-disk Restore an image to client disk:

 

You can accept the default values on the next four screens by pressing ENTER:

 

 

 

 

Pick the image that you want to restore:

 

Choose the target hard drive:

 

Select multicast multicast restore:

 

Choose clients+time-to-wait:

 

Fill in the number of systems on which you want to restore the image (I want to restore just one system in this example):

 

Fill in the max. time (in seconds) that the server will wait until all clients are powered on (i.e., if you want to restore the image on ten clients, you have 300 seconds to power on the other nine computers after you have powered on the first one – if you are too slow, CloneZilla will start to restore the image only on the systems that have been powered on in time):

 

Afterwards, press ENTER twice:

 

 

Your Server side work is over.

Restoring Client

Now power on the clients. Make sure they are configured to boot from the network (via PXE):

 

In the boot menu, select Clonezilla: multicast restore or donot touch. Just power on your system and see for PXE boot.

 

The cloning process will then begin:

 

Afterwards, the server will be notified that the process has finished…

 

and the client system will reboot:

 

Before the client system boots, enter its BIOS again and configure it to boot from the hard drive!

If all goes well, the computer should boot into the cloned operating system.

See Also:

1. http://www.howtoforge.com/cloning-linux-systems-with-clonezilla-server-edition-clonezilla-se
2. http://clonezilla.org
3. http://drbl.sourceforge.net/

source : http://drpaudel.com.np/?p=221

Server dan Jaringan

← Problem dalam grub error Melakukan backup di linux tanpa menggunakan tools →

Leave a Reply

 

REMIDI

Tes Koneksi Jaringan

October 31st, 2010 by danar.reza

Tes Koneksi Jaringan
Buka browser web dan melihat apakah Internet tersedia.

Untuk memecahkan masalah koneksi nirkabel, Anda dapat menggunakan GUI Windows atau CLI.
Pilih Mulai Koneksi> Control Panel> Network.
Double-klik pada koneksi jaringan nirkabel untuk menampilkan status.

Status Koneksi

 

Layar Status Connection menampilkan jumlah paket yang telah dikirim dan diterima.

Dukungan Tab Status Koneksi

Perintah Ipconfig

Perintah Ipconfiq

Tujuan

Ipconfiq / all

Menampilkan konfigurasi penuh semua adapter jaringan

Ipconfiq / release

Pers alamat IP dari sebuah adaptor jaringan

Ipconfiq / renew

Memperbarui alamat IP dari sebuah adaptor jaringan

Ipconfiq / flushdns

Mengosongkan cache yang menyimpan informasi DNS

Ipconfiq / registerdns

Menyegarkan DHCP sewa dan re-register adaptor dengan DNS

Ipconfiq / displaydns

Menampilkan informasi DNS dalam cache

Perintah Ping
Untuk mengkonfirmasi bahwa adaptor Anda bekerja dengan baik, ping NIC Anda.
– Pilih Start> Run> cmd.
– Pada command prompt, masukkan localhost ping.
Untuk mengkonfirmasi bahwa sambungan WAN Anda bekerja dengan baik, ping gateway default Anda.
– Temukan alamat untuk gateway default dengan menggunakan perintah ipconfig.
Untuk menguji koneksi internet dan DNS, ping website populer.
Tanggapan balasan dari ping menunjukkan atau yang meminta timed out karena ada masalah.

Perintah Tracert
Menelusuri rute yang mengambil paket dari komputer Anda ke alamat tujuan.
– Pilih Start> Run> cmd.
– Pada command prompt, masukkan tracert.
Daftar pertama di jendela untuk hasil tracert adalah gateway default Anda.
Setiap daftar setelah itu adalah router yang paket perjalanan melalui untuk mencapai tujuan.
Tracert akan menunjukkan kepada Anda di mana paket yang berhenti, menunjukkan di mana masalah yang terjadi.

Email Protocol Comparison
Seorang teknisi harus mengetahui kelebihan dan kekurangan masing-masing protokol email

Protocol

Keuntungan

Kerugian

Port

Send Mail

Retriev Mail

SMTP

Memberikan email dari satu server ke yang lain
Bisa kirim email langsung ke tujuan

Klien hanya upload

25

Ya

Tidak

POP

Sederhana
Mendukung koneksi terputus-putus

Hanya Download
Tidak dapat mengelola email di server

110

Tidak

Ya

IMAP

Sederhana
Lebih fitur dari POP
Toko mail di server
Lebih cepat dari POP
Memungkinkan simultan akses oleh banyak klien

Memungkinkan simultan akses oleh banyak klien
Memerlukan lebih banyak ruang disk dan sumber daya CPU

143

Tidak

Ya

Email Server Setup
Server direktori aktif, server katalog global, dan server nama domain (DNS) server semua harus berada di tempat dan berfungsi sebelum Efek dapat diinstal dan bekerja dengan baik.
Test lingkungan sebelum menginstal Exchange.
Mengatur layanan yang dibutuhkan dan menginstal Exchange pada satu set   dedicated server jauh dari jaringan utama.
Jaga instalasi Bursa dipisahkan dari jaringan produksi Anda sampai Anda yakin bahwa itu berfungsi dengan baik.

Persiapan untuk Instalasi Email
Bersiaplah dengan peralatan yang tepat dan informasi:
DNS penyebaran
Active Directory domain
Setidaknya satu Global Catalog
Windows 2000 atau fungsionalitas domain yang lebih tinggi asli
Perangkat lunak server Exchange
dukungan server Windows alat
Skema server master
Tinggi kecepatan koneksi internet

Instalasi Email
Tambahkan Internet Information Services (IIS) dengan menggunakan Add / Remove Windows Components wizard sebelum memulai instalasi server Exchange.
Masukkan CD instalasi Efek dan memulai wizard instalasi Baru Exchange.
Wizard akan memverifikasi bahwa Exchange siap untuk diinstal.
Setelah Exchange terinstal, Microsoft Management Console menyediakan akses ke pengaturan banyak. Bursa System Manager digunakan untuk mengatur opsi-opsi dari server.
Gunakan Active Directory User dan Komputer (ADUC) konsol untuk mengkonfigurasi kotak surat pengguna.

Preventive Maintenance

Periksa kondisi kabel, perangkat jaringan, server, dan komputer untuk memastikan bahwa mereka tetap bersih dan dalam keadaan baik.
Mengembangkan rencana untuk melakukan pemeliharaan terjadwal dan pembersihan secara berkala.
Jika anda melihat peralatan yang gagal,
rusak, atau membuat tidak biasa
suara, lalu menginformasikan jaringan
administrator untuk mencegah
downtime jaringan yang tidak perlu.
Mendidik jaringan pengguna oleh
menunjukkan kepada mereka bagaimana
benar terhubung, lepaskan,
dan bergerak kabel.

Melakukan test Ping dari PC

4 September 2007 in ComputerInformation Technology

Test Ping adalah metode untuk melakukan test koneksi dengan Command Prompt (Windows) untuk mengetahui kualitas koneksi jaringan dari PC anda ke jaringan ditempat lain yang telah terhubung ke PC anda baik itu melalui jaringan lokal (intranet) ataupun jaringan luas (internet).
Cara melakukan test ping dari PC anda:

1. Buka Command Prompt, Start -> Program -> Accessories -> Command Prompt

2. Pada Command Prompt ketik perintah ping seperti pada gambar berikut :

3. Jika koneksi lancar dan tidak ada gangguan maka akan muncul pesan reply seperti pada gambar berikut ini:

4. Jika koneksi terputus atau ada masalah maka akan muncul pesan �Request Timed Out�.
5. Anda juga bisa melakukan test ping langsung ke domain name seperti gambar berikut, contoh �ping yahoo.com� :

sumber :

http://technocell.wordpress.com/2007/09/04/melakukan-test-ping-dari-pc/

ajisago.wordpress.com/2009/08/26/teskoneksijaringan/

Posted in Uncategorized | No Comments »

Hello world!

October 31st, 2010 by danar.reza

Welcome to Diponegoro Student Blogs. This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | 1 Comment »

REMIDI

Ketika kita berada di warnet ataupun di kantor yang mempunyai banyak komputer dan hanya ada satu printer, tapi kita merasa aneh ko semua komputer itu bisa ngeprint di satu printer tersebut padahal hanya satu komputer yang terhubung langsung ke printer tersebut, itu di sebabkan komputer yang lain terhubung jaringan sederhana atau bahasa kerenya LAN (Local Area Network) dan komputer utama tersebut melakukan sharing printer, jadi komputer yang tidak terhubung langsung dengan printer itu bisa melakukan print dengan jaringan LAN tadi, nah kali ini kita akan belajar cara setting printer jaringan tersebut agar komputer yang tidak terhubung langsung dengan printer pun bisa menggunakanya

  • Langkah pertama tentu kita cek dulu jaringan LAN komputer tersebut, sudah terhubung apa belum
  • Kita sharing dulu printer yang sudah terinstall di komputer utama/komputer yang terhubung langsung dengan printer, Klik menu “Start” pilih “Printers and Faxes”
  • Setelah itu akan keluar tampilan driver printer yang telah terinstall.
  • Langkah selanjutnya Klik kanan pada driver printer yang akan di sharing, kemudian pilih menu “Sharing”
  • Setelah itu akan keluar tampilan jendela sharing, oilih “Share this printer” kemudian klik “Aplly” maka printer pun siap di setting ke komputer yang lain.
  • Langkah pertama selesai
  • Langkah kedua kita menuju ke komputer yang lain yang akan di setting printer jaringan LAN tersebut.
  • Klik menu “Start” pilih “Printers and faxes”
  • Setelah itu akan keluar tampilan printers and faxes, pilih “Add a printer” pada menu sebelah kiri
  • Akan keluar tampilan sebagai berikut, sobat klik “Next”
  • Pada tampilan berikutnya pilih “A network printer, or printer attached to another computer” kemudian klik “Next”
  • Pada tampilan berikutnya pilih “Browse for a printer” setelah itu klik “Next”
  • Pada jendela berikutnya sobat double klik pada nama komputer utama yang di sharing printer tadi, nanti akan muncul daftar printer yang telah di sharing, pilih jenis printernya kemudian klik timbol “Next” (lihat contoh gambarnya)
  • Jika keluar keluar pertanyaan, pilih yes
  • Pada jendela berikutnya pilih “Next” dan “Finish”

REMIDI

Cara setting billing WARNET

Posted by Princes_Love | Posted in pengetahuan internet | Posted on 08.33

0

Cara setting billing WARNET

Saat ini warnet di Indonesia Djogja khususnya Semakin menjamur, Walaupun banyak warnet tetapi tetep ramai juga karena internet saat ini udah menjadi bagian dari kebutuhan pokok kita apalagi pelajar. Mahasiswa, pegawai sipil kantor perbankkan maupun masyarakat umum. Dengan alasan itulah walaupun banyak warnet tetep akan laku juga..

Kebanyakan Warnet menggunakan menggunakan system billing explorer untuk menghitung biaya yang di gunakan cliennya, ini sebagian kecil dalam menseting billing warnet .

1. pertama kita siapkan computer yg sudah siap di pakai

2. instal billing server jika di gunakan untuk server dan billing clien jk pc di pakai untuk clien di dalam pc anda (jika belum memiliki master yg untuk instal silahkan Download di sini)

3. setelah di instal silahkan registrasi dahulu..(dengan cara masuk ke help>.menu registrasi)

4. setelah registrasi berhasil baru kita setting system biaya dan system time log in nya

5. dan inilah langkah-langkah dalam menyetting system billing warnet

Cara setting billing explorer WARNET

 

 

Masuk ke menu setup konfigurasi

 

Masukkan passwd admin (kalo masi standar 008)

Akan muncul tampilan seperti ini

 

Untuk mensetting biaya pemakaian clien masuk pada

Seting biaya Dan klik tombol system group

akan muncul spt gambar di bawah ini

 

Silahkan isi nominal harga tiap menit/group nya

System paket

 

Silahkan masukkan biaya durasi tiap menit serta time log in nya terus add

Setting discount dan time log in

Klik tombol Discount & time login

Klik tombol time login

 

 

 

Time log in adalah system waktu dimana 1(enable) adalah user bisa melakukan login sedangkan untuk 0(disable) adalah user tidak bisa melakukan login isikan sesuai selera dimana jam2 tertentu bisa login dan tidak bisa login

 

Setting discound happy your

Klik tombol Discount & time login

Klik tombol setting discount

 

 

 

Isikan discound sesuai jam2 tertentu..seperti pada gambar di atas

Setting password

 

Tulis paswd sesuai selera anda

Setting System

 

Pilih sesuai dgn yg anda sukai

Setting daftar operator

Klik tombol daftar operator

 

Isi nama dan biodata operator baru lalu add untuk menambah daftar nama operator atau delete untuk menghapus

Keterangan setiap kali selesai nyetting usahakan langsung save kalo udah selesai setting sebaiknya BEX di restar dulu.

BILLING SIAP DI PAKAI (usahakan tes registrasi nya udah benar)

SELAMAT MENCOBA SEMOGA BERHASIL

BY. rahmat.rama@yahoo.com

 

Continue Reading

 

REMIDI

Cara Clone hardisk via LAN menggunakan Clonezilla

Leave a Comment Posted by fajarfaruq on July 17, 2012

Clonezilla is a free disaster recovery, disk cloning, disk imaging and deployment solution.[3] Clonezilla is designed by Steven Shiau and developed by the NCHC Free Software Labs in Taiwan. Clonezilla SE provides multicast support similar to Norton Ghost Corporate Edition.

Clonezilla Server Edition (SE)

  • A single command is required to switch the client environment
  • DRBL, FreeDOS, OS in local HD, memtest
  • Linux network installation
  • Not suitable for older machines and/or thin clients //NOTE// From version 5 (released ’07), fat client mechanism is supported in LTSP

Fundamental Diagram of Clonezilla.

 

Figure: Image Cloning from Template Client to Clonezilla Server

 

Figure: Restoring Image into Clients from previously created image from Template machine.

Network Setup for Linux Server

Install the GNU/Linux distribution and configure all network cards. In the following, we use “eth0″ to connect the Internet, while eth1, eth2, eth3 are for DRBL environment (set the network card’s IP addresses to be private Ips (i.e. 192.168.x.x, the following example, we set eth1:192.168.101.254, eth2:192.168.102.254, eth3:192.168.103.254…); Please remember this principle, private IP (e.g. 192.168.x.x) is used for DRBL environment.

#sudo vim /etc/network/interfaces

Edit the Following Lines.

# The loopback network interface
auto lo
iface lo inet loopback#Gateway –
auto eth0
iface eth0 inet dhcp
pre-up iptables-restore &lt; /etc/iptables.rules
post-down iptables-save &gt; /etc/iptables.rules#eth1
auto eth1
iface eth1 inet static
address 192.168.101.254
network 192.168.101.0
netmask 255.255.255.0
broadcast 192.168.101.255#eth2
auto eth2
iface eth2 inet static
address 192.168.102.254
network 192.168.102.0
netmask 255.255.255.0
broadcast 192.168.102.255

#eth3
auto eth3
iface eth3 inet static
address 192.168.103.254
network 192.168.103.0
netmask 255.255.255.0
broadcast 192.168.103.255

 

Clonezilla Network

If you do not have multiple Interface make virtual interface. Here it goes.

#Loopback
auto lo
iface lo inet loopback

#Network Interface, this should match your network
# Connect eth0 to internet.
auto eth0
iface eth0 inet dynamic

#Virtual Interface for Conezilla, make sure you use a “class C” IP (192.168.x.x)
auto eth0:0
iface eth0:0 inet static
address 192.168.0.1
netmask 255.255.255.0
gateway 192.168.0.1

Restart network

sudo /etc/init.d/networking restart

CloneZilla Server Edition Installation Steps

Initiall you need to import the GPG key of the DRBL (Diskless Remote Boot in Linux, needed to boot the client systems from the network (PXE) later on) and CloneZilla repository to do this you need to follow me.

wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- | apt-key add –

We add some repository list in /etc/apt/sources.list

vim /etc/apt/sources.list

Add the DRBL/CloneZilla Debian repository to it:

deb http://archive.ubuntu.com/ubuntu maverick main restricted universe multiverse # (Or any Ubuntu mirror site near you)

deb http://drbl.sourceforge.net/drbl-core drbl stable

Run

apt-get update

afterwards.

Now we can install DRBL and CloneZilla like this:

apt-get install drbl

Then we run

/opt/drbl/sbin/drbl4imp

Configure DRBL and CloneZilla with default values.

*****************************************************.

This script is for those impatient, it will setup the DRBL server by the default value which might not fit your environment. Are you impatient ?

[Y/n] <– ENTER

*****************************************************.

Ok, Laziness is a virtue! Let us setup DRBL server with the default values!!!

Press “Enter” to continue… <– ENTER

[…]

****************************************************

Enjoy DRBL!!!

http://drbl.nchc.org.tw; http://drbl.name

NCHC Free Software Labs, Taiwan. http://free.nchc.org.tw

*****************************************************.

If you like, you can reboot the DRBL server now to make sure everything is ready…(This is not necessary, just an option.).

*****************************************************.

DRBL server is ready! Now set the client machines to boot from PXE or Etherboot (refer to http://drbl.sourceforge.net for more details).

NOTE! If Etherboot is used in client machine, version 5.4.0 or newer is required!

PS. The config file is saved as /etc/drbl/drblpush.conf. Therefore if you want to run drblpush with the same config again, you may run it as: /opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf

server1:~#

Installation process Ends here.

Create an Image of a Linux System

To create an image, we first start CloneZilla on the Ubuntu/Debian system and tell it to store an image (the server will then wait until a client connects to store the image), and then we boot the client system of which we want to create the image from the network – it should then boot into a CloneZilla Linux system that connects to the server and creates the image.

Run

/opt/drbl/sbin/dcs

on the Ubuntu/Debian server and select All Select all clients:

 

Next pick clonezilla-start Start_clonezilla_mode:

 

Choose save-disk Save client disk as an image:

 

Select Later_in_client Later input image and device name in client (you will then be prompted for an image name later on the client, instead of having to provide an image name now):

 

On the next two screens you can simply press ENTER to select the default values:

 

Select the action when the client finishes cloning (I want to shut down the client after the image has been created, so I select -p poweroff):

 

Press ENTER again on the next two screens to accept the default values:

 

 

Note: Leave default value.

Press ENTER again:

 

The server is now ready. Now start the client system that you want to clone. It is important that you boot it from the network (via PXE) – you might have to adjust the boot order in the client’s BIOS so that it boots via PXE:

 

After you’ve configured the client to boot from the network, you should see a DRBL boot menu. Select Clonezilla: save disk (choose later) as image (choose later):

 

Next provide a name for the image (or accept the default value):

 

Select the source hard drive:

 

Afterwards, the image is being created and transferred to the CloneZilla server:

 

Then the CloneZilla server is notified that the image creation process has finished…

 

and the client system is shut down (or rebooted – that depends on the action you’ve chosen on the server):

 

That’s it, we now have an image of our Linux system that we can clone to other systems.

4 Cloning/Restoring The Image

To clone or restore the image to other systems, run

/opt/drbl/sbin/dcs

Select All Select all clients:

 

Choose clonezilla-start Start_clonezilla_mode:

 

Select restore-disk Restore an image to client disk:

 

You can accept the default values on the next four screens by pressing ENTER:

 

 

 

 

Pick the image that you want to restore:

 

Choose the target hard drive:

 

Select multicast multicast restore:

 

Choose clients+time-to-wait:

 

Fill in the number of systems on which you want to restore the image (I want to restore just one system in this example):

 

Fill in the max. time (in seconds) that the server will wait until all clients are powered on (i.e., if you want to restore the image on ten clients, you have 300 seconds to power on the other nine computers after you have powered on the first one – if you are too slow, CloneZilla will start to restore the image only on the systems that have been powered on in time):

 

Afterwards, press ENTER twice:

 

 

Your Server side work is over.

Restoring Client

Now power on the clients. Make sure they are configured to boot from the network (via PXE):

 

In the boot menu, select Clonezilla: multicast restore or donot touch. Just power on your system and see for PXE boot.

 

The cloning process will then begin:

 

Afterwards, the server will be notified that the process has finished…

 

and the client system will reboot:

 

Before the client system boots, enter its BIOS again and configure it to boot from the hard drive!

If all goes well, the computer should boot into the cloned operating system.

See Also:

1. http://www.howtoforge.com/cloning-linux-systems-with-clonezilla-server-edition-clonezilla-se
2. http://clonezilla.org
3. http://drbl.sourceforge.net/

source : http://drpaudel.com.np/?p=221

Server dan Jaringan

← Problem dalam grub error Melakukan backup di linux tanpa menggunakan tools →

Leave a Reply