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
ddmgr
ddmgr - Device detection manager. Manages auto-detection on local and remote storage nodes.SYNOPSIS
ddmgr [ -S ] [ -M ] [ -q ] [ -v ]
DESCRIPTION
ddmgr is the main daemon for auto-detection that runs on the NetWorker server machine. It spawns child processes (of dvdetect) for each stor- age node on which devices are to be detected. It starts the child processes with the help of the nsrmon(1) process, and depends on nsrmon to report on the success or failure of the remote dvdetect process. Once dvdetect on a storage node has finished its work of detecting devices, ddmgr takes up the task of creating resources for these detected devices, and in case of jukeboxes, tries to find out the device mapping (element id to device path) by spawning another process, dtbind. dtbind determines the device mapping by loading each drive in the jukebox that was detected and then trying to access it via various device paths till it finds the right one. This might take a long time depending on the type of the jukebox. ddmgr is invoked by the nsrd process and is not be invoked on the com- mand-line.
OPTIONS
-q Tells ddmgr to detect and create device resources but not to enable them. -M This option tells ddmgr that it has been invoked by the server and to direct messages to the daemon log. -q This option tells ddmgr to run in the 'quiet' mode without printing any messages. -v This option is used to run ddmgr in the verbose mode for more debug messages.
EXIT STATUS
Exits with 0 on sucess and 1 on error. See error messages for more detail on errors.
SEE ALSO
nsrmon(1)
DIAGNOSTICS
Most, if not all, of ddmgr error reports is preceded by the phrase "Detection process for host X reports", followed by the actual error message. This error message is based on the error reported by the nsr- mon process monitoring the dvdetect process, or in cases where nsrmon itself cannot be started, about the nsrmon process. The following are the error messages that ddmgr might produce along with their implica- remote auto-detect feature not supported Auto-detect was being performed on a host that does not support this feature. The client/storage-node should be 6.x or higher. dvdetect process failed on signal The remote dvdetect process was killed by a signal. This could happen even when the process encounters a memory fault. Check for core files in the nsr/cores directory. dvdetect terminated due to timeout The dvdetect process was terminated because of its inactivity for a certain period of time. The timeout is set by default to 15 minutes. This is not user configurable. dvdetect process exited on signal The local dvdetect process was killed by a sig- nal. This could happen even when the process encounters a memory fault. Check for core files in the nsr/cores dir ectory. dvdetect exec failure The ddmgr process was unable to start the dvdetect process on the server. Check for execute permissions on the dvdetect binary. nsrmon exec failure The ddmgr process was unable to start the nsrmon process on the server. Check for execute permissions on the nsrmon binary. nsrmon process exited on signal The nsrmon process exited on a signal. This could even happen whenthe process encounters a memory fault. Check the nsr/cores direcotry for a core file. dvdetect failed with unknown error ddmgr was unable to determine the cause of the failure of the dvdetect process. nsrmon failed. No info in the resdb The nsrmon process exited without loggin any information about either the remote dvdetect process or itself. Ddmgr is unable to verify status of both. nsrmon failed. Invalid request or hostname The nsrmon process was started with an invalid option or host- name. Check if the remote storage node is reachable from the server. nsrmon failed. Authorization failure The nsrmon process could not get authorization from the Net- Worker server to talk to the remote storage node. nsrmon exited on resdb access failure The nsrmon process encountered errors in reading the NetWorker RAP database. nsrmon exited on memory failure The nsrmon process ran out of physical memory while processing. Add more memory. RPC error Remote systems The nsrmon process was unable to connect to the remote host. This could be because of network problems, or if the NetWorker processes were not installed on the remote system.
ADVERTISEMENT
Legato NetWorker 7.xMan(1) output converted with man2html, sed, awk