Creating a Flash Archive Recovery Image


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Creating a Flash Archive Recovery Image
# 1  
Old 03-31-2010
Creating a Flash Archive Recovery Image

Simplest instructions for creating a Flash Archive recovery image that can be used to restore a system to "factory fresh" condition.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Jump Start vs Flash Archive

Hi I'm trying to understand the difference between installation methods of Solaris 10, Jump Start vs Flash Archive ? thx for help. (6 Replies)
Discussion started by: presul
6 Replies

2. Solaris

Flash archive with VxVM

I'm writing a design doc and I got this feedback. "Apparently flash archives have issues with VXVM root F/S's - May also impact licensing for “kick” systems. SVM may be more sensible / flexible option" The VxVM will be use global zones. i intend on using flash archives of solaris 8/9... (3 Replies)
Discussion started by: frustin
3 Replies

3. Solaris

difference between flash archive and jumpstart

Hi, Can anyone explains me the difference between solaris flash archive and jumpstart installation. Both are used to install many systems frm a centralized location , correct me if am wrong,. Clear view on this is really appreciable. Thanks in advance (3 Replies)
Discussion started by: rogerben
3 Replies

4. Solaris

How to install flash archive over the netwrok

Hi Gurus I've to install the flash archive over the network. The archive is created and directory has been shared, what else all i have to do. Once i go to install option on other system and choose FTP( flash archive only) . Will appreciate if some one can help me or directed me towards some... (9 Replies)
Discussion started by: kumarmani
9 Replies

5. Solaris

How to convert .iso into flash archive

Hello Gururz, I downloaded sol-10-u7-ga-sparc-dvd.iso from Sun site Solaris Operating System - Get Solaris 10 But my jet build images are in .flar Could someone tell me how to convert .iso into .flar? Please help me on this (1 Reply)
Discussion started by: bullz26
1 Replies

6. Solaris

creat flash archive

I want take a flash backup by flar command for specific files like: / , /boot, /tmp I am trying this command but its not working # flar -n archive1 -f /,/boot,/tmp -F -c /home/arc1.flar Please can any body help me __.____._ (2 Replies)
Discussion started by: kmuqalled
2 Replies

7. Solaris

Solaris 8 using Flash Archive for Disaster Recovery

Hello everyone I am Kevin and new to this forum. I have encounter an issue I can't seem to resolve. I am currently using Solaris 8 02/04 on Sun V240 servers. I know how to create a flar image of the server and restore it using NFS (network server) or Local Tape (tape drive). What I need to do... (2 Replies)
Discussion started by: Kevin1166
2 Replies

8. Solaris

problem in creating flash archive

Dear all I am in a problem. I have created a master server on which I have install a Solaris 10 OS as well as Oracle 10g with some additional solaris packages. Now I want to create a flash archive of this server and install that flash archive on another server, so that the new server will have... (6 Replies)
Discussion started by: girish.batra
6 Replies

9. Solaris

things to include in a flash archive

I am making a flash archive to use as a base to lay down on all incoming servers. I am wondering about Sun Explorer and Sun CST. Is it ok to install these (but not configure them) on my source machine and create the archive? Im just not sure if it would cause problems down the line, like... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies
Login or Register to Ask a Question
jpeg2swf(1)							     swftools							       jpeg2swf(1)

NAME
jpeg2swf - Converts jpeg images to SWF. Synopsis jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...] DESCRIPTION
This tool converts jpeg image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a separate frame in the target SWF. OPTIONS
-o, --output outputfile Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) -q, --quality quality Set compression quality (1-100, 1=worst, 100=best). This option can be set independently for each image. -r, --rate framerate Set movie framerate (frames per second) -z, --zlib zlib Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be smaller, but not playable in Flash Plugins of Version 5 and below. -M, --mx Use Flash MX H.263 compression (use for correlated images) -x, --xoffset offset horizontally offset images by offset -y, --yoffset offset vertically offset images by offset -X, --width width Force movie width to width (default: autodetect) -Y, --height height Force movie height to height (default: autodetect) -T, --flashversion version Set flash file version to version -v, --verbose level Set verbose level to level (0=quiet, 1=default, 2=debug) -V, --version Print version information and exit -f, --fit-to-movie Fit images to movie size -e, --export assetname Make importable as asset with assetname AUTHORS
Rainer Bohme <rfxswf@reflex-studio.de> Matthias Kramm jpeg2swf February 2012 jpeg2swf(1)