FSTORE(5,F) AIX Technical Reference FSTORE(5,F) ------------------------------------------------------------------------------- fstore PURPOSE Maps fstore bit patterns to CPU types. DESCRIPTION The fstore file explicitly maps fstore bit patterns to CPU types. This permits a convenient naming convention for controlling the replication of files in a system-replicated file system such as the root file system using the chfstore command. The fstore file is an ASCII file composed of entries that are position-dependent and have the following format: "pattern:0:CPU-type" Each entry is delimited by a new-line. There are no limits imposed on the number of entries within the fstore file. The second field is reserved for future use. The remaining fields of an entry are: pattern This is an octal integer representing the fstore bit pattern. 0 Reserved. CPU-type This is the ASCII string for the CPU type corresponding to this fstore bit pattern. This string matches the CPU type string found in /etc/site. This file is used by the where command to make inferences about file systems which are not currently mounted anywhere in the cluster. FILE /etc/fstore RELATED INFORMATION In this book: "chfstore." The chfstore and where commands in the AIX Operating System Commands Reference. Processed November 7, 1990 FSTORE(5,F) 1