Verifying a License
After you have installed the license, you can use the license key checker to verify that everything is in order. The checker returns the license RDN and its attributes to a file. This command has the following syntax; see Table 17 in the section Command Options for details on the syntax:
licchk [-h <ldaphost>] [-D <bindDN>] [-b <baseDN>]
[-w <password>] -[o <outputFile>]
If you have configured nondefault bind credentials (in the LDAP Connection dialog box) for the directory server, then you must use one or more of the command options to specify the attribute value.
The following sample command specifies a nondefault host address, base DN, and password:
/opt/UMC/ssp/etc/licchk -h 10.13.1.5
-D cn=umcadmin,o=SDXbase -w acp45
If the directory server uses the default bind credentials, you can simply issue the following command:
/opt/UMC/ssp/etc/licchk
Command Options
Table 17 defines the options available to the instlic and licchk commands.
Table 17: Options for the instlic and licchk commands
|
|
|
-b <baseDN>
|
instlic, licchk
|
Specifies the distinguished name of the base object in the LDAP schema of the directory server.
The default value is read from /opt/UMC/licsvr/etc/bootstrap.properties.
|
-D <bindDN>
|
instlic, licchk
|
Specifies the distinguished name used for binding to the directory server.
The default value is read from /opt/UMC/licsvr/etc/bootstrap.properties.
|
<fileName>
|
instlic
|
Required. Name of the text file containing the license from Juniper Networks. You can specify either only a filename relative to the current directory or an absolute path that includes the filename.
|
-h <ldapHost>
|
instlic, licchk
|
Specifies the IP address or hostname of the directory server.
The default value is read from /opt/UMC/licsvr/etc/bootstrap.properties.
|
-H
|
instlic
|
Lists the command options.
|
-m
|
instlic
|
Installs the license as the master license (@License). The previous master license is renamed to Lic-<#>. You might use this option if the location of the license server has changed. Option not available for pilot licenses.
|
-o <outputFile>
|
licchk
|
Specifies the name of the file to store the results of the licchk command.
|
-w <password>
|
instlic, licchk
|
Specifies the bind password for authentication with the directory server.
The default value is read from /opt/UMC/licsvr/etc/bootstrap.properties.
|
-W
|
instlic
|
Causes the command to prompt you for the password
|