GNU Info

Info Node: (am-utils.info)FSinfo host attributes

(am-utils.info)FSinfo host attributes


Next: FSinfo filesystems Prev: FSinfo host definitions Up: FSinfo host definitions
Enter node , (file) or (file)node

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.

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:.

automatically generated by info2www version 1.2.2.9