1828841 Members
2838 Online
109985 Solutions
New Discussion

License problems

 
SOLVED
Go to solution
Wim Van den Wyngaert
Honored Contributor

License problems

I have a AS 1000 with license openvms-alpha-adl of 3000, thus 30 users.

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
Wim
11 REPLIES 11
Jan van den Ende
Honored Contributor

Re: License problems

Wim,

at the risk of "asking a stupid question":
Does the LDB show the correct nodename for the license?

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Volker Halle
Honored Contributor

Re: License problems

Wim,

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.
Wim Van den Wyngaert
Honored Contributor

Re: License problems

Volker,

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
Wim
Volker Halle
Honored Contributor

Re: License problems

Wim,

is the LMF$DISPLAY_OPCOM_MESSAGE logical defined ?

Volker.
Wim Van den Wyngaert
Honored Contributor

Re: License problems

Volker : yes (value TRUE).

Wim
Wim
Volker Halle
Honored Contributor

Re: License problems

Wim,

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.
Volker Halle
Honored Contributor
Solution

Re: License problems

Wim,

when 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.
Wim Van den Wyngaert
Honored Contributor

Re: License problems

Volker,

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
Wim
Wim Van den Wyngaert
Honored Contributor

Re: License problems

Found this :

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
Wim
Volker Halle
Honored Contributor

Re: License problems

Wim,

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.
Wim Van den Wyngaert
Honored Contributor

Re: License problems

Modified the logical : solved.

Thx Volker.

Wim
Wim