sys_attrs_autofs(5) File Formats Manual sys_attrs_autofs(5)NAME
sys_attrs_autofs - autofs subsystem attributes
DESCRIPTION
This reference page lists and describes attributes for the AutoFS (autofs) kernel subsystem. Refer to the sys_attrs(5) reference page for
an introduction to the topic of kernel subsystem attributes.
Specifies the duration (in seconds) that a file system is to remain mounted when not in use. This is analogous to the automount com-
mand's -tl option.
Default value: 300 (seconds)
Minimum value: 1
Maximum value: 100000000
Specifies the interval (in seconds) between attempts to unmount file systems that have exceeded their idle_timeout limit. This is
analogous to the automount command's -tw option.
Default value: 60 (seconds)
Minimum value: 1
Maximum value: 100000000
Specifies the duration (in seconds) for which a mount failure is cached, preventing a retry of the mount during this time.
Default value: 30 (seconds)
Minimum value: 0
Maximum value: 100000000
Specifies the maximum amount of time (in seconds) a process waits for an auto-mounted file system or subtree to become available.
Default value: 120 (seconds)
Minimum value: 1
Maximum value: 100000000
Specifies the amount of time (in seconds) the autofsd daemon waites for an individual NFS server to respond to a mount request.
Default value: 30 (seconds)
Minimum value: 0
Maximum value: 100000000
Specifies the size of the AutoFS hash table used to find all AutoFS directories and symlinks system-wide. The size is calculated at
boot time based upon the value of max_vnodes.
Default value: 32 (lists)
Minimum value: 32
Maximum value: 8192
SEE ALSO sys_attrs(5)
System Configuration and Tuning
sys_attrs_autofs(5)
Check Out this Related Man Page
sys_attrs_netrain(5) File Formats Manual sys_attrs_netrain(5)NAME
sys_attrs_netrain - netrain subsystem attributes
DESCRIPTION
This reference page lists and describes attributes for the Redundant Array of Independent Network adapters (NetRAIN) (netrain) kernel sub-
system. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes.
A value that enables (1) or disables (0) the logging of NetRAIN debug messages in syslog kern.log file.
Do not modify the default setting for this attribute unless instructed to do so by Compaq Computer Corporation support personnel or
by patch kit documentation.
Default value: 0 (disabled)
The number of NetRAIN devices allowed on the system. The first NetRAIN device is nr0.
Default value: 128 (devices)
Minimum value: 0
Maximum value: 512
The maximum nr device number is nr_maxdev - 1. For example, using the default value of 128, the maximum NetRAIN device number is
nr127.
The time interval or frequency between successive polls of a dead interface by the Network Interface Failure Finder (NIFF) traffic
monitor thread (nifftmt).
Default value: 6 (seconds)
Minimum value: 0
Maximum value: INT_MAX, or 2 billion
The total amount of time for the nifftmt thread routine to declare an interface dead (from the GREEN state to the DEAD state).
Default value: 10 (seconds)
Minimum value: 0
Maximum value: INT_MAX, or 2 billion
The time interval or frequency between successive reads of a NetRAIN interface's counters by the nifftmt thread when the network is
operating normally.
Default value: 4 (seconds)
Minimum value: 0
Maximum value: INT_MAX, or 2 billion
SEE ALSO sys_attrs(5)
Network Administration
sys_attrs_netrain(5)
I apologize for the simple question but can someone please help me with how to evaluate a number?
I will be reading in a file and if a number is >= 100000000, I will do something, if not, I will exit the if statement.
Thanks in advance (1 Reply)
Any sleek way to convert seconds to hh:mm:ss format .
I know it can be done by mod and divide . Looking for a one liner if possible .
Example
3600 seconds = 01:00:00
3601 seconds = 01:00:01 (2 Replies)
Hi,
How can I print the time in seconds(only). I have get the execution time of a script. Now I want the duration in seconds. How can I do it?
Thanks in advance (4 Replies)
Hello everyone,
I am trying to write a script that will accomplish the following:
- query current system time and store result into a variable
- wait for some amount of time, say 300 seconds
- reset system time to earlier queried time + 1 second
I did some basic shell scripting (CSH... (11 Replies)
Hi Guys,
I would like to hear some comments about enabling Interpolicy Maximum at the LV level. I heard that when using PP striping on AIX the I/O performance get a big boost. Also the filesystem on top of these LV's/VG are hosting Databases (oracle). Your comments and any advise that you can... (5 Replies)
Here's my challenge. I have a RedHat7 machine running a statistical software package. It needs to NFS-mount directories from a Windows 2008R2 machine. The RH7 machine uses MSAD (Microsoft Active Directory) to handle authentication of people connecting via SSH. AD is on a separate 2008R2 machine.... (5 Replies)
Hi, can anyone provide more details to why an audio file's duration is seen as 10 seconds on unix and 9 seconds on windows
Read about windows MFT rounding down to nearest seconds, is there any article on unix rounding up?
thanks in advance (1 Reply)