Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stl_image(4) [osf1 man page]

stl_image(4)						     Kernel Interfaces Manual						      stl_image(4)

NAME
stl_image - Software subset image data files DESCRIPTION
Each software product that is distributed as subsets for the setld(8) command has an associated image data file. This image data file is created by the kits(1) utility. The image data file's name consists of the product's unique 3-letter name with the string .image for a suffix. The image data file contains one record for each subset in the kit. Each record contains three fields separated by white space: Checksum The modulo-65536 checksum of the subset file (after compression, if the file is compressed) Size The size of the subset file in kilobytes (after compression, if the file is compressed) Subset name The product code, subset mnemonic, and version number EXAMPLES
The following example illustrates OAT.image, the image data file for a hypothetical kit: 15923 70 OATDCB100 24305 400 OATDCBDOC100 RELATED INFORMATION
Commands: gendisk(1), gentapes(1), kits(1), setld(8) Documents: Guide to Preparing Product Kits delim off stl_image(4)

Check Out this Related Man Page

stl_inv(4)						     Kernel Interfaces Manual							stl_inv(4)

NAME
stl_inv - setld inventory file format DESCRIPTION
Each software product that is distributed as subsets for the setld(8) command has an associated inventory file. This inventory file is created by the kits(1) utility. The inventory file's name consists of the product's unique 3-letter name with the string .inv for a suf- fix. The inventory file contains one record for each subset in the kit. Each record contains the following twelve fields in order, sepa- rated by TAB characters: Flags The per-file software management flag, a 16-bit unsigned integer Size The actual number of bytes in the file Checksum The modulo-65536 checksum of the file. Hard links, directories, FIFOs, and sockets have 00000 in this field. uid The user ID of the file's owner gid The group ID of the file's owner Mode The 6-digit octal representation of the file's mode Date The file's last modification date Revision The version code of the product that includes the file Type A letter that describes the file: b Block device c Character device d Directory containing one or more files f Regular file. For regular files with a link count greater than one, see file type l. l Hard link. There are other files in the same inventory which have the same inum. The first of these files in ASCII collating sequence is listed in the referent field. p Named pipe (FIFO) s Symbolic link = UNIX domain socket Pathname The dot-relative (./) pathname of the file Link-to For file types l and s, the path to which the file is linked; for types b and c, an integer representing the major and minor num- bers of the device; for all other types, none Subset name The name of the subset containing the file RESTRICTIONS
Fields must be separated by TAB characters. RELATED INFORMATION
Commands: setld(8) Functions: stat(2) Documents: Guide to Preparing Product Kits delim off stl_inv(4)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Find Software Version

Hi, Is there anyway to find what version of a software is installed on a particular box ? For Tru64 unix, the setld -i command lists all the software that is installed. But how do i get the version ? is there a unix command for this? Is setld specific to Tru64 ? Do reply VJ (1 Reply)
Discussion started by: vjsony
1 Replies

2. Solaris

help needed in creating an image from a 7za compressed file

Hi all, I have been working on a few files that have been 7za compressed.(which are a part of an OS) Now after extracting the file and doing manipulations i did a putback. But when i create an image and burn it onto the disk to check if my changes are working... I get error at boot time. Now... (0 Replies)
Discussion started by: wrapster
0 Replies

3. AIX

loading subsets

In aix 5.2, we are trying to update with the latest subsets for "bos.adt.debug package". the subset version we have is 33 and the latest available is 95. Would like to know whether i need to load all the versions from 34 to 95 or can i load the latest version directly? (1 Reply)
Discussion started by: mjdarm
1 Replies

4. HP-UX

TrustedMigration product ?

I'm running HP-UX B.11.23 U ia64 I've got SOX auditors asking me if we have the TrustedMigration product. I don't know what that is and google isn't being helpful. Can you tell me what this product is (and what it is for) and how to know if my system is running it and/or prove that it is... (1 Reply)
Discussion started by: LisaS
1 Replies

5. Solaris

installtool installation errors

I have a product that is built using installtool software(using makekit utility). I am able to build the product successfully but while installing the product on a machine i am getting errrors as shown below, ################################## installtool: Entered Ready for Extraction phase...... (0 Replies)
Discussion started by: shafi2all
0 Replies

6. Shell Programming and Scripting

Learning abt Linux OS

hi guys, i got job recently in a company which provide a product for data backup and data recovery... as dis product is wrriten in c++ am workin in c++.. now am under training and i want to learn abt Operating System concepts and OS programming using c and c++. i know basic c and c++ programming... (0 Replies)
Discussion started by: senthil.march
0 Replies

7. Linux

Linux Operating system concepts

hi guys, i got job recently in a company which provide a product for data backup and data recovery... as dis product is wrriten in c++ am workin in c++.. now am under training and i want to learn abt Operating System concepts and OS programming using c and c++. i know basic c and c++ programming... (3 Replies)
Discussion started by: senthil.march
3 Replies

8. Shell Programming and Scripting

Detecting subset of a word

Each line of the file has some words exactly same letters as of the first one. But has zero or more "_+" inserted. I am interested in those words and remove the other cases. Example: abcde abcd_+e abcd_+de fghig fghigi fghi_+g klmn klmn I want to get this: abcde abcd_+e fghig fghi_+g ... (7 Replies)
Discussion started by: Viernes
7 Replies

9. Shell Programming and Scripting

Checking subset and removing extra letters

In each line of file, I wish to check if word1 is a non-connected subset of any of the other words in the line. If yes, keep only the words that ward1 is a subset of. Else, remove the whole line. Also, I want to remove the letters that word1 doesn't match with, except for "_+" Example file:... (2 Replies)
Discussion started by: Viernes
2 Replies

10. Shell Programming and Scripting

Creating subset of a file based on specific columns

Hello Unix experts, I need a help to create a subset file. I know with cut comand, its very easy to select many different columns, or threshold. But here I have a bit problem as in my data file is big. And I don't want to identify the column numbers or names manually. I am trying to find any... (7 Replies)
Discussion started by: smitra
7 Replies

11. UNIX for Dummies Questions & Answers

Awk: subset of fields as variable with sprint

(6 Replies)
Discussion started by: beca123456
6 Replies