Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gfsched(1) [debian man page]

GFSCHED(1)																GFSCHED(1)

NAME
gfsched - schedule and display available file system nodes SYNOPSIS
gfsched -f gfarm-URL [ -D domain-name ] [ -n number ] [ -LMclw ] gfsched [ -P gfarm-URL ] [ -D domain-name ] [ -n number ] [ -LMlw ] DESCRIPTION
The gfsched command with the -f gfarm-URL option displays available file system nodes which have a file replica of the specified gfarm-URL. When the -f gfarm-URL option is not specified, the gfsched command just displays available file system nodes. In this case, you can spec- ify a metadata server by the -P gfarm-URL option, if necessary. OPTIONS
-D domain-name Limits file system node by specifying a domain name or a hostname. -c Displays scheduling information for a file creation, if the file specified by -f doesn't exist. Currently, this option creates the specified file. But please note that this behavior may be changed in future. -L Suppresses authentication check. Without this option, the scheduler checks whether the user will be successfully authenticated with the hosts or not. This option omits the check to make scheduling faster, but that creates a risk that hosts which fail authentica- tion with the user may be scheduled. -M Suppresses client-side scheduling and only performs metadata-server-side scheduling. This option makes scheduling faster, but also creates a risk that hosts which is network-unreachable or fails authentication with the user may be scheduled. -P gfarm-URL Specifies a gfarm-URL or a pathname to identify a metadata server which is used for the scheduling. This option conflicts with the -f option. -f gfarm-URL The gfsched command schedules file system nodes which have a replica of a file specified by this option. This option conflicts with the -P option. -l Long format. This option displays port numbers as well as hostnames. Note that the display format of this option may be changed in future. -n number Displays specified number of file system nodes at most. If this option is not specified, it displays all available nodes. -w Schedules with write-mode. When this option is specified, file system nodes which don't have enough free space won't be displayed. When both this option and the -f are specified, and if the file is already opened by an existing process with write-mode, the gfsched command only displays one file system node which is assigned for writing to the file. -? Displays a list of command options. EXAMPLES
The following is an example to inquire file system nodes that the metadata server thinks they are currently working. $ gfsched -M Gfarm 28 December 2010 GFSCHED(1)

Check Out this Related Man Page

GFRM(1) 																   GFRM(1)

NAME
gfrm - remove Gfarm files, directories, or file replicas SYNOPSIS
gfrm [ -frRnqv ] [ -I file-section ] [ -h filesystem-node ] [ -D domain-name ] [ -H hostfile ] [ -N num-of-replicas ] [ -j num-of-threads ] gfarm-URL ... DESCRIPTION
gfrm removes each specified file. It does not remove directories unless the -r or -R option is specified. '.' or '..' cannot be removed. When the -I option is specified, gfrm removes the specified file section. File section is an architecture name for executable files, or a fragment index for a regular file. With the -h, -D, or -H option, gfrm removes file replicas of each specified file or file section on the specified filesystem node(s). All file replicas of a file cannot be removed, unless the -f option is specified. OPTIONS
-f Even when all file replicas are specified by the -h, -D, or -H option, forcibly deletes all the file replica. In this case, the specified file will be deleted. -j num-of-threads Specifies the number of threads to delete file replicas simultaneously. This option is only available when gfrm is compiled by an OpenMP C compiler. -n Prints file names to be deleted, but does not delete them. -q Does not print any verbose message. -r, -R Removes all entries under the directories specified by the command-line argument recursively. -v Prints verbose messages. -h filesystem-node Specifies a filesystem node from which file replicas will be removed. With the -I option, a file replica of the specified file sec- tion will be removed. -D domain-name Specifies a domain name of filesystem nodes on which file replicas will be removed. With the -I option, a file replica of the spec- ified file section will be removed. -H hostfile Specifies a hostfile that lists filesystem nodes on which file replicas will be removed. With the -I option, a file replica of the specified file section will be removed. if ``-'' is specified, standard input is used to read the host list. -I file-section Specifies the file section to be removed. File section is an architecture name, such as sparc-sun-solaris8, for executable files, and a fragment index for regular files. -N num-of-replicas Specifies the maximum number of file replicas. If files has more number of file replicas than specified, reduce the number of file replicas. -? Displays a list of command options. Gfarm 13 November 2006 GFRM(1)
Man Page