xref: /original-bsd/usr.sbin/amd/amq/amq.8 (revision 2ca53284)
$Id: amq.8,v 5.2 90/06/23 22:21:16 jsp Rel $
Copyright (c) 1990 Jan-Simon Pendry
Copyright (c) 1990 Imperial College of Science, Technology & Medicine
Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

This code is derived from software contributed to Berkeley by
Jan-Simon Pendry at Imperial College, London.

%sccs.include.redist.man%

@(#)amq.8 5.1 (Berkeley) 06/29/90

AMQ 8 ""
NAME
amq - automounter query tool
SYNOPSIS
amq [ -h " hostname" ] [ -f ] [ -m ] [ -s ] [ -u ] [ directory ] .\|.\|.
DESCRIPTION
Amq provides a simple way of determining the current state of amd program. Communication is by RPC. Three modes of operation are supported by the current protocol. By default a list of mount points and auto-mounted filesystems is output. An alternative host can be specified using the -h option.

If directory names are given, as output by default, then per-filesystem information is displayed.

OPTIONS
The -h option specifies an alternate host to query. By default the local host is used. In an HP-UX cluster, the root server is queried by default, since that is the system on which the automounter is normally run.

The -f option asks the automounter to flush the internal mount map cache. The -m option asks the automounter to provide a list of mounted filesystems, including the number of references to each filesystem and any error which occured while mounting. The -s option asks the automounter to provide system-wide mount statistics.

The -u option asks the automounter to unmount the named filesystems instead of providing information about them. Unmounts are requested, not forced. They merely cause the mounted filesystem to timeout, which will be picked up by amd 's main scheduler thus causing the normal timeout action to be taken.

FILES

0

20 amq.x RPC protocol description.

CAVEATS
Amq uses a Sun registered RPC program number (300019 decimal) which may not be in the /etc/rpc database.
"SEE ALSO"
amd (8)
AUTHOR
Jan-Simon Pendry <jsp@doc.ic.ac.uk>, Department of Computing, Imperial College, London, UK.