Consultor Eletrônico



Kbase P102790: How to enable HP-UX Large File Support
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to enable HP-UX Large File Support.

FACT(s) (Environment):

HP-UX 11.0
HP-UX 11i
HP-UX

FIX:

By default large files are not supported on HP-UX.
In order to create large files, larger than 2G, on HP-UX system, a HFS file system must be enabled to contain large files.
This can be accomplished as root by the following steps:

1. Unmount the volume.
/usr/sbin/umount <path name>
ex: /usr/sbin/umount
ewdisk

2. Configure the volume to contain large files
fsadm -F hfs -o largefiles <volume name>
ex: fsadm -F hfs -o largefiles /dev/vg00/lvol1

3. Mount volume back to be able to create large files.
/usr/sbin/mount -F hfs -o largefiles <volume name> <path name>
ex: /usr/sbin/mount -F hfs -o largefiles /dev/vg00/lvol1
ewdisk