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


lusdebug

lusdebug - set library debugging level

SYNOPSIS

       lusdebug debug-level


DESCRIPTION

       The  lusdebug  command  sets  a debugging level for the underlying Net-
       Worker SCSI device drivers.

       Debugging level 0 (zero) turns off debugging.   Larger  numbers  enable
       greater levels of debugging.

       The  lusdebug  level  can now be specified as a bitmask; bit X set will
       show messages that are set to show at debug level  X+1.   For  example,
       bit  0  set  will cause messages at debug level 1 to be displayed.  The
       exact level for any given message is listed at the end of  the  message
       in  parentheses, such as (1) for a message displayed for debug level 8.

       Using the bitmask allows you to display any or all levels of  debugging
       information.   The old method only allowed you to set the highest level
       you wished to see; all levels lower that the selected level were always
       displayed, whether you wanted to see them or not.

       You  may  still specify debugging levels the old way using by using the
       values old1 through old9.  The results will be displayed using the  new
       bitmask format.

       Values  can  be entered in decimal (0 to 65535), hex (0x0 - 0xffff), or
       binary (0b0 - 0b1111111111111111).  Zeros after the 0x or  0b  prefixes
       are not required for binary or hex values.

       Values    that    correspond    to    previous    debug   levels   are:
                      new            new            new        old       deci-
       mal        hex            binary
            1         1              0x0001         0x0000000000000001
            2         3              0x0003         0x0000000000000011
            3         7              0x0007         0x0000000000000111
            4         15             0x000f         0x0000000000001111
            5         31             0x001f         0x0000000000011111
            6         63             0x003f         0x0000000000111111
            7         127            0x007f         0x0000000001111111
            8         255            0x00ff         0x0000000011111111
            9         511            0x01ff         0x0000000111111111
            10        1023           0x03ff         0x0000001111111111
            11        2047           0x07ff         0x0000011111111111
            12        4095           0x0fff         0x0000111111111111
            13        8191           0x1fff         0x0001111111111111
            14        16383          0x3fff         0x0011111111111111
            15        32767          0x7fff         0x0111111111111111
            16        65535          0xffff         0x1111111111111111

       Values     corresponding     to    individual    debug    level    are:
                      new            new            new        old       deci-
       mal        hex            binary
            9         256            0x0100         0x0000000100000000
            10        512            0x0200         0x0000001000000000
            11        1024           0x0400         0x0000010000000000
            12        2048           0x0800         0x0000100000000000
            13        4096           0x1000         0x0001000000000000
            14        8192           0x2000         0x0010000000000000
            15        16384          0x4000         0x0100000000000000
            16        32768          0x8000         0x1000000000000000


LIMITATIONS

       Invalid debug levels are treated the same as debug level zero.

       Debug    level    values    greater    than   65535   (0xffff,   binary
       0x1111111111111111) will be treated as 65535  (0ffff,  binary,  and  so
       forth).


ADVERTISEMENT

Legato NetWorker 7.x

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


 

Legato NetWorker Commands Reference • Legato NetWorker Links