Sponsored Content
Operating Systems Solaris How to backup (create image) SunOS 5.10 sparc? Post 303013362 by hicksd8 on Tuesday 20th of February 2018 08:01:43 AM
Old 02-20-2018
The flash create should give you a one file nice compact package, yes.

I don't see much wrong with the command that you used to create the flash but I don't normally use '-c' (compression). I just use a bit more disk space!!

However, the flash is made up of various internal components and perhaps a good test would be to see if the system can split it into component parts with the command:

Code:
# flar -s -d <target directory for components> <flash archive>

One of the components output will be the cpio of all the files in the image.

If the flar split works without error then that would indicate to me that the archive is readable.
This User Gave Thanks to hicksd8 For This Post:
 

7 More Discussions You Might Find Interesting

1. 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

2. UNIX for Advanced & Expert Users

DES3 encryption in SunOS sparc

Hi, I want to encrypt a unix file using the des3 algorithm. Seems that there are no standard unix utilities readily available. Can you please suggest how I can encrypt a unix file using des3 ? (2 Replies)
Discussion started by: samuel.vincent
2 Replies

3. Solaris

Solaris 10 Sparc - backup drive how to read it?

Disk is: c0t1d0 partition> print Current partition table (original): Total disk cylinders available: 38307 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks 0 unassigned wm 0 - 38306 74.53GB (38307/0/0) 156292560 1 unassigned... (3 Replies)
Discussion started by: xnox
3 Replies

4. 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

5. Solaris

How to scan for LUNs in SunOS sun4v sparc?

Hi everyone, We have the below sun Operating system, Now our storage team have Create a 500GB LUN for this server, How can i scan and mount the shared LUN ? Could anyone help me to resolve this issue. SunOS my_hostname.com 5.10 Generic_150400-09 sun4v sparc sun4v Update: -------- I... (9 Replies)
Discussion started by: babinlonston
9 Replies

6. Solaris

SunOS sun4v sparc ntp service in maintenance mode.

Hi experts, This is a production server. Host information's are below SunOS hostname_srv 5.10 Generic_150400-09 sun4v sparc sun4v Now issue with ntp service, This host have zone in it with 9 hosts, Every hosts have ntp service issue. While i check for the service status it's in... (3 Replies)
Discussion started by: babinlonston
3 Replies

7. Shell Programming and Scripting

Grep command Fails on SunOS Sparc

Hi, This command works ggrep -v -F -x -f app1.txt app2.txt But, I don't have ggrep on SunOS Sparc so I tried using grep instead but it errors out grep: illegal option -- F bash-2.03$ uname -a SunOS mymac 5.8 Generic_Virtual sun4v sparc sun4v Can you help me with a grep command that... (6 Replies)
Discussion started by: mohtashims
6 Replies
FTL_FORMAT(1)						      General Commands Manual						     FTL_FORMAT(1)

NAME
ftl_format - Flash Translation Layer formatting utility SYNOPSIS
ftl_format [-q] [-i] [-s spare] [-r reserve] [-b bootsize] device DESCRIPTION
Ftl_format creates a Flash Translation Layer partition on a flash memory device. It needs to access the flash partition's raw character- mode device (such as /dev/mem0c0c). This is actually a low-level format operation, required before accessing a memory device via the FTL block device driver. Once a partition is prepared with ftl_format, a filesystem should be created in a separate step. Filesystem commands should access the device via the FTL device file (such as /dev/ftl0). Optionally, ftl_format can reserve a region at the beginning of the flash card address space for a boot image (or any other purpose). The boot area is not part of the FTL partition, and can only be accessed via the raw memory device. On Intel Series 100 flash cards, the first flash block is used to store the card's configuration information structures. If no boot area is specified on the command line, ftl_format will automatically create one to span the first block. OPTIONS
-q Quiet mode: don't print formatting statistics. -i Interactive: confirm before beginning the format. -s spare Reserve the specified number of erase blocks as spares. The default is 1. A read-write partition requires at least one spare block. -r reserve Reserve the specified percentage of the total space on the device to improve write efficiency. The default is 5%. Reserving less space increases the frequency of flash erase operations to reclaim free blocks. -b bootsize Requests that a portion of the flash card be reserved for a boot image. The size will be rounded up to an integral number of erase blocks. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
ftl_cs(4), ftl_check(8). pcmcia-cs 2000/06/12 21:24:48 FTL_FORMAT(1)
All times are GMT -4. The time now is 05:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy