Enabling large file systems
/var/pd
and /var/psf
file systems. You should have at least 7 gigabytes of available hard drive space
to properly configure your system for large file support. - Log into the InfoPrint server as
root
. - Open a terminal window.
- Stop all InfoPrint related processes by using this command:
/usr/lpp/InfoPrint/install/bin/killprocs.ksh
Note: InfoPrint is capitalized. - Use this command to unmount the
/var/psf/segments
,/var/pd
, and/var/psf
file systems:umount <file system name>
Where<file system name>
is/var/psf/segments
,/var/psf
, or/var/pd
.Note: You need to umount/var/psf/segments
to umount/var/psf
. However, you do not need to large file enable/var/psf/segments
because the segment files are limited to a approximately to 5 megabytes in size by default. - Gather three pieces of information:
- File system size
- Volume group name
- Does the file system currently support large files?
- Issue this command:
lsfs -q <file system name>
Where<file system name>
is/var/pd
or/var/psf
. Check both of these file systems. If you seebf: false
in the response text, the file system is not large file enabled. If you seebf: true
in the response text, the file system is already large file enabled. However, continue with these steps to make sure that your file system is also large enough to support large file processing. - Find the volume group name:
- Look in the
Name
column on the far left of the window for the logical volume name for the file system. - Issue this command:
lslv <logical volume name>
Where
- Look in the