gtpo1m6g | Operations |
Use this command to do any of the following:
Requirements and Restrictions
Format
|
Attention: Use the BP option with caution to reinitialize the file system. After you initialize the file system you normally should not reinitialize the file system. The BP option will delete any existing files in the file system without cleaning up any system resources that are attached to those files. Other TPF processors should not use the file system while you are reinitializing the file system.
Use the ADD parameter to increase the number of #INODEand #FLOCK fixed file records in the file system. You must ensure that the FACE tables are compatible on all active TPF images.
Additional Information
ZFINT HELP
ZFINT ?
Examples
In the following example, the file system will be initialized when the TPF system reaches NORM state.
+--------------------------------------------------------------------------------+ |User: ZFINT ON | | | |System: FINT0001I 06.04.02 FILE SYSTEM INITIALIZATION PENDING | +--------------------------------------------------------------------------------+
In the following example, the file system will not be initialized when the TPF system reaches NORM state.
+--------------------------------------------------------------------------------+ |User: ZFINT OFF | | | |System: FINT0002I 07.14.01 FILE SYSTEM INITIALIZATION NOT PENDING | +--------------------------------------------------------------------------------+
The following example requests the status of the file system initialization indicator. The response indicates that the file system will not be initialized when the TPF system reaches NORM state.
+--------------------------------------------------------------------------------+ |User: ZFINT STATUS | | | |System: FINT0002I 08.21.03 FILE SYSTEM INITIALIZATION NOT PENDING | +--------------------------------------------------------------------------------+
In the following example, the number of #INODE and #IZERO fixed file records that are initialized is requested.
+--------------------------------------------------------------------------------+ |User: ZFINT USAGE | | | |System: FINT0017I 18.36.46 FILE SYSTEM CACHE SIZE: | | DIRECTORY CACHE 1797 INODE CACHE 1347 | | | | FINT0011I 18.36.46 490 OF 499 INODE AND 10 OF 10 IZERO RECORDS ARE IN US| +--------------------------------------------------------------------------------+
In the following example, no #INODE or #IZERO fixed file records are initialized; therefore, the file system is not initialized.
+--------------------------------------------------------------------------------+ |User: ZFINT USAGE | | | |System: FINT0012I 14.14.53 FILE SYSTEM NOT INITIALIZED | +--------------------------------------------------------------------------------+
In the following example, the file system directory cache is created and set to hold 200 000 entries. The #IZERO fixed file record will also be updated with the new value.
+--------------------------------------------------------------------------------+ |User: ZFINT DCache 200000 | | | |System: FINT0015I 14.14.53 FILE SYSTEM DIRECTORY CACHE CREATED | +--------------------------------------------------------------------------------+
Related Information