Main index | Section 8 | 日本語 | Options |
The
amq
utility
provides a simple way of determining the current state of the
amd(8)
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 file systems is output.
An
alternative host can be specified using the
If directory names are given, as output by default, then per file system information is displayed.
| ||
Ask the automounter to flush the internal caches and reload all the maps. | ||
| ||
Specify 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. | ||
| ||
Print information about the mount maps. | ||
| ||
Tell amd(8) to use log_file as the log file name. For security reasons, this must be the same log file which amd(8) used when started. This option is therefore only useful to refresh amd open file handle on the log file, so that it can be rotated and compressed via daily cron jobs. | ||
| ||
Ask the automounter to provide a list of mounted file systems, including the number of references to each file system and any error which occurred while mounting. | ||
| ||
Return the process ID of the remote or locally running amd(8). Useful when you need to send a signal to the local amd(8) process, and would rather not have to search through the process table. This option is used in the ctl-amd script. | ||
| ||
Suppress error messages produced when attempting synchronous unmounts with the -u option. | ||
| ||
Ask the automounter to provide system-wide mount statistics. | ||
| ||
Ask the automounter to unmount the file systems named in directory instead of providing information about them. Unmounts are requested, not forced. They merely cause the mounted file system to timeout, which will be picked up by amd main scheduler thus causing the normal timeout action to be taken. If the -u option is repeated, amq will attempt to unmount the file system synchronously by waiting until the timeout action is taken and returning an error if the unmount fails. Any error messages produced may be suppressed with the -q option. | ||
| ||
Ask the automounter for its version information. This is a subset of the
information output by
amd(8)'s
| ||
| ||
Translate a full pathname as returned by getcwd(3) into a short amd(8) pathname that goes through its mount points. This option requires that amd(8) is running. | ||
| ||
Ask the automounter to use the logging options specified in log_options from now on. Note that the "fatal" and "error" options cannot be turned off. | ||
| ||
-D debug_options Ask the automounter to use the debugging options specified in debug_options from now on. | ||
| ||
Display short usage message. | ||
| ||
Contact an alternate running amd(8) that had registered itself on a different RPC program_number and apply all other operations to that instance of the automounter. This is useful when you run multiple copies of amd(8), and need to manage each one separately. If not specified, amq will use the default program number for amd(8), 300019. For security reasons, the only alternate program numbers amd(8) can use range from 300019 to 300029, inclusive. | ||
| ||
Contact amd(8) using the TCP transport only. Normally amq will try TCP, and if that failed, will try UDP. | ||
| ||
Contact amd(8) using UDP (connectionless) transport only. Normally amq will try TCP, and if that failed, will try UDP. | ||
amq.x | RPC protocol description. |
If the TCP wrappers library is available, and the use_tcpwrappers global amd.conf(5) option is set to "yes", then amd(8) will verify that the host running amq is authorized to connect. The "amd" service name must be used in the /etc/hosts.allow and /etc/hosts.deny files. For example, to allow only localhost to connect to amd(8), add this line to /etc/hosts.allow:
amd: localhost
and this line to /etc/hosts.deny:
amd: ALL
"am-utils" info(1) entry.
Linux NFS and Automounter Administration, ISBN 0-7821-2739-8, Sybex, 2001.
,Amd \- The 4.4 BSD Automounter,
Erez Zadok <ezk@cs.sunysb.edu>, Computer Science Department, Stony Brook University, Stony Brook, New York, USA.
Other authors and contributors to am-utils are listed in the AUTHORS file distributed with am-utils.
AMQ (8) | August 31, 2016 |
Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
— The Unix Haters' handbook |