Man page - gfhost(1)
Packages contas this manual
- gfgetfacl(1)
- gfsched(1)
- gfwhere(1)
- gfstatus(1)
- gfprep(1)
- gfls(1)
- gffindxmlattr(1)
- gfrm(1)
- gfcksum(1)
- gfquota(1)
- gfstat(1)
- gfuser(1)
- gfncopy(1)
- gfhostgroup(1)
- gfdf(1)
- gfarmbb(1)
- gflsof(1)
- gfdirquota(1)
- gfsudo(1)
- gfrep(1)
- gfchgrp(1)
- gfexport(1)
- gfln(1)
- gftest(1)
- gfmv(1)
- gfedquota(1)
- gfkey(1)
- gfrmdir(1)
- gfxattr(1)
- gfreg(1)
- gfwhoami(1)
- gfquotacheck(1)
- gfservice(1)
- gfchmod(1)
- gfgroup(1)
- gfpcopy(1)
- gfchown(1)
- gfmdhost(1)
- gfusage(1)
- gfmkdir(1)
- gfsetfacl(1)
- gfhost(1)
apt-get install gfarm-client
Available languages:
en jaManual
| GFHOST(1) | Gfarm | GFHOST(1) |
NAME
gfhost - Gfarm filesystem node management command
SYNOPSIS
gfhost [-H | -l | -M] [-iLprUv] [-P path] [-a architecture] [-D domain-name] [-j concurrency] [hostname...]
gfhost -c [-P path] -a architecture -p port-number [-n number-of-CPUs] [-f flags] hostname
gfhost -m [-P path] [-a architecture] [-p port-number] [-n number-of-CPUs] [-f flags] hostname
gfhost -d [-P path] hostname...
gfhost -R [-P path]
DESCRIPTION
gfhost displays the information of filesystem nodes. It also registers a new filesystem node, and modifies and deletes the registered information.
The function of gfhost is determined by the option, -c, -m, -d, -H, -l, -M, and -R. These functions are mutually exclusive, and only one option among them can be specified. If none of them is specified, filesystem nodes will be listed, which is the default function of gfhost.
FUNCTIONS
The Gfarm filesystem manages filesystem nodes at the gfmd metadata server. The -c option registers a new filesystem node. The -m option modifies the registered information. The -d option removes an entry of the filesystem node and related file metadata. The -R option restores the dumped information of filesystem nodes, which is obtained by the -M option. These operations require gfarmadm privilege.
The -H, -l, -M, or no functional option is specified, gfhost displays filesystem node information. The -M lists the registered information of filesystem nodes at the gfmd metadata server. Other options access gfsd filesystem daemon to obtain more information and also to check the accessibility to a filesystem node. The -i, -j, -U and -v options are available.
When hostnames of filesystem nodes are not specified, all registered hosts will be displayed, but you can limit the type of hosts displayed by the -a and/or -D option. By default, hosts are displayed in alphabetical order, but you can change this by the -L, -p, or -r option, although the -L option is effective with -H or -l option.
The following is a list of the functions of the gfhost command. You shouldn't specify more than one function at a time.
<none>
-c
-d
-l
If the host cannot be accessed due to a machine down or a network problem, etc., x.xx/x.xx/x.xx will be displayed in the CPU load average field. If the host is up, but gfsd on the host cannot be accessed, -.--/-.--/-.-- will be displayed.
In the field of the authentication method, `G' means the GSI authentication and the encryption, `g' means only authentication is performed by GSI and actual communication is unprotected plain data (gsi_auth), `s' means the gfarm sharedsecret authentication, `x' means that the authentication fails, and `-' means that the authentication wasn't actually tried. With the -U option, there is no authentication method field.
In the field of the flags, refer to the -f option.
Hostnames are displayed in alphabetical order, by default.
-H
For the field of the CPU load average and the authentication method, refer to the -l option.
Hostnames are displayed in alphabetical order, by default.
-M
-m
-R
-?
OPTIONS
-a architecture
-D domain-name
-i
-j concurrency
-L
-n number-of-CPUs
-p port-number
-f flags
1
-P path
-r
-u
-U
-v
SEE ALSO
gfarm2.conf(5), gfsd(8)
| 14 Mar 2019 | Gfarm |