Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stl_ctrl(5) [ultrix man page]

stl_ctrl(5)							File Formats Manual						       stl_ctrl(5)

Name
       stl_ctrl - software subset control files

Description
       Each  software  subset  that is distributed on media used with the command has an associated control file.  This control file is created by
       the utility. It contains the attribute information for the subset. Once the subset has been installed on a  system,  the  control  file	is
       placed in the directory. The control file for each subset has a name formed by appending the extension to the end of the subset name.

       The attribute definitions in the file are stored as attribute name and value pairs separated by an equal sign (=). The attributes are:

       NAME
	      The  name  of  the product of which this subset is a member. This attribute has the same value as the NAME attribute defined for the
	      product in the product attributes section of the key file.

       DESC
	      The text description of the subset as given in the subset descriptor for this subset in the key file.

       NVOLS
	      Obsolete.

       MTLOC
	      A pair of integers separated by a colon (:).  These integers are used by the utility to find the subset on  tape	media.	The  first
	      number  is  the  volume  in  the	product  tape  set;  the second is the location within the volume. The values established for this
	      attribute by the utility are place holders. The values are later updated as the subset is being written to tape by the command.

       DEPS
	      The dependency list for this subset. The information for this list is taken from the subset descriptor in the key file.

       FLAGS
	      The flags value from the key file.

Examples
       Here are the contents of the control file for the subset:
	   NAME='ULTRIX/UWS T4.0 (RISC)'
	   DESC='Base System'
	   NVOLS=1:112
	   MTLOC=1:1
	   DEPS="."
	   FLAGS=1

See Also
       genra(1), gentapes(1), kits(1), stl_key(5), stl_tape(5), setld(8)
       Guide to Preparing Software for Distribution on ULTRIX Systems

																       stl_ctrl(5)

Check Out this Related 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)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

sort on multiple keys

Hello, Say I have a file with plain text as shown below. Some columns may have multiple words (like "DESC 1", "DESC 1 2", "DESC 1 2 3"). Let's say the file below has 4 columns: 1st(AA), 2nd(BB), 3rd(DESC 1, ...), 4th(CC 1, ...). 1234567890123456789012345678901234567890 AA BB DESC 1... (1 Reply)
Discussion started by: teqmem
1 Replies

2. UNIX for Dummies Questions & Answers

Total file size of a subset list

Hello! I'm trying to find out the total file size of a subset list in a directory. For example, I do not need to know the total file size of all the files in a directory, but I need to know what the total size is of say, "ls -l *FEB08*" in a directory. Is there any easy way of doing this? ... (3 Replies)
Discussion started by: tekster757
3 Replies

3. Shell Programming and Scripting

Helping in parsing subset of text from a big results file

Hi All, I need some help to effectively parse out a subset of results from a big results file. Below is an example of the text file. Each block that I need to parse starts with "reading sequence file 10.codon" (next block starts with another number) and ends with **p-Value(s)**. I have given... (1 Reply)
Discussion started by: Lucky Ali
1 Replies

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

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

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

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

8. UNIX for Dummies Questions & Answers

"menuconfig" utility in Linux

Hello All, I have a Kconfig file which contains configuration flags which will be set according to product.When you run "mconf" on Kconfig file you get a window where you can load default configuration file. My questions is that, Can we do this thing in shell script ? Is there... (1 Reply)
Discussion started by: anand.shah
1 Replies

9. UNIX for Dummies Questions & Answers

Awk: subset of fields as variable with sprint

(6 Replies)
Discussion started by: beca123456
6 Replies