IPnom Home • Manuals • Legato NetWorker

 EMC Legato NetWorker Commands Reference

Legato NetWorker Stuff:NetWorker Commands ReferenceNetWorker Links
NetWorker Command Live Search (15 results max):
 Type in part of a Legato NetWorker command in the search box.
Legato NetWorker Commands Index:
  ansrd
  ascdcode
  cdi_block_limits
  cdi_bsf
  cdi_bsr
  cdi_eod
  cdi_filemark
  cdi_fsf
  cdi_fsr
  cdi_get_config
  cdi_get_status
  cdi_inq
  cdi_load_unload
  cdi_locate
  cdi_offline
  cdi_rewind
  cdi_set_compression
  cdi_space
  cdi_ta
  cdi_tapesize
  cdi_tur
  changers
  dasadmin
  ddmgr
  EMASS_silo
  erase
  generate_test_tape
  hadump
  hafs
  hagentd
  hagetconf
  haprune
  hascsi
  hasubmit
  hasys
  hpflip
  IBM_silo
  ielem
  inquire
  jbconfig
  jbexercise
  jbverify
  ldunld
  lgtolic
  lgtolmd
  libcdi
  libscsi
  libsji
  libstlemass
  libstlibm
  libstlstk
  lrescan
  lreset
  lus_add_fp_devs
  lusbinfo
  lusdebug
  mini_el
  mm_data
  mminfo
  mmlocate
  mmpool
  mmrecov
  msense
  mt
  ndmpjbconf
  networker
  nsr (1)
  nsr (5)
  nsr_archive_request
  nsr_client
  nsr_crash
  nsr_data
  nsr_device
  nsr_directive
  nsr_getdate
  nsr_group
  nsr_ize
  nsr_jukebox
  nsr_label
  nsr_layout
  nsr_license
  nsr_migration
  nsr_notification
  nsr_policy
  nsr_pool
  nsr_regexp
  nsr_resource
  nsr_schedule
  nsr_service
  nsr_shutdown
  nsr_stage
  nsr_storage_node
  nsr_support
  nsr_usergroup
  nsradmin
  nsralist
  nsrarchive
  nsrcap
  nsrcat
  nsrck
  nsrclone
  nsrcnct
  nsrd
  nsrexec
  nsrexecd
  nsrhsmck
  nsrhsmclear
  nsrhsmd
  nsrhsmls
  nsrhsmnfs
  nsrhsmrc
  nsrhsmrecall
  nsrib
  nsriba
  nsrim
  nsrindexasm
  nsrindexd
  nsrinfo
  nsrjb
  nsrlic
  nsrls
  nsrmig
  nsrmm
  nsrmmd
  nsrmmdbasm
  nsrmmdbd
  nsrmon
  nsrndmp_clone
  nsrndmp_recover
  nsrndmp_save
  nsrpmig
  nsrports
  nsrretrieve
  nsrssc
  nsrstage
  nsrtrap
  nsrwatch
  nwadmin
  nwarchive
  nwbackup
  nwrecover
  nwretrieve
  pathownerignore
  pmode
  preclntsave
  pstclntsave
  read_a_block
  recover
  relem
  resource
  save
  savefs
  savegrp
  savepnpc
  scanner
  sjiielm
  sjiinq
  sjimm
  sjirdp
  sjirdtag
  sjirelem
  sjirjc
  sjisn
  sn
  ssi
  stk_eject
  STK_silo
  stli
  sym2xdm
  tapeexercise
  tur
  uasm
  writebuf
   
   - Windows Only
  mt
  nsrlpr
  nsrperf


hasys

hasys - Host Agent system information module

SYNOPSIS

       hasys -h

       hasys [ -f  schema file ] [ -L  | -l  log file ] [ -v ]

       hasys -n [ -f  schema file ] [ -L  | -l  log file ] [ -v ]

       hasys -g [ -f  schema file ] [ -L  | -l  log file ] [ -v ]


DESCRIPTION

       The hasys program is used to collect a pre-defined set of system infor-
       mation from the local host. The collected information is used to update
       a  local  RAP database or dumped to the standard output if -n option is
       selected.

       The set of information collected by hasys is defined in an ASCII schema
       file   specified   by   the   -f  option  and  has  the  default  value
       schema/hasys.sch.  Each line in the schema  file  represents  a  single
       attribute   and  my  have  one  or  more  values  associated  with  it.
       Attributes other than resource type and  version  number  are  used  to
       determine  the  type  of  information to be reported by hasys.  A given
       pieces of information will not be collected or reported if the  associ-
       ated  attribute is commented out with # or remove from the schema file.
       Note that attributes resource type and version number are part of every
       schema  file and should not be removed or commented out.  A schema file
       will be rejected if one or more essential attributes are missing or the
       value  associated with the version number does not match that of hasys.
       hasys can be used to generate a fresh schema file using the -g  option.

       The  system  information  reported  by  hasys  is  defined  in the file
       hasys.sch as follows:

       IP address
              IP address(s) for the local host

       aliases
              Aliases if any.

       kernel architecture

       CPU type

       machine type
              Work station or server.

       number of CPUs

       OS type
              Type of operating system running on local host.

       physical memory (bytes)
              Size, in bytes, of physical memory installed on local host.

       -L     Tells  hasys  that  any logging information should be written to
              the default application logfile - this file is named hasys.log ,
              and  will  be  located  in the applogs subdirectory of your Net-
              Worker installation directory. Only one of -L or -l may be spec-
              ified - not both. If  neither -L or -l is specified in the argu-
              ments to hasys then any logging information will be  printed  on
              stdout and stderr.

       -l log file
              Allows you to specify the name of the file that hasys will write
              its log to. Only one of -L or -l may be specified - not both. If
              neither -L or -l is specified in the arguments to hasys then any
              logging information will be printed on stdout and stderr.

       -n     Dump the collected information to the standard  output;  do  not
              update the local RAP database.

       -g     Generate  a  new  schema  file  for hasys after renaming the old
              schema, if exists, to <name>.<date>.[1..]

       -h     Display a brief help message; ignore all other options.

       -v     Run in verbose mode.


EXAMPLES

       Collect system information and dump the result to the standard  output,
       do not update the local RAP data base:

                            hasys -n

       Collect system information and update the local RAP data base:

                            hasys


DIAGNOSTICS

       Some  information  may  not  be available on all systems, configuration
       problems, hardware/software limitations.   Attributes  associated  with
       missing information are assigned the value not available.


SEE ALSO

       hascsi(1) hafs(1)


ADVERTISEMENT

Legato NetWorker 7.x

Man(1) output converted with man2html, sed, awk


 

Legato NetWorker Commands Reference • Legato NetWorker Links