1753667 Members
5743 Online
108799 Solutions
New Discussion юеВ

clonezilla help required

 
Maaz
Valued Contributor

clonezilla help required

after installing/configuring the Clonzilla server addition, I successfully booted the client and create image of the client on the /home/partimage(on clonezilla server).

But when I boot the client to restore the image, clonezilla says "that no image found"

I mean I cant restore the image on client due to the error "no image found", even though the image is exist on the server uner /home/partimage/.

please help/suggest
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: clonezilla help required

Shalom,

What protocol is being used to access the server?

I would check network boot configuration and the server logs for errors.

It would be helpful to know what distribution the server is using to provide you better help.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Maaz
Valued Contributor

Re: clonezilla help required

Hi thanks SEP
>What protocol is being used to access the
>server?
PXE

>I would check network boot configuration
>and the server logs for errors.
logs are empty, as per the "/opt/drbl/dcs" that
"Client jobs are logged in '/var/log/clonezilla-jobs.log',"
but /var/log/clonezilla-jobs.log is empty nothing inside
# cat /var/log/clonezilla-jobs.log
Mon March 23 21:41:06, start clonezilla logging.
and nothing more.


>It would be helpful to know what
>distribution the server is using to provide
>you better help.
SUSE Linux Enterprise Server 10 SP 2 i586

I installed the drbl by first installing the rpms manually, then run the following commands
# /opt/drbl/sbin/drblsrv-offline -l 0 -s `uname -r`
# /opt/drbl/sbin/drblpush -i
# /opt/drbl/dcs

Ok the client(also sles10sp2i586) has two partitions /dev/sda1(swap), and /dev/sda2(/), but when I try to save the image of the client hard disk (/dev/sda) ... it only save the /dev/sda2 file system only.
Second when the image of /dev/sda2 save on clonezilla server under /home/partimage directory, properly, I got the following message on the clients(pxe booted) console

Saving DMI info...
The distribution or version is unknown!
Program terminated
Sending all processes the TERM signal
Sending all processes the KILL signal
INIT: going single user
INIT: Sending all processes the TERM signal
Terminated
Give root password for login

On server when I check /home/partimage
# ls /home/partimage
# ls -l /home/partimage/2009-03-23-21-img
total 701724
-rw-r--r-- 1 root root 14040 Mar 23 22:01 Info-dmi.txt
-rw-r--r-- 1 root root 35 Mar 23 22:00 sda-chs.sf
-rw-r--r-- 1 root root 512 Mar 23 22:00 sda-mbr
-rw-r--r-- 1 root root 260 Mar 23 22:00 sda-pt.parted
-rw-r--r-- 1 root root 259 Mar 23 22:00 sda-pt.sf
-rw------- 1 root root 717820854 Mar 23 22:01 sda2

I have attached drblsrv-offline, drblpush -i, and dcs output

Please help me in this matter... asap

Regards
Maaz
Maaz
Valued Contributor

Re: clonezilla help required

following are the errors I got when I try to restore the image

when I select the > "restore Disk restore_an_image_to_local_disk"

Clonezilla image directory: /home/partimage
No disk image is found in /home/partimage .. Make sure you already saved image

when I select the > "restoreparts Restore_an_image_to_local_partition"
No disk or partition image directory is found in /home/partimage! program terminated!!!

I am totally confused why the restore praogram doesnt able to see/check the image directory under /home/partimage... even though the directory "2009-03-23-21-img" is present uner /home/partimage ... having this client's image saved properly

Regards