Sponsored Content
Full Discussion: Create Linux gold image
Operating Systems Linux Red Hat Create Linux gold image Post 302494811 by tentacle on Tuesday 8th of February 2011 12:52:37 PM
Old 02-08-2011
Linux doesn't have a standard imaging solution like mksysb or flash archives. Linux has the underlying tools those use (like cpio, dump, etc) so you could script your own equivalent pretty painlessly, but personally I prefer one of the many imaging solutions out there such as clonezilla, mondo rescue, ping, etc.

But generally speaking most of the time that people want a gold image, what they're really talking about is a way to make automated identical builds painlessly. For this, kickstart is better/faster than imaging. Combine it with PXE booting and life is good.
 

9 More Discussions You Might Find Interesting

1. Solaris

How to create a disk image

I have a whole bunch of solaris machines. How do i create an image so i dont have to keep doing a reload and. In the pC world we have ghost what about the solaris world? (3 Replies)
Discussion started by: frankkahle
3 Replies

2. UNIX for Advanced & Expert Users

Create an Ignite image on tape from Online IgniteUX image

Hi, (HP-UX 11.11) I need to create a tape image of an igniteUX image created on our igniteUX server. That is to say. I have a "Online" image of the igniteUX of the targeted system but I now need to copy it to a useable TAPE (igniteUX) image so i can build an other server from it that is not... (3 Replies)
Discussion started by: Andrek
3 Replies

3. AIX

How do I create a bootable mksysb image file

I have several systems which require software maintenance several times a year. After the software maintenance, it is required that we make two system tapes for DR purposes. The creation of these system tapes takes anywhere from 1-1.5 hours because of the performance of the tape drives. What I... (7 Replies)
Discussion started by: acascianelli
7 Replies

4. Solaris

Create an ISO image of whole system

Hi All, Please help me with this. My plan is to create an ISO image of my current solaris 8 OS.Because we use a stripped out version of solaris 8 which is different than the standard one in CD. Will dd command will do ? My idea is to create a VMware image from iso file and play it in... (6 Replies)
Discussion started by: Jartan
6 Replies

5. Linux

Create an ext3 fs image

Which I will use as a loop mount mounted on an arbitrary directory, say /home/me/dir running something like mount -o loop ext3_image.img /home/me/dir What command(s) should I run to create this? I use RedHat. Thanks in advance (1 Reply)
Discussion started by: stevenswj
1 Replies

6. Red Hat

Need help to create netboot image for EL6 kernel

We use netboot to boot our RedHat Linux kernels. We usually use mknbi tool to create netboot image from Red Hat Linux kernel. However, I can't get this to work with the new Red Hat EL6 kernel. One online document I found seems to say mknbi should not be used for Linux 2.6 or newer kernels any... (1 Reply)
Discussion started by: jyao02459
1 Replies

7. Shell Programming and Scripting

matching image files to create one image

Hi, I have two sets of image files. Both sets have names A to Z but set 1 ends with .cdt.png and set 2 ends with .matrix.png. I want set 1 to match with set 2 if the names match (i.e. A.cdt.png will match with A.matrix.png) and with the convert image tool (program for images), it will merge the... (6 Replies)
Discussion started by: kylle345
6 Replies

8. UNIX for Dummies Questions & Answers

How to create a UNIX ufs cdrom image?

Hello, I've got an Ultrix 4.2 ISO file (gxemul doesn't recognize it when I type gxemul -X -e 3max -d rootdisk.img -d Ultrix4_2.iso) So I read some other posts which show that this can be done via a UFS CDROM image. But I don't know how to create one. Anyway, I think the ISO file could be in... (0 Replies)
Discussion started by: lucky7456969
0 Replies

9. Solaris

How to Create ISO Image of a CD/DVD in Solaris 10?

Hi Solaris 10 Experts, How can I create an ISO Image of a CD/DVD from the cdrom to a temporary directory, and then use that image to burn it on a blank DVD in the cdrom in Solaris 10 1/13 OS environment? Please provide me with an example. With best regards, SS (1 Reply)
Discussion started by: ssabet
1 Replies
DRR(1)								    Plastimatch 							    DRR(1)

NAME
drr - create a digitally reconstructed radiograph SYNOPSIS
drr [options] [infile] DESCRIPTION
A digitally reconstructed radiograph (DRR) is a synthetic radiograph which can be generated from a computed tomography (CT) scan. It is used as a reference image for verifying the correct setup position of a patient prior to radiation treatment. DRR USAGE
The drr program that comes with plastimatch takes a CT image as input, and generates one or more output images. The input image is in MHA format, and the output images can be either pgm, pfm, or raw format. The command line usage is: Usage: drr [options] [infile] Options: -A hardware Either "cpu" or "brook" or "cuda" (default=cpu) -a num Generate num equally spaced angles -N ang Difference between neighboring angles (in degrees) -nrm "x y z" Set the normal vector for the panel -vup "x y z" Set the vup vector (toward top row) for the panel -g "sad sid" Set the sad, sid (in mm) -r "r c" Set output resolution (in pixels) -s scale Scale the intensity of the output file -e Do exponential mapping of output values -c "r c" Set the image center (in pixels) -z "s1 s2" Set the physical size of imager (in mm) -w "r1 r2 c1 c2" Only produce image for pixes in window (in pix) -t outformat Select output format: pgm, pfm or raw -i algorithm Choose algorithm {exact,uniform} -o "o1 o2 o3" Set isocenter position -I infile Set the input file in mha format -O outprefix Generate output files using the specified prefix The drr program can be used in either single image mode or rotational mode. In single image mode, you specify the complete geometry of the x-ray source and imaging panel for a single image. In rotational mode, the imaging geometry is assumed to be The command line options are described in more details as follows. -A hardware Choose the threading mode, which is either "cpu" or "cuda". The default value is "cpu". When using CPU hardware, DRR generation uses OpenMP for multicore acceleration if your compiler supports this. Gcc and Microsoft Visual Studio Professional compilers support OpenMP, but Microsoft Visual Studio Express does not. At the current time, cuda acceleration is not working. -a num Generate num equally spaced angles -r "r1 r2" Set the resolution of the imaging panel (in pixels). Here, r1 refers to the number of rows, and r2 refers to the number of columns. SINGLE IMAGE MODE
The following example illustrates the use of single image mode: drr -nrm "1 0 0" -vup "0 0 1" -g "1000 1500" -r "1024 768" -z "400 300" -c "383.5 511.5" -o "0 -20 -50" input_file.mha In the above example, the isocenter is chosen to be (0, -20, -50), the location marked on the CT image. The orientation of the projection image is controlled by the nrm and vup options. Using the default values of (1, 0, 0) and (0, 0, 1) yields the DRR shown on the right: [image] [image] By changing the normal direction (nrm), we can choose different beam direction within an isocentric orbit. For example, an anterior-poste- rior (AP) DRR is generated with a normal of (0, -1, 0) as shown below: [image] The rotation of the imaging panel is selected using the vup option. The default value of vup is (0, 0, 1), which means that the top of the panel is oriented toward the positive z direction in world coordinates. If we wanted to rotate the panel by 45 degrees counter-clockwise on our AP view, we would set vup to the (1, 0, 1) direction, as shown in the image below. Note that vup doesn't have to be normalized. [image] ROTATIONAL MODE
In rotional mode, multiple images are created. The source and imaging panel are assumed to rotate in a circular orbit around the isocen- ter. The circular orbit is performed around the Z axis, and the images are generated every -N ang degrees of the orbit. This is illus- trated using the following example: drr -N 20 -a 18 -g "1000 1500" -r "1024 768" -z "400 300" -o "0 -20 -50" input_file.mha In the above example, 18 images are generated at a 20 degree interval, as follows: [image] AUTHOR
Plastimatch is a collaborative project. For more documentation, please visit http://plastimatch.org. For questions, comments, and bug reports, please visit http://groups.google.com/group/plastimatch. COPYRIGHT
Plastimatch development team (C) 2010-2011. You are free to use, modify, and distribute plastimatch according to a BSD-style license. Please see LICENSE.TXT for details. Plastimatch 1.5 June 11, 2011 DRR(1)
All times are GMT -4. The time now is 10:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy