man get_ConfigFiles




NAME

  get_ConfigFiles - identify configuration file


SYNOPSIS

  get_configFiles.ksh [-v|-t] filename host

  . get_ConfigFiles.ksh; get_ConfigFiles filename [host]


DESCRIPTION

  The  get_ConfigFiles.ksh  script  is distributed with uaxtools.  It is invoked from
  cmp_sanity.ksh and push and is not intended to be  invoked  manually.   The  script
  utilizes  the  *Files/List.txt  and etc/machines.*  files to identify configuration
  file for a host.

  This script takes the provided configuration file and host  names  and  returns  to
  stdout:
    [filename [linkname]]

  Precedence of files is based on machines.* fields:
    .node
    .type
    .usage.version.subversion, .usage.version, .usage
    .version.subversion, .version
    .other
    .template

  If  there  is a match it returns 0 otherwise 1.  A match may be NOFILE which writes
  "#" to stdout.


OPTIONS

  -t     type flag.

  -v     verbose flag.


ACKNOWLEDGEMENTS

  Written at the University of Alaska.  Ongoing maintenance via SourceForge by Denali
  Sun Consulting.

  Suggestions or bug reports can be directed to denalisun907@gmail.com.


RELATED INFORMATION

  See: uaxtools(8), chk_sanity(8), push(8).