Go forward to FSinfo filesystems.
Go backward to FSinfo host definitions.
Go up to FSinfo host definitions.

FSinfo host attributes
======================

   The host data, "host_data", always includes the "hostname".  In
addition, several other host attributes can be given.

     host_data   : <HOSTNAME>
                 | "{" list(host_attrs) "}" <HOSTNAME>
                 ;
     
     host_attrs  : host_attr "=" <STRING>
                 | netif
                 ;
     
     host_attr   : "config"
                 | "arch"
                 | "os"
                 | "cluster"
                 ;

   The "hostname" is, typically, the fully qualified hostname of the
machine.

   Examples:

     host dylan.doc.ic.ac.uk
     
     host {
         os = hpux
         arch = hp300
     } dougal.doc.ic.ac.uk

   The options that can be given as host attributes are shown below.

Menu

netif Option: FSinfo host netif:
config Option: FSinfo host config:
arch Option: FSinfo host arch:
os Option: FSinfo host os:
cluster Option: FSinfo host cluster: