HP SVA V2.0 System Administration Guide

3.2.1 Overview
The license manager service runs on the head node and maintains licensing information for
software on the SVA. You can find additional information on the FLEXlmâ„¢ license manager at
the Macrovision Web site:
http://www.macrovision.com
This link is available from the SVA Documentation Library.
The license manager uses a license file to maintain all licenses associated with the SVA. The
/opt/sva/etc/license/SVA.lic file is the license file for the SVA system.
You can update the SVA license file to include a future additional product and to update the
expiration. Under normal operation, you don't need to start or stop the license manager. Under
exceptional circumstances, such as finding that the manager has stopped unexpectedly, follow
the instructions in this section. To install a license, stop the license manager, install the file, and
start the license manager.
Update the license /opt/sva/etc/license/SVA.lic file with the text editor of your choice.
The /var/log/svalicense.log file is the log file for the license manager.
3.2.2 Determining Whether the License Manager Is Running
Log in to the head node as superuser and execute the following command to determine whether
or not the license manager is running:
# service sva-lm status
The following output is typical when the license manager is running:
sva-lm is running.
License manager process id: ####
HPQ license manager process id: ####
The following output indicates that the license manager is not running:
sva-lm is stopped.
3.2.3 Starting and Stopping the License Manager
The service command enables you to start, stop, and restart the license manager service from
the head node.
Execute the following command to start the license manager:
# service sva-lm start
Execute the following command to stop the license manager:
# service sva-lm stop
Execute the following command to restart the license manager:
# service sva-lm restart
3.3 Determining Installed HP SVA Software Version
To find out what HP SVA Software you currently have installed, run the following command:
% cat /etc/sva-release
SVA V1.1 produces the following types of output:
52 Common System Administration Tasks