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
lgtolic
lgtolic - Legato license utility commandSYNOPSIS
lgtolic [ -s server ] -c enabler_code lgtolic -i [ -m hostfile_dir ] lgtolic [ -s server ] -l lgtolic [ -s server ] -r [ -m hostfile_dir ] [ -f output_file ] lgtolic [ -s server ] -u enabler_code -a authorization_code lgtolic [ -s server ] -v enabler_code
DESCRIPTION
The lgtolic command is used to manipulate Legato licenses that are stored within a license resource database. The license resource database is administered by a Legato license daemon. For a description of the license daemon, see lgtolmd(1).
OPTIONS
-a authorization_code Authorizes a license with the specified authorization code, mak- ing the license permanent. Specify the license to be authorized by using the -u option and the -a option. To obtain authoriza- tion codes for this product via the World Wide Web, simply point your web browser to license.legato.com. You will be asked to enter the enabler code for each authorization code that you request. For more details on product licensing, including other methods to obtain authorization codes, refer to the product Installation and Administration Guide and the latest Release Supplement. -c enabler_code Creates the license indicated by the specified enabler code. Enabler codes are listed on enabler certificates provided to you when you purchased this product. An authorization code is required to make each license permanent. -f output_file Captures customer registration data into the specified out- put_file. Once this text file is created, forward it to Legato customer support to register your product. If the -f output_file option is not specified, the -r option encapsulates customer registration information into a file named register.txt. Note: This option can only be used in conjunction with the -r option. -i Prints out the hostid of the machine on which this command is running. -l Lists all of the Legato product licenses currently stored within the license resource database. -m hostfile_dir running on a machine that does not have the NetWorker server installed, the typical path is /nsr/lic/res. The format for the list of hostids in a hostids file is: hostid1:hostid2:hostid3 where hostid is a hexadecimal string. This option must be used to specify a hostid file. -r Creates or modifies customer registration data stored within the license resource database. The -f option captures this customer registration data into a text file. -s server Specifies the hostname, RPC program number, and version for the license daemon whose database you are targeting. License daemon information is displayed in the following format: < hostname >:< rpc_number >:< version > Note: If you do not specify the -s server option, lgtolic uses the default values that map to the daemon used by the product shipped. The current default for the hostname is localhost, the default for the RPC program number is 390115, and the default for the RPC version number is 2. You can also use environment variables to change these three defaults. LMD_HOSTNAME changes the default hostname of the machine where the license daemon is running. LMD_PROGNUM changes the default RPC program number for connecting to the license daemon. You should never have to use this. LMD_VERSION changes the default RPC version number for connecting to the license daemon. The following example uses default hostname and RPC program number, but uses RPC version number 1 to list all licenses. Example: lgtolic -s "::1" -l To specify a license daemon located on an alternative machine, use the -s < hostname > option. -u enabler_code Updates an installed license with the authorization code speci- fied with the -a option at the command line. -v enabler_code Deciphers the specified enabler code. The generated output includes information about the license name, type, serial num- ber, and count.
NOTES
The daemon information provided by the -s option can also be obtained by using the following environment variables: LMD_HOSTNAME, The name of the host for the license daemon LMD_PROGNUM, The program number for the license daemon LMD_VERSION, The version number for the license daemon
DIAGNOSTICS
Program not registered lgtolmd is not running. Unknown host
ADVERTISEMENT
Legato NetWorker 7.xMan(1) output converted with man2html, sed, awk