5770XE1 V7R1M0 IBM i Access for Linux In this directory are fixes for V7R1M0 i Access for Linux License Management that are not in a Linux service pack: APAR SE53591: CA400EXP-TERMEMUL-INCORROUT LINUX CWBLM0011 RC6211 Running ibm5250 emulation on a multi-user linux terminal server may fail with a CWBLM0011 RC6211 (no license). Other linux users on the same server may continue to work. Either waiting for 20 minutes or a reboot of the server avoids the problem for a specific linux user. This fix applies to V7R1M0. The file size and install location are as follows: SE51846.tar.gz 535,490 bytes cwblmsrv 45,943 bytes (Linux path: /opt/ibm/iSeriesAccess/bin) libcwbcore.so 1,515,410 bytes (Linux path: /opt/ibm/iSeriesAccess/lib) This fix is applied by replacing the files on the client machine with the fixed modules. If you later re-install a service pack or the entire product, these file(s) will be overwritten. File replacement instructions ------------------------------------------------------------------------------ For each file in this fix: 1) Ensure the files involved are not in use by a running program. 2) Locate the file on your client workstation, in the location noted above. 3) Back up the existing file by renaming it and adding ".bak" to its name. mv cwblmsrv cwblmsrv.bak mv libcwbcore.so libcwbcore.so.bak 4) Extract the files from the gzip'd archive: tar -xvzf SE53591.tar.gz -C /opt/ibm/iSeriesAccess/bin cwblmsrv tar -xvzf SE53591.tar.gz -C /opt/ibm/iSeriesAccess/lib libcwbcore.so 5) As needed, adjust permissions and ownership using chown and chmod.