HP-UX 11i
19
Parameter
Setting
nkthread
1328
max_thread_proc
512
maxuser
64
maxuprc
512
nproc
750
Table 2.6. HP-UX 11i Kernel Parameters
2.2.3.2.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 60000
This limits the socket
TIME_WAIT
state to 60 seconds.
2.2.3.2.4. Large File Support
To run Directory Server on HP-UX, you must enable large file support.
1. Unmount the filesystem using the
umount
command.
umount /export
2. Create the large filesystem.
fsadm -F vxfs -o largefiles /dev/vg01/rexport
3. Remount the filesystem.
/usr/sbin/mount -F vxfs -o largefiles /dev/vg01/export
2.2.3.2.5. DNS Requirements
It is very important that DNS and reverse DNS be working correctly on the host machine, especially if
you are using TLS/SSL or Kerberos with Directory Server.
Configure the DNS resolver and the NIS domain name by the modifying the
/etc/resolv.conf
,
/
etc/nsswitch.conf
, and
/etc/netconfig
files, and set the DNS resolver for name resolution.
Edit the
/etc/defaultdomain
file to include the NIS domain name. This ensures that the fully-
qualified host and domain names used for the Directory Server resolve to a valid IP address and that
that IP address resolves back to the correct hostname.
Then, reboot the HP-UX machine to apply these changes.