Posts

Showing posts with the label cobol

Problem: no license cobol AS

caused #1 : mflm_manager did not response. solution 1. make sure license daemon (mflm_manager) is running on the system. root@cbm4uf1 # ps -ef|grep mflm root 28638 1 0 Nov 27 ? 0:00 ./mflm_manager root 9040 8850 0 15:01:51 pts/6 0:00 grep mflm 2. If there is a process running, try to stop-start mflm_manager. stop : kill the process (kill -9 28638) start : root@cbm4uf1 # cd /opt/mflmf root@cbm4uf1 # ls bin lang lmfgetpv mflm-history mflm_manager mflmfdb mflmfdbX.idx mflmrcscript terminfo devas lib LMFVERNO mflm_admin mflmadm mflmfdb.idx mflmkbcf PRODFILE terminfo.txt INSTMAIN.S lmf-mess MF-LMF.log mflm_cmd mflmcmd mflmfdbX mflmman ref-as.gnt root@cbm4uf1 # ./mflmman 3. try to running the application that used cobol (TPxx), if not, re-install cobol AS as follows : # export PATH=$PATH:/usr/local/bin # export COBDIR=/opt/cobol # export LD_LIBRAR...