|
alwaysdump(5) -- defines which classes of kernel memory pages are dumped when a kernel panic occurs
|
On large systems, the time required to dump system memory when a kernel panic occurs can be excessive or even prohibitive, depending on how much physical memory is installed in the system. Fast-dump capabilities controlled by the dontdump and alwaysdump parameters Hewlett-Packard Company - 1 - HP-UX 11i Version 2: Sep 2004 alwaysdump(5) alwaysdump(5) Tunable Kernel Parameters provide a means for r... |
aries(5) -- family running HP-UX
|
Aries is a dynamic binary emulator which transparently emulates 32-bit and 64-bit PA-RISC HP-UX applications on Itanium-based HP-UX machines. The name ARIES expands to Automatic utomatic Recompilation and ecompilation and Integrated ntegrated Environment nvironment Simulation. Aries is transparent in the sense that: + The PA-RISC HP-UX application is not re-compiled. + The user does not explicitly... |
|
Aries(5) -- emulate PA-RISC HP-UX applications on Itanium-based processor
|
Aries is a dynamic binary emulator which transparently emulates 32-bit and 64-bit PA-RISC HP-UX applications on Itanium-based HP-UX machines. The name ARIES expands to Automatic utomatic Recompilation and ecompilation and Integrated ntegrated Environment nvironment Simulation. Aries is transparent in the sense that: + The PA-RISC HP-UX application is not re-compiled. + The user does not explicitly... |
ascii(5) -- map of ASCII character set
|
The /usr/share/lib/pub/ascii file provides a map of the ASCII character set, giving both octal and hexadecimal equivalents of each character. The file contains the following text: |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel| |010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si | |020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb| |030 can|031 em |032 s... |
audio(5) -- audio tools available through HP VUE
|
This man-page describes the audio tools available through HP VUE for playing, recording, and editing sound. These include Audio Setup, Audio Security, Audio Editor, Audio Control Panel, Audio File and Data Formats, and Audio Library. Audio(5) also provides information on using other audio tools from the HP-UX command line. |
Audio(5) -- audio tools available through HP VUE
|
This man-page describes the audio tools available through HP VUE for playing, recording, and editing sound. These include Audio Setup, Audio Security, Audio Editor, Audio Control Panel, Audio File and Data Formats, and Audio Library. Audio(5) also provides information on using other audio tools from the HP-UX command line. |
audit(5) -- introduction to HP-UX Auditing System
|
The purpose of the auditing system is to record instances of access by subjects to objects and to allow detection of any (repeated) attempts to bypass the protection mechanism and any misuses of privileges, thus acting as a deterrent against system abuses and exposing potential security weaknesses in the system. |
aud_audit_events(5) -- Auditable events for the audit services
|
Code is in place for auditing audit service-significant events. Among these events are: + Administrative operations These are subdivided into modify and query operations. + Filter operations These are subdivided into modify and query operations. Event class definitions, together with filters, control the auditing execution at these code points. Filters can be updated dynamically. Filter files are ... |
bufcache_max_pct(5) -- TO BE OBSOLETED
|
These tunables, traditionally used for sizing a static buffer cache, are deprecated. The recommended way to configure a static buffer cache is to set the tunables dbc_min_pct and dbc_max_pct to the same value. Please refer to dbc_min_pct(5) and dbc_max_pct(5), or consult HP support for more information. Note that bufpages and nbuf were specified in units of 4K physical pages, and dbc_min_pct and d... |
bufpages(5) -- TO BE OBSOLETED
|
These tunables, traditionally used for sizing a static buffer cache, are deprecated. The recommended way to configure a static buffer cache is to set the tunables dbc_min_pct and dbc_max_pct to the same value. Please refer to dbc_min_pct(5) and dbc_max_pct(5), or consult HP support for more information. Note that bufpages and nbuf were specified in units of 4K physical pages, and dbc_min_pct and d... |
chanq_hash_locks(5) -- size of hashed pool of spinlocks protecting the channel queue hash tables
|
This tunable should NOT be changed. The default value is the best choice for optimal system performance. This tunable controls the size of a pool of spinlocks (kernel data structures used for synchronization) that also protect channel queues. A very small value increases the probability of collisions in the channel queue hash tables and degrading performance. Very large values are unnecessary. Who... |
complex(5) -- complex functions and macros
|
This file contains declarations of all the functions in the Complex Library (described in Section (3M)). It defines the types extended The Itanium-based system 80-bit double-extended type. quad An IEEE 754-compliant, 128-bit floating-point type. On HP-UX, quad is a synonym for long double. It defines the macros complex Expands to _Complex, a keyword designating complex types. imaginary Expands to ... |
core_addshmem_read(5) -- determines the inclusion of readable shared memory in a process core dump
|
The core_addshmem_read tunable was added in response to a problem where a customer was limited in debugging a user-level process crash because shared memory segments were not written as part of the core file. Upon core dump, the sections of user memory labeled as shared readonly are written (along with the normal data sections) if this tunable is set to 1 (on), and left out if it is set to 0 (off)... |
core_addshmem_write(5) -- determines the inclusion of read/write shared memory in process core dump
|
The core_addshmem_write tunable was added in response to a problem where a customer was limited in debugging a user-level process crash because shared memory segments were not written as part of the core file. Upon core dump, the sections of user memory labeled as shared readwrite are written (along with the normal data sections) if this tunable is set to 1 (on), and left out if it is set to 0 (of... |
create_fastlinks(5) -- configure the system to use fast symbolic links
|
When create_fastlinks is nonzero, it causes the system to create HFS symbolic links in a manner that reduces the number of disk-block accesses by one for each symbolic link in a path name lookup. This involves a slight change in the HFS disk format, which makes any disk formatted for fast symbolic links unusable on Series 700 systems prior to HP-UX Release 9.0 and Series 800 systems prior to HP-UX... |