- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Advanced Server error
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
08-22-2007 11:46 PM
08-22-2007 11:46 PM
Advanced Server error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 01:07 AM
08-23-2007 01:07 AM
Re: Advanced Server error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2007 07:37 PM
08-23-2007 07:37 PM
Re: Advanced Server error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 12:10 AM
08-24-2007 12:10 AM
Re: Advanced Server error
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
Software Concepts International
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 12:34 AM
08-24-2007 12:34 AM
Re: Advanced Server error
Thanks for all the reply.