1 CALIC Invokes the CA License utility. Parameters CAMTYPE MERGEOLF LIST LOG TEST VERSION !-------------------------------------------------------------------------- !2 START !Runs the Agent startup procedure ! !2 STOP !Runs the Agent shutdown procedure !-------------------------------------------------------------------------- 2 CAMTYPE Reports the hardware characteristics of the local host that are relevant to CA Licensing. 2 MERGEOLF Merges the contents of the specified License File with the residing CA$LICENSE:[CA_LIC]CA.OLF file. 2 LIST Lists site information and installed Component Codes and Use Counts. 2 LOG Reports historical licensing event data. Normally uses the logfile CA$LICENSE:[CA_LIC.LICRMTDLOGS]LIC98.NET for input, unless the -l option is selected, which lists the contents of the local logfile CA$LICENSE:[CA_LIC]LIC98.DAT 3 Options -l Lists a local LIC98.DAT formatted file. -c Prints a summary of components in use. -s Prints a summary of licensed software location. -r Uses a CSV format for subsequent use with a reporting tool. 3 Parameters Alternate license state file specification Example: CALIC LOG CA$LICENSE:[CA_LIC]LIC98.DAT 2 TEST Tests the validity of a license key. $ CALIC TEST -f -n -c -v 3 Parameters is the API function to test. Possible values: check, checkfb, ident, usage, logint, string, version, release, build is the number of users for check(fb), usage and logint is the component code is the return code for 'string' and the value for logint Note: component codes should be double-quoted to respect the casing. 3 Example To test the validity of a recorded license key for the component code 1F7R: $ CALIC TEST -f check -n 0 -c "1F7R" 2 VERSION Displays the version of CA License components. $ CALIC VERSION !--------------------------------------------------------------------------