GGATEC(8) | MidnightBSD System Manager's Manual | GGATEC(8) |
ggatec
— GEOM Gate
network client and control utility
ggatec |
create [-n ]
[-v ] [-o
ro | wo |
rw ] [-p
port] [-q
queue_size] [-R
rcvbuf] [-S
sndbuf] [-s
sectorsize] [-t
timeout] [-u
unit] host
path |
ggatec |
rescue [-n ]
[-v ] [-o
ro | wo |
rw ] [-p
port] [-R
rcvbuf] [-S
sndbuf] -u
unit host
path |
ggatec |
destroy [-f ]
-u unit |
ggatec |
list [-v ]
[-u unit] |
The ggatec
utility is a network client for
the GEOM Gate class. It is responsible for the creation of
ggate
devices and forwarding I/O requests between
the GEOM Gate
kernel subsystem and the
ggated(8) network daemon.
Available commands:
create
ggate
provider for the specified remote file or device.rescue
ggatec
process
has died or been killed. The new connection to the
ggated(8) daemon
handles pending and future requests.destroy
ggate
provider.list
ggate
providers.Available options:
-f
ggate
provider (cancels all
pending requests).-n
TCP_NODELAY
option on TCP sockets.-o
ro
|
wo
|
rw
ro
), write-only (wo
), or
read-write (rw
). Default is
rw
.-p
port-q
queue_size-R
rcvbuf-S
sndbuf-s
sectorsizeggate
provider. If not specified,
it is taken from the device, or set to 512 bytes for files.-t
timeout-u
unit-v
Exit status is 0 on success, or 1 if the command fails. To get
details about the failure, ggatec
should be called
with the -v
option.
Use a CD-ROM device on a remote host.
server# cat /etc/gg.exports client RO /dev/cd0 server# ggated client# ggatec create -o ro server /dev/cd0 ggate0 client# mount_cd9660 /dev/ggate0 /cdrom
The ggatec
utility appeared in
FreeBSD 5.3.
The ggatec
utility as well as this manual
page was written by Pawel Jakub Dawidek
<pjd@FreeBSD.org>.
September 8, 2016 | midnightbsd-3.1 |