1*d002581cSYuri Pankov.\" 2*d002581cSYuri Pankov.\" The contents of this file are subject to the terms of the 3*d002581cSYuri Pankov.\" Common Development and Distribution License (the "License"). 4*d002581cSYuri Pankov.\" You may not use this file except in compliance with the License. 5*d002581cSYuri Pankov.\" 6*d002581cSYuri Pankov.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 7*d002581cSYuri Pankov.\" or http://www.opensolaris.org/os/licensing. 8*d002581cSYuri Pankov.\" See the License for the specific language governing permissions 9*d002581cSYuri Pankov.\" and limitations under the License. 10*d002581cSYuri Pankov.\" 11*d002581cSYuri Pankov.\" When distributing Covered Code, include this CDDL HEADER in each 12*d002581cSYuri Pankov.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE. 13*d002581cSYuri Pankov.\" If applicable, add the following below this CDDL HEADER, with the 14*d002581cSYuri Pankov.\" fields enclosed by brackets "[]" replaced with your own identifying 15*d002581cSYuri Pankov.\" information: Portions Copyright [yyyy] [name of copyright owner] 16*d002581cSYuri Pankov.\" 17*d002581cSYuri Pankov.\" 18*d002581cSYuri Pankov.\" Copyright 1989 AT&T 19*d002581cSYuri Pankov.\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved 20*d002581cSYuri Pankov.\" Copyright 2016 Nexenta Systems, Inc. 21*d002581cSYuri Pankov.\" 22*d002581cSYuri Pankov.Dd March 1, 2016 23*d002581cSYuri Pankov.Dt AUTOMOUNTD 1M 24*d002581cSYuri Pankov.Os 25*d002581cSYuri Pankov.Sh NAME 26*d002581cSYuri Pankov.Nm automountd 27*d002581cSYuri Pankov.Nd autofs mount/unmount daemon 28*d002581cSYuri Pankov.Sh SYNOPSIS 29*d002581cSYuri Pankov.Nm 30*d002581cSYuri Pankov.Op Fl nTv 31*d002581cSYuri Pankov.Op Fl D Ar name Ns = Ns Ar value 32*d002581cSYuri Pankov.Sh DESCRIPTION 33*d002581cSYuri Pankov.Nm 34*d002581cSYuri Pankovis an RPC server that answers file system mount and unmount requests from the 35*d002581cSYuri Pankov.Nm autofs 36*d002581cSYuri Pankovfile system. It uses local files or name service maps to locate file systems to 37*d002581cSYuri Pankovbe mounted. These maps are described with the 38*d002581cSYuri Pankov.Xr automount 1M 39*d002581cSYuri Pankovcommand. 40*d002581cSYuri Pankov.Pp 41*d002581cSYuri PankovIf 42*d002581cSYuri Pankov.Nm automount 43*d002581cSYuri Pankovfinds any non-trivial entries in either the local or distributed automount maps 44*d002581cSYuri Pankovand if the daemon is not running already, the 45*d002581cSYuri Pankov.Nm 46*d002581cSYuri Pankovdaemon is automatically invoked by 47*d002581cSYuri Pankov.Xr automount 1M . 48*d002581cSYuri Pankov.Nm 49*d002581cSYuri Pankovenables the svc:/network/nfs/nlockmgr service 50*d002581cSYuri Pankov.Pq Xr lockd 1M , 51*d002581cSYuri Pankovand the svc:/network/nfs/status service 52*d002581cSYuri Pankov.Pq Xr statd 1M , 53*d002581cSYuri Pankovif NFS mounts need to be done. 54*d002581cSYuri Pankov.Sh OPTIONS 55c10c16deSRichard LoweThe following options are supported: 56*d002581cSYuri Pankov.Bl -tag -width Ds 57*d002581cSYuri Pankov.It Fl D Ar name Ns = Ns Ar value 58*d002581cSYuri PankovAssign 59*d002581cSYuri Pankov.Ar value 60*d002581cSYuri Pankovto the indicated 61*d002581cSYuri Pankov.Nm automount 62*d002581cSYuri Pankovmap substitution variable. These assignments cannot be used to substitute 63*d002581cSYuri Pankovvariables in the master map 64*d002581cSYuri Pankov.Sy auto_master . 65*d002581cSYuri Pankov.It Fl n 66*d002581cSYuri PankovTurn off browsing for all 67*d002581cSYuri Pankov.Nm autofs 68*d002581cSYuri Pankovmount points. This option overrides the 69*d002581cSYuri Pankov.Sy -browse 70*d002581cSYuri Pankov.Nm autofs 71*d002581cSYuri Pankovmap option on the local host. 72*d002581cSYuri Pankov.It Fl T 73*d002581cSYuri PankovTrace. Expand each RPC call and display it on the standard output. 74*d002581cSYuri Pankov.It Fl v 75c10c16deSRichard LoweVerbose. Log status messages to the console. 76*d002581cSYuri Pankov.El 77*d002581cSYuri Pankov.Sh USAGE 78*d002581cSYuri PankovSee 79*d002581cSYuri Pankov.Xr largefile 5 80*d002581cSYuri Pankovfor the description of the behavior of 81*d002581cSYuri Pankov.Nm 82*d002581cSYuri Pankovwhen encountering files greater than or equal to 2 Gbyte 83*d002581cSYuri Pankov.Pq 2^31 bytes . 84*d002581cSYuri Pankov.Sh FILES 85*d002581cSYuri Pankov.Bl -tag -width Ds 86*d002581cSYuri Pankov.It Pa /etc/auto_master 87c10c16deSRichard LoweMaster map for automounter. 88*d002581cSYuri Pankov.El 89*d002581cSYuri Pankov.Sh SEE ALSO 90*d002581cSYuri Pankov.Xr svcs 1 , 91*d002581cSYuri Pankov.Xr automount 1M , 92*d002581cSYuri Pankov.Xr svcadm 1M , 93*d002581cSYuri Pankov.Xr autofs 4 , 94*d002581cSYuri Pankov.Xr attributes 5 , 95*d002581cSYuri Pankov.Xr largefile 5 , 96*d002581cSYuri Pankov.Xr smf 5 97*d002581cSYuri Pankov.Sh NOTES 98*d002581cSYuri PankovThe 99*d002581cSYuri Pankov.Nm 100*d002581cSYuri Pankovservice is managed by the service management facility, 101*d002581cSYuri Pankov.Xr smf 5 , 102*d002581cSYuri Pankovunder the service identifier: 103*d002581cSYuri Pankov.Bd -literal -offset indent 104c10c16deSRichard Lowesvc:/system/filesystem/autofs 105*d002581cSYuri Pankov.Ed 106*d002581cSYuri Pankov.Pp 107c10c16deSRichard LoweAdministrative actions on this service, such as enabling, disabling, or 108*d002581cSYuri Pankovrequesting restart, can be performed using 109*d002581cSYuri Pankov.Xr svcadm 1M . 110*d002581cSYuri PankovThe service's status can be queried using 111*d002581cSYuri Pankov.Xr svcs 1 . 112*d002581cSYuri PankovIf it is disabled, it is enabled by 113*d002581cSYuri Pankov.Xr automount 1M 114*d002581cSYuri Pankovunless the 115*d002581cSYuri Pankov.Sy application Ns / Ns Sy auto_enable 116*d002581cSYuri Pankovproperty is set to 117*d002581cSYuri Pankov.Sy false . 118