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
nsrlpr
(windows only)nsrlpr - submit print requests
SYNOPSIS
nsrlpr -P printername [ filename ... ]
AVAILABILITY
The lpr command is provided as a native utility under UNIX. UNIX users should refer to the operating systems native man page for the this command. Legato has duplicated the base functionality of the lpr command on the Windows platforms as nsrlpr in order to provide access to its functionality to our Windows customers. This man page describes the functionality of the nsrlpr command as provided with the NetWorker for Windows distribution.
DESCRIPTION
The NetWorker Server Uses nsrlpr to Print Notifications. The NetWorker server looks at two sources to determine which printer to use for printing notifications with nsrlpr : - The printer named in the Printer attribute (hidden attributes must be enabled to see this attribute) in the Create Group dialog box and Edit Group dialog box. If a printer is named for a group, it sets the default printer for the bootstrap notification (see the following paragraph). This entry is ignored if a printer is named in the Action text box for a notification. - The printer named in the Action text box in the Create Notification dialog box. For the bootstrap notification, if you enter: nsrlpr -P %printer then the notification will be sent to the printer named in the Edit Group dialog box for a given group. For all notifications, you can designate a particular printer by entering: nsrlpr -P printer_name where printer_name is the name of the designated printer. If your printer name has spaces, like eng printer one, then enclose the printer name in double quotes, as shown here: nsrlpr -P "eng printer one" If your printer is associated with a particular server, as is the case with Microsoft LAN Manager printers, you can designate such a printer by entering: nsrlpr -P \\server_name\printer_name where server_name is the name of the server to which the printer is attached, and printer_name is the name of the printer to use. You can test the nsrlpr program with a printer name from the command line as follows: nsrlpr -P printer_name text_file where printer_name is the name of the printer to use and text_file is the name of a text file you want to try printing. If you receive the following error message: Error: print server did not accept then your printer name is incorrect. Correct the printer name and try to print again. Once you can print from the command line, change the Notification Action field to the print command, as follows: nsrlpr -P printer_name Important: Print jobs sent by the NetWorker Backup and Recover Server service run in the Local System context and under certain circumstances may not have access to network print queues. For more information, refer to Microsoft Knowledge Base Q132679 and Q143138.
OPTIONS
-P printername Specify the name of the printer.
OPERANDS
filename Specify the name of the file to be printed.
SEE ALSO
The UNIX lpr man page, if available.
ADVERTISEMENT
NetWorker for WindowsMan(1) output converted with man2html, sed, awk