diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 20:52:35 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 20:52:35 +0000 |
| commit | 46439007cf417cbd9ac8049bb4122c890097a0fa (patch) | |
| tree | 6fdb25e5f3a2b6d5657eb23b35774b631d4d97e4 /man/1/grid-query | |
| parent | 37da2899f40661e3e9631e497da8dc59b971cbd0 (diff) | |
20060303-partial
Diffstat (limited to 'man/1/grid-query')
| -rw-r--r-- | man/1/grid-query | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/man/1/grid-query b/man/1/grid-query new file mode 100644 index 00000000..036e250e --- /dev/null +++ b/man/1/grid-query @@ -0,0 +1,46 @@ +.TH GRID-QUERY 1 +.SH NAME +query \- graphical interface to view resources registered with a known +.IR registry (4) +.SH SYNOPSIS +.B grid/query +.SH DESCRIPTION +.I Query +displays the resources currently registered with a given +.IR registry (4) +and allows the user to mount and browse through the namespaces they provide. +.PP +Resource categories are displayed in the main window, opening any of these (by clicking on the '+' next to the name) will reveal the names of the individual resources within that category. Each resource has a set of attributes which may be viewed at the lowest level of the displayed tree. Clicking on a specific resource and clicking the +.B Mount +button that appears will mount that resource (if possible) and display the imported namespace in a new window. From this window, the user can then browse this namespace as well as opening and running files. A shell window may also be opened to allow more complicated tasks to be performed. +.PP +Clicking +.B Search +brings up a search window. Here, the current +.IR registry (4) +may be searched for a resource containing the specified attribute names and values. +.B Refresh +updates the list of resources in the main window in case any have been added or removed. +.PP + +.SH SOURCE +.B /appl/grid/query.b +.br +.B /appl/grid/lib/browse.b +.br +.B /appl/grid/lib/srvbrowse.b + +.SH BUGS +Currently, searching for a resource on a +.IR registry (4) +is only implemented in a very simple way. Given the attribute +.I (name, value) +pairs, the search will return all resources whose attributes exactly match the specified values. +.B * +may be used to match any attribute value but not name. + +.SH "SEE ALSO" +.IR grid-query (2), +.IR registries (2), +.IR registry (4), +.IR grid-localreg (1) |
