On HP-UX, large file support needs to be enabled for both the volume hosting a repository and the user starting the EMSRV process. When creating a filesystem, ensure that the argument -o largefiles is used with newfs.
To set the limits for the user starting the EMSRV process, specify the number of 512 byte blocks as arguments on the -Hf and -Sf options of the ulimit command. Use the following commands to enable repositories up to 16 GB in size:
ulimit -Hf 33554432 ulimit -Sf unlimited
With large file support, EMSRV for HP-UX supports a maximum repository size of 16 GB on VxFS volumes.