Old backup images not recognised
-
For once I have a fog problem that I have a bit of time to fix, a week Just a bit of a pity I have the problem
I had a fog 1.20 server that I replaced with new hardware, but I moved one of the disks from it to my new fog 1.50 server, as it had image files on it I wanted to keep. I need to add the images back in. No problem I thought, just add a new image and point to the original images. However itās failing with a rather unusual error as you can see from the following. Whatās weird is the files are in the /images2 folder, I did copy them to the /images folder too, but it still failed.
I have 10 images like this to restore.
Does anyone have any suggestions I could try
Thank you
Screen shots;
https://www.dropbox.com/sh/3hhup1uj6byllkm/AACrVaz_r9Qa-JPpAbH9dKqVa?dl=0 -
@Julianh From the files seen in the listing we know that this is definitely not a resizable image type. Creating the image manually in your new FOG server is perfectly fine but you need to also pay attention and set the options exactly as they were on the old server. So as a start for this image set to āSingle Disk - Multiple Partitionsā and see if you can deploy that image.
my new fog 1.50 server
Sure you setup the new one with version 1.5.0? Why? Latest release is 1.5.5!
-
Hi Sebastian,
I had an old 1.20 fog server that was too slow in imaging the 12 clients it had, itās used for a training room, it took 6 hours, they were big images, each one different. Anyway I upgraded to a fast network and SSD drive arrays. that was about a year or so ago, I checked and it says
You are currently running version: 1.5.0
Latest stable version is 1.5.5
Latest svn version is 6078
Latest git version is 1.5.5
I set the image to Single disk, multiple images, and got a slightly different error, which is here
https://www.dropbox.com/s/8hzkcxd0mve42v4/IMG_3281.JPG?dl=0
Whatās strange is the directory it relates to. it refers to the images directory, when the image is in the /images2 directory. but Iāve checked the image it definatley refers to the /images2 directory
I think this is the problem, does anyone know how to make it look at images2? did the image files of 1.20 reference the file location, could it have brought this over?
Thanks
-
@Julianh Donāt be confused about the directory names. It might be
/images2
on your FOG server but still the client scripts on your host mounts that directory as/images
on the client.So we got a little further with setting it to " Single disk - multiple Partitions". Possibly the compression is selected wrong as well. As I said. Please check all the settings on your old server for each and every image you have. If you donāt have a access to the old server anymore we need to play with the settings.
For compression you can run
file /images2/AMServer8/*
on your FOG server. Take a picture of the output and post here. -
Hi Sebastian,
The old fog server has been reused, so I canāt get any settings off itHereās the result of the command you wanted.
https://www.dropbox.com/s/hhy4tw5p4gqyu7r/IMG_3285.JPG?dl=0I always thought the operating system section was almost irrelevant, but Iāll set it to windows 7.
Thanks for your help, itās much appreciated.
-
@Julianh said in Old backup images not recognised:
I always thought the operating system section was almost irrelevant,
Itās definitely not irrelevant!
From the picture we see that the image files are GZIP compressed. Make sure you have that in the hostās settings! Then try deployment again. If it fails again I ask you to pay attention to the error message you see in the blue partclone window. The blue screen scrolls past when new messages are printed to the screen so you either need to take a video or get a picture just at the right moment. If you canāt get that I can direct you to run the task as debug job and get the error from the logs.
-
Excellent Sebastian, it was the Gzip format I missed. All working now.
Iām going to make changes to the images and image them up, what format would you recommend for the image. itās server 2012 r2. 1 drive
Thanks
Julian
-
@Julianh said in Old backup images not recognised:
what format would you recommend for the image. itās server 2012 r2. 1 drive
There is no simple answer to that. It depends on your setup. CPU, RAM and overall performance. GZIP partclone is a good default choice while ZSTD is definitely faster and usually uses less resources. About disk: If you have identical disk size - and I mean identical as in exact same sector counts - Iād use non-resizable image type as it is a little faster and less likely to cause an issue on identical disks. But if you have different disk size youād need to use resizable image type.
-
Thanks Sebastian,
The fog server ia a quad core 3.4GHZ with 32GB ram and uses a 4 TB sata drive to store these images on. Itās normal images are stored on a SSD array, its just because these arenāt used that often that theyāre stored on a sata.
The clients are all 32GB 4/6 Cores @3.4 GHZ, single SSD disk with a dedicated 1 GB network.
The machines are usually used for just their PCās image in the training room.
Any suggestions?
Thanks