Legato NetWorker Commands Index:
ansrdascdcode
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
jbexercise
jbexercise - NetWorker jukebox exerciserSYNOPSIS
jbexercise -m model -c control_port [ -V vendor_type ] [ -CdsIv ] [ -D drive ] [ -S slot ]
DESCRIPTION
The jbexercise command tests the functionality of a jukebox. Before the command can be run, all contents of the jukebox must be emptied except for media loaded in the first and last slots. These pieces of media will be moved around the jukebox as part of the various tests performed by jbexercise. There are two major tests of functionality: drives and slots. Normally both the drive and slot tests are run. Individual component types can be tested by using the -d (for drives) and -s (for slots) options. In addition, specific components can be singled out in the -D and -S options. When these options are given, the only test run is on that particular component, that is, if a specific slot is named, the drives test is not run. For drives, the logical address of the component should be given. For slots, the physical address should be given. Upon startup, the program queries the user for the non-rewinding path- names of the drives, if any, found in the configuration of the jukebox. This query is not performed if the user is using a jukebox which does not require media to be ejected from a device, that is, the device has automatic ejection capabilities. The first test moves the media from the first slot to each of the drives. No operator intervention is required. The second test loads the media from various slots to the first drive. The default is to test the media in the first and last slots in the jukebox. If a specific slot is being tested, the operator must first load that slot with media.
OPTIONS
-C This makes jbexercise return the configuration of the jukebox. No tests are run. -c Specifies the control port which is used to interface with the jukebox (for example, 1.5.0 from scsidev@1.5.0 which could be found by issuing the inquire(1) command). -d Tests only drives. -D Tests only the specified drive. -I Returns only an inventory of the jukebox. No tests are run. -m Specifies the model of the jukebox. Note that for most jukeboxes, the model 'Standard SCSI jukebox' should be the model used with the '-m' option. However, there are certain -v Verbose mode. Prints more information. -V Specifies a particular vendor id. This allows the vendor to use the same driver for a number of jukebox models.
SEE ALSO
nsrjb(1), nsr_jukebox(5)
DIAGNOSTICS
Most diagnostic messages are specific to each type of jukebox. General messages include the following: invalid <component> specified An invalid id for the <component> was given. The id must be within the valid ranges of the jukebox configuration. <compo- nent> can be a drive, port or slot. status incorrect, media present There is media loaded in a component but the component status operation does not indicate this. status incorrect, invalid slot location The component status operation is giving the incorrect source slot of the loaded media. no drives found!!! No drives were listed in the configuration. no slots found!!! No slots were listed in the configuration.
ADVERTISEMENT
Legato NetWorker 7.xMan(1) output converted with man2html, sed, awk