• Several commands are obsolete in HP-UX 11i v2: — config—configure and build an HP-UX system. — kmadmin—kernel module administration. — kminstall—add, delete, update the installation of a kernel module. — kmmodreg—register or unregister loadable kernel modules with the running kernel. — kmsystem—set, query planned configuration attributes of kernel modules. — kmupdate—update default kernel, or update specified kernel modules. — Deprecated Commands — kmtune—this now calls kctune. — kmpath—this now calls kcpath. — mk_kernel—this is now a script that calls kconfig. • Several new commands are added in HP-UX 11i v2: — kconfig—used for managing kernel configurations. — kctune—used for managing tunable kernel tunables (tunables). — kcmodule—used for managing the states of kernel modules — kclog—used for viewing the contents of the kernel configuration log. — kcpath—used by scripts to determine the path of the running kernel. • Several tunables have been obsoleted and new ones added — Obsolete Tunables — shmem — sema — mesg — maxusers — New Tunables — fs_symlinks (5) - Maximum number of symbolic links used to resolve a path name — aio_proc_threads (5) - Maximum number of process threads allowed in AIO pool — aio_monitor_run_sec (5) - Frequency of AIO thread pool monitor execution (in seconds) — aio_proc_thread_pct (5) - Percentage of all process threads allowed in AIO pool — aio_req_per_thread (5) - Desirable ratio between number of pending AIO requests and servicing threads — Tunables Made Dynamic — nfile (5) - maximum number of open files (system-wide) — nflocks (5) - maximum number of file locks — dbc_min_pct (5) - minimum percentage of memory used for caching file I/O data and metadata — dbc_max_pct (5) - maximum percentage of memory used for caching file I/O data and metadata — aio_max_ops (5) - maximum number of POSIX async I/O operations that can be queued at any time — aio_listio_max (5) - the maximum number of POSIX asynchronous I/O operations that can be specified in a listio() call — aio_prio_delta_max (5) - greatest delta (slowdown factor) allowed in POSIX async IO request priorities