Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sys_attrs_autofs(5) [osf1 man page]

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)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Maximum number of threads per user

Anybody knows how to setup Maximum number of threads per user or some other value on Sun Solaris 8. (1 Reply)
Discussion started by: s_aamir
1 Replies

2. UNIX for Dummies Questions & Answers

evaluating for a number

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)
Discussion started by: hedrict
1 Replies

3. UNIX for Dummies Questions & Answers

seconds to hh:mm:ss

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)
Discussion started by: akrathi
2 Replies

4. UNIX for Dummies Questions & Answers

Maximum Command Length

What is the maximum size of a command which can be given in telnet command prompt in unix? (2 Replies)
Discussion started by: miltony
2 Replies

5. Shell Programming and Scripting

Regarding time

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)
Discussion started by: sendhilmani
4 Replies

6. Programming

How to get time since last boot?

How do I get the number of tics or seconds since the last boot? How do I convert tics to seconds? Thanks, Siegfried (3 Replies)
Discussion started by: siegfried
3 Replies

7. UNIX for Dummies Questions & Answers

Maximum size of a file in unix

What's the maximum file size supported by unix. (3 Replies)
Discussion started by: nagalenoj
3 Replies

8. Shell Programming and Scripting

Script to adjust system time

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)
Discussion started by: xaiu
11 Replies

9. AIX

Defining LV's with the Interpolicy Maximum option

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)
Discussion started by: hariza
5 Replies

10. Red Hat

NFS, AD, AutoFS

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)
Discussion started by: cjhilinski
5 Replies

11. UNIX for Beginners Questions & Answers

Mp3 duration rounded up to nearest seconds

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)
Discussion started by: wsps1750
1 Replies