- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- OpenVMS Licenses 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
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
06-04-2007 06:21 AM
06-04-2007 06:21 AM
OpenVMS Licenses Expired
I tried manually entering some DExNETxxx licenses and they seemed to take OK... but when I attempted to enter one for OPENVMS-ALPHA-USER , it rejected and would not validate the checksum...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 06:29 AM
06-04-2007 06:29 AM
Re: OpenVMS Licenses Expired
probably something like ucx , or tcpip
* would get ftp running so you can get the
others. I'm not sure of the license pak names.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 06:31 AM
06-04-2007 06:31 AM
Re: OpenVMS Licenses Expired
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 06:44 AM
06-04-2007 06:44 AM
Re: OpenVMS Licenses Expired
You will need the UCX/TCP paks and the base OpenVMS pak.
Be careful of the o/O problem.
What I have often done when this happens at a site is to use C-Kermit to due the file transfer (If I have been luck enough to either have installed it previously or have it on a usable media).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 07:02 AM
06-04-2007 07:02 AM
Re: OpenVMS Licenses Expired
Which PAK enables the network device ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 07:30 AM
06-04-2007 07:30 AM
Re: OpenVMS Licenses Expired
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:20 AM
06-04-2007 08:20 AM
Re: OpenVMS Licenses Expired
Stephen Hoffman
HoffmanLabs.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:27 AM
06-04-2007 08:27 AM
Re: OpenVMS Licenses Expired
Have you tried shutting down and restarting TCPIP?
While I have not been in this situation recently, my recollection is that the startup fails, in which case your network is not actually up. Do a SHUTDOWN STARTUP sequence manually (a reboot is quite possibly unneeded).
My apologies for posting an untested suggestion, but I am not in the office at the moment and cannot easily test my recollection.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:24 AM
06-04-2007 10:24 AM
Re: OpenVMS Licenses Expired
Support ran me around initially sending me to our sales rep ?? go figure...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:27 AM
06-04-2007 10:27 AM
Re: OpenVMS Licenses Expired
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:55 AM
06-04-2007 10:55 AM
Re: OpenVMS Licenses Expired
>then rebooted one more time....
Sacrilege! For future refernce it is NEVER necessary to reboot a system to fix any licensing problem.
The main stumbling blocks to license issues are:
1) Not realising there are VOLATILE and PERMANENT data bases. REGISTER places the new PAK in the PERMANENT data base, but you need to LOAD it into the VOLATILE data base for it to work. LOADed PAKs remain in the VOLATILE data base until explicitly UNLOADed.
2) Not realising that all active PAKs in the PERMANENT data base for the same product combine, and, an expired PAK combined with an unexpired PAK results in an expired PAK.
I suspect you may have hit both of these.
To replace expired PAKs, LICENSE DELETE or LICENSE DISABLE all the expired ones, LICENSE REGISTER the new ones and then LICENSE LOAD (or if you're on a very old version, LICENSE UNLOAD then LICENSE LOAD) to refresh the VOLATILE data base.
Another source of confusion is the LICENSE LOAD command reverses the usual DCL convention for reporting conditions. By default LICENSE LOAD issues a message when a PAK is successfully LOADed, but does NOT issue a message if the load failed.
When you're running on expiring PAKs, it's a good idea to issue a SHOW LICENSE command every so often to get advance warning of impending expirations. By default it will warn you of any terminations due in the next 30 days (see HELP SHOW LICENSE/WARNING_INTERVAL).