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


changers

changers - list SCSI autochangers attached to the system

SYNOPSIS

       changers [ -dv ] [ -a b.t.l ] [ -l ]


DESCRIPTION

       The  changers  program  lists  all of the SCSI autochangers (jukeboxes)
       connected to the current system.


OPTIONS

       -a b.t.l
              Selects a specific ordinal SCSI address, where b is the  logical
              SCSI  bus,  t is the SCSI target, and l is the SCSI logical unit
              number (LUN) on that target. See libscsi(1).

       -d     Determines the names and addresses of  the  autochanger's  media
              elements (for example, tape drives).

       -l     Performs a complete LUN search for all SCSI adapters in the sys-
              tem.  This argument is accepted on all  systems,  but  does  not
              have  any  effect  on  HP-UX systems.  Due to the method used to
              scan for available devices  on  HP-UX  systems,  all  accessible
              devices  are  always  shown, and the -l option has no additional
              effect.  On all other platforms, the normal behavior is to start
              checking  at  LUN 0 for SCSI devices.  The first empty LUN found
              will end the search for a given target ID.  With the -l  option,
              all  LUN  present  on  all target IDs for all SCSI busses in the
              system will be checked for devices.  This can take a  very  long
              time  and  should  therefore  only  be used when necessary.  For
              example, a Fibre Channel adapter can  support  126  target  IDs,
              each  of  which  may have 80 or more LUNs.  Checking all LUNs on
              this single adapter may take over 10 minutes.

       -v     Lists more detailed  information  about  each  autochanger.  The
              details  indicate  how  many  media transports (MT, for example,
              robot  arm),  storage  transports  (ST,  for   example,   slot),
              import/export  elements  (IE,  for example, mail slot), and data
              transport (DT) elements the autochanger contains. The -v  option
              also provides information about the element movement matrix sup-
              ported by the autochanger.


EXAMPLE

       Sample output is shown below: hal$ changers -dv -a 0.2.0
       scsidev@0.2.0:Vendor <SPECTRA>, Product <4000>
        Data Transfer Element at address 80 is scsidev@0.5.0
               Device:Vendor <HP>, Product <C1533A>
                 Type:Tape
          System Name: /dev/rmt2.1
        Data Transfer Element at address 81 is scsidev@0.6.0
               Device:Vendor <HP>, Product <C1533A>
                 Type:Tape
          System Name: /dev/rmt3.1
                         ->DT,  ->IE,  ->ST,  ->MT
                       MT->DT,MT->IE,MT->ST,______
                       ST->DT,ST->IE,ST->ST,ST->MT
                       IE->DT,______,IE->ST,IE->MT
                       DT->DT,DT->IE,DT->ST,DT->MT
                       ______,______,______,______
                       ______,______,______,______
                       ______,______,______,______
                       ______,______,______,______

       .SH "SEE ALSO" libscsi(1)


ADVERTISEMENT

Legato NetWorker 7.x

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


 

Legato NetWorker Commands Reference • Legato NetWorker Links