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
preclntsave
preclntsave - Child process to run pre-processing commands for Net- Worker savepnpc.SYNOPSIS
preclntsave -s server -c client -g group [-D debuglevel]
DESCRIPTION
The preclntsave process attempts to lock the /nsr/tmp/group.tmp file. If it cannot, then it exits with status 0 indicating the pre-processing commands had been run. If the lock succeeds, then preclntsave invokes all of the pre-processing commands specified in the /nsr/res/group.res file, and then spawns the pstclntsave process, and exits with status 0. The lock on /nsr/tmp/group.tmp that preclntsave acquired is bequeathed to pstclntsave. Note: This is to be invoked by savepnpc program only. It is not meant for users to use.
OPTIONS
-s server Specifies the controlling server. -c client The name of the client where the pre-processing commands will be performed on. -g group Specifies the group name that is being run. -D debuglevel For debugging purpose, the debug level could be 1, 2 or 3.
FILES
/nsr/tmp/group.lck The lock on this file must be acquired before preclntsave per- forms any other actions. The lock is released only upon process exit. If the file does not exist, it is created. The file is never removed. /nsr/tmp/group.tmp Preclntsave attempts to acquire a lock on this file. If it fails, then the command exits with status zero. If it succeeds, then it executes the pre-processing commands. If they succeed, then preclntsave executes the pstclntsave command and bequeaths the lock to it. If the file does not exist, it is created. This command does not remove the file. /nsr/res/group.res The file that contains the actual pre-commands that this command executes. /nsr/res/group.res.lck This vestigial file is created and locked before the /nsr/res/group.res is opened. The file is never removed.
ADVERTISEMENT
Legato NetWorker 7.xMan(1) output converted with man2html, sed, awk