Operating System - OpenVMS
1828345 Members
2999 Online
109976 Solutions
New Discussion

Re: Advanced Server error

 
IFX_1
Frequent Advisor

Advanced Server error

Hello,
I try to install advanced server 7.3B on OpenVMS V8.3 but when I execute the $ admin/license, I get the below error -- Unable to communicate with the license server ---.

Does anyone know the fix of this problem?
Thanks.

regards,
ronald



+——————————————————— SUCCESS ———————————————————+
| |
| Unable to communicate with the license server |
| |
| +——————————+ |
| | Continue | |
| +——————————+ |
+———————————————————————————————————————————————+

----------------------

%DEBUG-I-UNAOPNDSF, unable to open Debugger Symbol File
-RMS-F-DIR, error in directory name
%DEBUG-I-NOGLOBALS, some or all global symbols not accessible
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000010000
0000, PC=0000000100000000, PS=0000001B
break on unhandled exception at 4294967296
%DEBUG-I-SOURCESCOPE, source lines not available for %PC in scope number 0
Displaying source for 7\%PC
4 REPLIES 4
Karl Rohwedder
Honored Contributor

Re: Advanced Server error

Ronald,

did you run @PWRK$CONFIG after installing the software?
To use ADMIN/LICEN you should habe enabled a license server during the PWRK$CONFIG phase.
To change values afterwards, you may execute the SYS$MANAGER:PWRK$DEFINE_COMMANDS and run SETINI (with Server shut down).

If you run server based licenses, you don't need to ru ADMIN/LICE.

regards Kalle
Anton van Ruitenbeek
Trusted Contributor

Re: Advanced Server error

Ronald,

Id adition to Karl, after every installation/upgrade you must run SYS$UPDATE:PWRK$CONFIG.COM. The licenseserver is only needed if you are running multiple OpenVMS (separated) systems with the same clients. Otherwise it's more complex to maintain.

AvR
NL: Meten is weten, maar je moet weten hoe te meten! - UK: Measuremets is knowledge, but you need to know how to measure !
Brad McCusker
Respected Contributor

Re: Advanced Server error

Hello Ronald,

To expand what Anton said, because it is an important, but sometimes confusing point.

The license server is only needed if you use client based licensing. You only need to use client based licensing if you have clients (desktops) that will need to connect to more than one different Advanced Server system (A VMS cluster is considered to be ONE Advanced Server system).

Otherwise, you should use server based licensing. Server based licensing does NOT use the license server.

Reference: http://h71000.www7.hp.com/doc/82final/6554/6554pro.HTML

Best Regards,

Brad McCusker
Software Concepts International
www.sciinc.com
Brad McCusker
Software Concepts International
IFX_1
Frequent Advisor

Re: Advanced Server error

Since, I am using a server based licence thus I don't need the $ admin/licence utility of advance server. I need this only if I am using a client based license.

Thanks for all the reply.