- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Confused about Micro Focus cobol versioning
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
05-22-2003 11:10 AM
05-22-2003 11:10 AM
Confused about Micro Focus cobol versioning
They also need an OLDER version for upgrade parellel test.. It was B24433EB (HP Product) how do i get THAT? How do i figure out what Micro Focus level it compares to?
Thanks for any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 11:43 AM
05-22-2003 11:43 AM
Re: Confused about Micro Focus cobol versioning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 11:44 AM
05-22-2003 11:44 AM
Re: Confused about Micro Focus cobol versioning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 11:51 AM
05-22-2003 11:51 AM
Re: Confused about Micro Focus cobol versioning
Does that change anthing?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 12:05 PM
05-22-2003 12:05 PM
Re: Confused about Micro Focus cobol versioning
On your old box:
cd /usr/local
find flexlm -print | cpio -ocv > /tmp/flexlm.cpio
ftp /tmp/flexlm.cpio to your new box
On your new box:
cd /usr/local
cpio -icvdum < /tmp/flexlm.cpio
You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.
Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 12:05 PM
05-22-2003 12:05 PM
Re: Confused about Micro Focus cobol versioning
On your old box:
cd /usr/local
find flexlm -print | cpio -ocv > /tmp/flexlm.cpio
ftp /tmp/flexlm.cpio to your new box
On your new box:
cd /usr/local
cpio -icvdum < /tmp/flexlm.cpio
You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.
Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 12:06 PM
05-22-2003 12:06 PM
Re: Confused about Micro Focus cobol versioning
On your old box:
cd /usr/local
find flexlm -print | cpio -ocv > /tmp/flexlm.cpio
ftp /tmp/flexlm.cpio to your new box
On your new box:
cd /usr/local
cpio -icvdum < /tmp/flexlm.cpio
You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.
Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2003 12:06 PM
05-22-2003 12:06 PM
Re: Confused about Micro Focus cobol versioning
On your old box:
cd /usr/local
find flexlm -print | cpio -ocv > /tmp/flexlm.cpio
ftp /tmp/flexlm.cpio to your new box
On your new box:
cd /usr/local
cpio -icvdum < /tmp/flexlm.cpio
You don't need to start lmgrd on the new box; in fact, it won't start but there is now enough data to allow you to connect to the lmgrd on the old box. As long as you don't exceed your total license count, you are perfectly fine.
Actually, you don't even need the entire flexlm directory but the above method is the most straightforward. You will need to make sure that lmgrd is running on the old box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 04:29 PM
05-29-2003 04:29 PM