Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Expand POSIX file systems

&pagelevel(4)&pagelevel

Identification line: [ExpandFileSystem]

Statement line: <file>;<size>

Meanings of the terms:

<file>BS2000 file name of the container file
<size>Size of the expansion

This statement is only executed for file systems which can be unmounted or are not mounted. In order to expand root and var file systems, for example, the POSIX subsystem must be terminated as these file systems cannot be unmounted during ongoing operation.

Example

#
# Batch installation file 
#
[ExpandFileSystem]                  # Expand POSIX file systems
# <file>;<size>
# Expand root file system by 10,000 PAM pages
$SYSROOT.FS.ROOT;10000 
# Expand var file system by 20,000 PAM pages
$SYSROOT.FS.VAR;20000