2.4.3 TIME_WAIT setting

Normally, client applications that shut down correctly cause the socket to linger in a TIME_WAIT state. Verify that the TIME_WAIT entry is set to a reasonable duration. For example:

#ndd -set /dev/tcp tcp_time_wait_interval 60000This limits the socket TIME_WAIT state to 60 seconds.2.4.4 Large file support

To run Directory Server on HP-UX, you must enable large file support for the file system where the directory data is stored. By default, directory data is stored below the /var/opt/dirsrv directory. If large file support is not enabled for the file system for this directory, use the fsadm command to enable it. In the following example, the root of the file system for the /var/opt/ dirsrv directory is /var:

#fsadm -F vxfs -o largefiles /var

If the file system for the /var/opt/dirsrv directory does not support online administration, you must unmount the file system and specify the device file. For more information, see fsadm(1m).

14 System requirements