- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Microfocus License Manager
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-23-2006 04:40 AM
тАО01-23-2006 04:40 AM
Microfocus License Manager
Micro Focus LMF - 010: Unable to contact license manager.
This product has been unable to contact the
License Manager.
Execution of this product has been terminated.
This product cannot execute without the License Manager. Contact your license administrator or refer to the 'Information Messages' of the License Management Facility
Administrator's Guide.
cob64: error(s) in compilation: RCBCT07.cob
*** Error exit code 16
I have tried to manually start/force the license manager, but returns the following error(s):
# ./mflmman
MF-LMF:Mon Jan 23 10:44:50 2006: LMF Starting
MF-LMF:Mon Jan 23 10:44:50 2006: License Key database unusable due to copying, restoration or tampering
MF-LMF:Mon Jan 23 10:44:50 2006: Run 'lmfdbrecover' to recover
MF-LMF:Mon Jan 23 10:44:50 2006: LMF Closing Down
#
Tried to recover the mflmdb by entering:
# ./lmfdbrecover
/usr/lib/dld.sl: Can't find path for shared library: libcobccsupport.sl
/usr/lib/dld.sl: No such file or directory
./lmfdbrecover[8]: 7144 Abort(coredump)
Corrupt database
Attempting to restore from backup
Run will terminate if unsuccessful
MF-LMF:Mon Jan 23 10:45:26 2006: LMF Starting
MF-LMF:Mon Jan 23 10:45:26 2006: Unable to open License Key database
MF-LMF:Mon Jan 23 10:45:26 2006: LMF Closing Down
/usr/lib/dld.sl: Can't find path for shared library: libcobccsupport.sl
/usr/lib/dld.sl: No such file or directory
./lmfdbrecover[14]: 7153 Abort(coredump)
#
I also cannot resore the mflm database using the mflmadm utility.
Any suggestions would be greatly appreciated...
thanks,
geoff valdez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2006 04:50 AM
тАО01-23-2006 04:50 AM
Re: Microfocus License Manager
1. Make sure that COBDIR is equal to /opt/lib/cobol and has been exported.
2. Make sure that SHLIB_PATH contains the path to the
directory /opt/lib/cobol/lib and has been exported. Also, make sure that this
path occurs in the list before any other cobol libraries in any other locations.
3. Make sure that PATH contains the path to /opt/lib/cobol/bin and has been
exported. Also make sure that this path occurs in the list of paths before any
other cobol executables. You can check this by doing "whereis cob" and if it
finds it in any other location before /opt/lib/cobol/bin, then you need to
change the order in which the paths are specified within the PATH env var
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2006 06:23 AM
тАО01-23-2006 06:23 AM
Re: Microfocus License Manager
Export vars:
export COBDIR=/opt/lib/cobol
export SHLIB_PATH=/opt/lib/cobol/lib:$SHLIB_PATH
export PATH=$COBDIR/bin:$PATH
Then to install license, run "/opt/cobol/mflmf/mflmcmd".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2006 07:14 AM
тАО02-01-2006 07:14 AM
Re: Microfocus License Manager
here are my results so far:
$ echo $COBDIR
/opt/cobol2
$ echo $SHLIB_PATH
/opt/cobol2/lib::/data/d1/oracle/product64/9.2.0.4/lib:/opt/cobol2/lib:/usr/lib:/data/d1/oracle/product64/9.2.0.4/jdbc/lib
$ echo $PATH
/opt/cobol2/bin:/usr/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/resmon/bin:/opt/netscape:/opt/scr/bin:/opt/mx/bin:/opt/ignite/bin:/opt/gnome/bin:/opt/graphics/common/bin:/usr/sbin/diag/contrib:/opt/hpnpl//bin:/opt/langtools/bin:/opt/imake/bin:/usr/local/bin:.:/data/d1/oracle/product64/9.2.0.4/bin
$ /opt/cobol2/mflmf/mflmcmd
Corrupt database
Attempting to restore from backup
Run will terminate if unsuccessful
$
$ whereis cob
cob: /opt/cobol2/bin/cob
$
still can't figure out if i need to reinstall microfocus, or if this is fixable in the current configuration.
thanks again for any assistance..
gv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2006 08:30 AM
тАО02-01-2006 08:30 AM
Re: Microfocus License Manager
# backup your corrupt database (find the location of this file and 'cd' to that dir)
mv mflmfdb* /some_back_up_dir
# create new DB - from the same directory (i haven't done this any time recently!)
$COBDIR/bin/rts32 lmfnewdb
mflmf/mflmcmd - to install license
mflmf/mflmman - to start the manager
If it still doesn't solve your problem, try a fresh installation! All the best...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2006 08:48 AM
тАО02-01-2006 08:48 AM
Re: Microfocus License Manager
Here are the results of your latest suggestions:
$ $COBDIR/bin/rts32 lmfnewdb
Load error : file 'lmfnewdb'
error code: 173, pc=0, call=1, seg=0
173 Called program file not found in drive/directory
$
If possible, can direct me on performing a fresh install (if this error message cannot be resolved without too many manual changes)? this is the first time i've ever touched microfocus, hence my limited knowledge on the material..
thanks,
gv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2006 08:55 AM
тАО02-01-2006 08:55 AM
Re: Microfocus License Manager
http://supportline.microfocus.com/mf_kb_display.asp?kbnumber=17984