- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How do I tell when a licence expired?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 05:21 AM
06-23-2010 05:21 AM
I'm fairly new to VMS system management. One of our servers gave the following message a couple weeks ago:
%%%%%%%%%%% OPCOM 7-JUN-2010 12:10:07.46 %%%%%%%%%%%
Message from user SYSTEM on BMVAX
%LICENSE-E-TERM, DLBPLUS DLBPLUS-TTI License has terminated
I think this may be the cause of issues the server has been having lately (extremely high CPU utilization slowing everything down considerably). I would like to know when this licence expired, but am not sure how to do this.
Thanks for any help you can give me.
-Blake
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 05:25 AM
06-23-2010 05:25 AM
Re: How do I tell when a licence expired?
You need:
$ show licence
HTH
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 05:39 AM
06-23-2010 05:39 AM
Re: How do I tell when a licence expired?
>> I would like to know when this licence expired
Issue the following command -
$SHOW LICENSE
This command will list all the active license in your system.
In the output, you would find the product name and also the termination
date for its license.
>> %LICENSE-E-TERM, DLBPLUS DLBPLUS-TTI License has terminated
In your case you need to check the termination date for the products DLBPLUS
& DLBPLUS-TTI.
In case the license is expired then the next step would be to acquire new set
of licenses.
Craig,
>> $ show licence
Looks like a typo. It should rather be $SHOW LICENSE
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 05:48 AM
06-23-2010 05:48 AM
Re: How do I tell when a licence expired?
Also, to make it even more clear
If the current system time is greater than the license termination date of a
product then it would mean that the license for that product has terminated.
Execute the following steps -
* Get the product license installed and its termination date
$SHOW LICENSE
* Get current system time
$ SHOW TIME
Compare the above time values.
If current system time is greater than the product license termination
date then the product's license has terminated.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 05:52 AM
06-23-2010 05:52 AM
Re: How do I tell when a licence expired?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 06:00 AM
06-23-2010 06:00 AM
Re: How do I tell when a licence expired?
Try the following command -
$LIC LIST *
and then try to locate those licenses.
$ SHOW LICENSE
-> Displays information from the license database in memory
$ LIC LIST *
-> Displays information from the license database in disk
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 06:07 AM
06-23-2010 06:07 AM
SolutionTo see the license in the database, do a
$ license list/full DLBPLUS*
If the license is not in the standard database (usually sys$system:LMF$LICENSE.LDB), then search the system disk for other license (*.LDB) databases.
Further help by HELP LICENSE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 06:08 AM
06-23-2010 06:08 AM
Re: How do I tell when a licence expired?
To list the specific license for DLBPLUS & DLBPLUS-TTI
$ LIC LIST DLBPLUS /FULL
$ LIC LIST DLBPLUS-TTI /FULL
This would give you the license termination date under the
"PAK Termination Date:" field
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 06:11 AM
06-23-2010 06:11 AM
Re: How do I tell when a licence expired?
Thanks for the quick responses everyone! I'll definitely be coming back to these forums for help in the future!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2010 06:20 PM
06-23-2010 06:20 PM
Re: How do I tell when a licence expired?
Some PAKs have expiry dates. They are relatively rare.
An expired PAK cannot be loaded, so for a LICENSE-E-TERM message on system startup, the offending PAK will be in the License Data Base (LDB) on disk.
A LICENSE-E-TERM message from an interactive command indicates the expired PAK is in memory and should therefore be visible with the SHOW LICENSE command. The PAK will also be in the LDB.
$ SHOW LICENSE/WARNING[=days]
can be used to generate warnings for PAKs which are due to expire soon. The default is 30 days.
Running a SHOW LICENSE/WARNING on the first of each month is a good idea if you have PAKs with expiry dates.