[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Installing Licenses

Tasks to install an SDX license are:

  1. For server licenses, configure properties for the license server. See Configuring Initial Settings for a Server License.
  2. Install the license. See the section that explains how to install the type of license that you have:
  1. Verify that the license is installed properly. See Verifying a License.
  2. For a server license, start the license server. See Starting the License Server.

Configuring Initial Settings for a Server License

The license server monitors the consumption of the license resources and allocates licenses to client SAEs up to the number supported by the license. The license server obtains most of its information from the directory. A local configuration file, /opt/UMC/licsvr/etc/bootstrap.properties, stores bootstrapping information that cannot be stored in the directory, such as the attributes to connect to the directory. Use the information in this section to create and modify the configuration file.

Use the local configuration tool to configure the bootstrap.properties file. For information about using the local configuration tool, see Chapter 15, Configuring Local Properties.

To create the local configuration file and configure the properties for the license server:

  1. On the SAE host, log in as root or as an authorized nonroot admin user.
  2. Start the local configuration tool from the license server installation directory.
  3. /opt/UMC/licsvr/etc/config -l
    
    
    

The first time that you issue this command, it creates the bootstrap.properties file and displays the local configuration tool window for the properties.

  1. Using the field descriptions in the following sections, configure the bootstrap properties, and then click OK.

Configuring Directory Information

Use the Main tab to configure directory information.

Configuration Directory URL

Backup Configuration Directory URLs

Configuration Location

where <DIRECTORY_NAME> is the name of directory where the license server bootstrap.properties file is stored

Directory Base DN

Configuration Directory Authentication DN

Configuration Directory Password

Connect Timeout

Configuring Miscellaneous Properties

Use the Other tab to configure parameters for Java, the object request broker (ORB), and the SNMP agent.

Java Runtime Environment

ORB Port

Enable Sysman Client

Sysman Agent IOR Directory

Installing a Pilot License

After you configure the SAE local parameters, you can install a pilot license in the directory with either the instlic command (recommended) or SDX Admin.

Installing a Pilot License by Using the instlic Command

To install the pilot license:

  1. Save the pilot license provided by Juniper Networks into a text file in the desired directory.
  2. Issue the instlic command.
  3. /opt/UMC/sae/etc/instlic
    
    
    

This command has the following syntax; see Table 15 for details on the syntax:

instlic [-h <ldapHost>] [-D <bindDN>] [-b <baseDN>] 

[-w <password>] [-W ] <fileName>

The installation script reads the license from the specified file.

The following sample command specifies a nondefault host address and base DN, prompts you for the password, and establishes the license contained in the pilot.txt file as the license:

/opt/UMC/sae/etc/instlic -h 10.25.2.4 

-D cn=umcadmin,o=SDXbase -W pilot.txt

Installing a Pilot License by Using SDX Admin

To install the pilot license:

  1. Start SDX Admin.

    NOTE: See Chapter 16, Using SDX Admin, for information about starting and using SDX Admin.


  2. In the navigation pane of SDX Admin, expand the Management folder, right-click Licenses, select New, and click License.

The New License dialog box appears.

  1. Enter the host ID value that you determined in the section Pilot License, and click OK.

The value appears in the HostID field of the Main tab of the License pane.

  1. Enter the license provided by Juniper Networks in the SSP License field of the Main tab of the License pane, and click Save.
  2. Repeat Steps 3 and 4 for each host with its related host ID and license.

Installing a Server License

After you configure the SAE local properties and you configure bootstrap properties for the license server, you can install a server license.

To install a server license in the directory:

cd /opt/UMC/licsvr/etc

This command has the following syntax; see Table 15 for details on the syntax:

instlic [-h <ldapHost>] [-D <bindDN>] [-b <baseDN>] 

[-m ] [-w <password>] [-W ] <fileName>

The instlic command applies the name @License to the first license you install; this is the master license. Any subsequent licenses that you install are automatically named by the command as Lic-<#>; <#> is a sequence number starting at 0. SAE clients read the address of the license server from the master license.

When you upgrade the SDX software to a higher release, you must replace the current master license with a new master license obtained from Juniper Networks. The new master license will incorporate the version number of the higher release and a new signature. The instlic command automatically renames the old master license to Lic-<#> to retain it as a secondary license.

The following sample command specifies a nondefault host address and base DN, prompts you for the password, and establishes the license contained in the second.txt file as the master license:

/opt/UMC/licsvr/etc/instlic -h 10.25.2.4 

-D cn=umcadmin,o=SDXbase -m -W second.txt

Verifying a License

After you install the license, you can use the licchk command to verify the license installation and to verify connectivity to the SDX license server. The command returns the license's relative distinguished name (RDN) and its attributes to a specified file. This command has the following syntax; see Table 15 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/sae/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/sae/etc/licchk

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]