Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

acctresume(5) [hpux man page]

acctsuspend(5)							File Formats Manual						    acctsuspend(5)

NAME
acctsuspend, acctresume - suspend and resume accounting when available disk space reaches threshold VALUES
Failsafe Default. Default acctsuspend: acctresume: Allowed values acctresume: acctsuspend: Recommended values acctsuspend: acctresume: (But more than acctsuspend) DESCRIPTION
The and tunables control when accounting stops and resumes due to disk space constraints. When free disk space on the file system being used by accounting reaches the suspension threshold, which is the percentage relative to the percentage of disk space available only to the superuser, accounting is suspended until such time as the free disk space reaches the resumption threshold, which is the percentage rela- tive to the percentage of disk space available only to the superuser. Note: Since the and values are specified relative to the percentage of disk space available only to the superuser, negative values of these parameters can make sense. For example, if the superuser has reserved 10 percent of the disk space on the file system at file system creation time, and acctsuspend is -5 and acctresume is 0, the suspension threshold will be 5 percent of the total disk space and the resumption threshold will be 10 percent of the total disk space. Who Is Expected to Change This Tunable? Anyone using accounting. Restrictions on Changing Changes to this tunable take effect at the next reboot. When Should the Value of This Tunable Be Raised? Increasing either variable should be considered when it is necessary to maintain a higher percentage of free space on the accounting filesystem. What Are the Side Effects of Raising the Value of This Tunable? The higher either value is, the less accounting data may be captured. The further the values are separated, the greater the amount of potentially lost accounting data. When Should the Value of This Tunable Be Lowered? If additional disk space is needed for accounting data, and it cannot be obtained by moving files off of the filesystem, then the value of should be lowered. What Are the Side Effects of Lowering the Value of This Tunable? Filesystem performance (writing accounting records) decreases as the filesystem fills up. In turn, this will decrease the overall perfor- mance of accounting processes. What Other Tunables Should Be Changed at the Same Time? When changing either of these tunables, both should be considered. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
and were developed by HP. SEE ALSO
accton(1M). Tunable Kernel Parameters acctsuspend(5)

Check Out this Related Man Page

max_async_ports(5)						File Formats Manual						max_async_ports(5)

NAME
max_async_ports - maximum number of asynchronous disk ports that can be open at any time VALUES
Failsafe Default Allowed values Recommended values There is no recommended value for this tunable. The number of processes that will be accessing the driver simultaneously can be used as a guideline to set a value. DESCRIPTION
The asynchronous disk driver provides an interface to execute high-performance I/O to the raw disk. Instead of reading or writing directly to the raw disk, a process writes requests to the asynchronous driver which then makes appropriate calls to the disk driver. Every process that opens the asynchronous disk driver is assigned a port. The driver uses the port to keep track of I/O and other internal resources for that process. The number of opens to the asynchronous disk driver is limited by the number of available ports. Who Is Expected to Change This Tunable? Anyone. Restrictions on Changing Changes to this tunable take effect immediately if the new value is allowed; otherwise the change takes effect at next boot. Increases within the allowed range are always accepted immediately. Decreases in the value may take effect immediately, or may be deferred until next boot depending on the current number of ports in use or the maximum number of ports ever used. When Should the Value of This Tunable Be Raised? When the number of processes opening the driver needs to be more than the current value of the tunable. What Are the Side Effects of Raising the Value of This Tunable? The resources for the port are allocated from the kernel memory. Setting a higher value would result in the driver using slightly more kernel memory. Other kernel components which may need kernel memory could suffer. However, the amount of memory reserved for each port is low. Only when a new port is actually issued does any significant amount of memory get consumed. When Should the Value of This Tunable Be Lowered? There should be no real need to lower the value of the tunable. However, if many processes are opening the async driver and allocating ports, then lowering the value will put a cap on the maximum number of ports that can be allocated and will put a cap on the maximum amount of memory that the driver may allocate. What Are the Side Effects of Lowering the Value of This Tunable? The number of simultaneous opens are limited by this tunable. This may impact the performance of applications that need to have a higher number of processes accessing the driver. What Other Tunables Should Be Changed at the Same Time? None. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. Tunable Kernel Parameters max_async_ports(5)
Man Page