- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: License problems
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
Forums
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
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
12-27-2006 01:12 AM
12-27-2006 01:12 AM
The openvms-alpha is 15 units of which 12 are taken.
I have 2 logins via decnet and thus show lic/us says 100 units used (1 connection is free).
But in console output I find "dec openvms-alpha use is not authorized on this node", "attempted use exceeds active license limits". This for each logon on the system (via rlogin or set host).
Why ???
Wim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:13 AM
12-27-2006 02:13 AM
Re: License problems
at the risk of "asking a stupid question":
Does the LDB show the correct nodename for the license?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:20 AM
12-27-2006 02:20 AM
Re: License problems
according to the Alpha License Ratintg tables, an AlphaServer 1000 should be using 15 units for it's operating system base license:
http://licensing.hp.com/swl/view.slm?page=alpha
What does $ SHOW LIC/CHARGE report for the Type A license ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:25 AM
12-27-2006 02:25 AM
Re: License problems
Mixup of systems. It's a AS500. 12 units required.
Jan,
To my knowledge, the include is not needed because this is not a cluster. And the license is loaded and used (with success because I can login, but I would expect no message in opcom).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:50 AM
12-27-2006 02:50 AM
Re: License problems
is the LMF$DISPLAY_OPCOM_MESSAGE logical defined ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:52 AM
12-27-2006 02:52 AM
Re: License problems
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:53 AM
12-27-2006 02:53 AM
Re: License problems
an OPENVMS-ALPHA license has the NOSHARE key option, so it requires the SCS nodename of the node it should be activated on. Try it...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 02:57 AM
12-27-2006 02:57 AM
Solutionwhen trying to check, whether a certain operation is covered by an active license, OpenVMS may check multiple different licenses. If the LMF$DISPLAY_OPCOM_MESSAGE logical is defined, each failing license check will send an OPCOM message. This logical should normally NOT be defined. Use it only for troubleshooting license problems, not for creating them ;-)
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 03:03 AM
12-27-2006 03:03 AM
Re: License problems
Tried with /include and no change after license load(as help says in /include : only for clusters).
If I understand correctly, the logical is badly set and it tries to find something that it doesn't find. But what is it searching for ? Isn't it essential in debug info to mention that ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 03:11 AM
12-27-2006 03:11 AM
Re: License problems
14 Logical Name LMF$DISPLAY_OPCOM_MESSAGE
A previous version of this manual incorrectly stated that you
must define the logical name LMF$DISPLAY_OPCOM_
MESSAGE in order for messages to appear.
If you have already defined this logical name, you should delete the definition.
Define the LMF$DISPLAY_OPCOM_MESSAGE logical
name only if you are explicitly directed by Digital to do so (for debugging purposes). When defined, this logical name causes
many ``noise'' messages to be displayed on the operator's con-
sole; some of these messages can be confusing and misleading
to the point of suggesting that a product is not licensed when
in fact it is.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 03:15 AM
12-27-2006 03:15 AM
Re: License problems
OpenVMS interactive users could be licensed using different types of licenses. SYS$LOOKUP_LICENSE needs to check, whether any loaded license allows the interactive login attempt. It seems to check OPENVMS-ALPHA first, then OPENVMS-ALPHA-ADL. If the LMF$DISPLAY_OPCOM_MESSAGE is defined, each failed license check is logged, even if it is just one in a series of checks for various different possible license names.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 03:34 AM
12-27-2006 03:34 AM
Re: License problems
Thx Volker.
Wim