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


sjirdtag

sjirdtag - test the SJI Jukebox Interface SJIRTAG command

SYNOPSIS

       sjirdtag devname


DESCRIPTION

       The  sjirdtag  program tests the SJIRTAG command on SJI compliant Juke-
       boxes (see libsji(1)).  This command reads media presence and tag  data
       from a Jukebox.

       Example output for this command:

       Tag Data for 0.2.1, Element Type DATA TRANSPORT:
               Elem[001]: tag_val=0 pres_val=1 med_pres=1 med_side=0
       Tag Data for 0.2.1, Element Type STORAGE:
               Elem[001]: tag_val=0 pres_val=1 med_pres=1 med_side=0
               Elem[002]: tag_val=0 pres_val=1 med_pres=1 med_side=0
               Elem[003]: tag_val=0 pres_val=1 med_pres=1 med_side=0
               Elem[004]: tag_val=0 pres_val=1 med_pres=1 med_side=0
               Elem[005]: tag_val=0 pres_val=1 med_pres=0 med_side=0
               Elem[006]: tag_val=0 pres_val=1 med_pres=1 med_side=0
               Elem[007]: tag_val=1 pres_val=1 med_pres=1 med_side=0
                          VolumeTag=<00000098>
       Tag Data for 0.2.1, Element Type MEDIA TRANSPORT:
               Elem[001]: tag_val=0 pres_val=1 med_pres=0 med_side=0

       The  devname  argument  should  be  any device name that can be used to
       reach a SJI compliant Jukebox driven by the system. Typical usage is in
       constructing  the  name  that contains the SCSI Bus, the SCSI Target ID
       and the SCSI Lun on that target, e.g., scsidev@0.4.0.

       The output is sorted by types available, and then by ascending order.

       The boolean token tag_val states whether  the  tag  data  is  available
       (valid).  In  the  example  above, only the seventh storage element had
       valid tag data (which was the bar code numbered '00000098').

       The boolean token med_pres states whether  the  Jukebox  believes  that
       there is media present at this location.

       The  boolean  token  pres_val is a subtle and overloaded indicator that
       states (if set to true, or 1), that the the token  med_pres  should  be
       believed absolutely. If pres_val is not true (set to zero), or med_pres
       is true (set to one), it is probable that there is media at that  loca-
       tion,  but  that there is some exception associated with it. A possible
       exception is that a tape has a missing, upsidedown, or  unreadable  bar
       code label. Also, a Jukebox cannot determine whether media that existed
       at one point (for example, prior to a power failure) has  been  removed
       from  a  Data Transport element (tape drive).  If the token pres_val is
       not true (set to zero), and med_pres is also not true  (set  to  zero),
       there probably isn't media in that location. This uncertainty is elimi-
       nated the next time an INITIALIZE ELEMENT  STATUS  is  done  (see  
       sjiielm(1)).



ADVERTISEMENT

Legato NetWorker 7.x

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


 

Legato NetWorker Commands Reference • Legato NetWorker Links