Consultor Eletrônico



Kbase 22103: AIX Cannot Open /tmp/.oslevel.mlinfo.XXXXX When Accessing DB
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/07/2002
SUMMARY:

If you receive an error similar to:

cat: 0652-050 cannot open /tmp/.oslevel.mlinfo.26564

the problem is related to the oslevel script in /usr/bin.

Prior to version 4.3.3.10, the oslevel command looked for .oslevel.mlinfo files in /tmp. As of version 4.3.3.10, these files are now placed in /usr/lib/instl and are called .oslevel.mlinfo.cache. The changes to the oslevel script include the following two variables which indicate where it expects these files to now be resident.

instlib="/usr/lib/instl"
mlcache="$instlib/.oslevel.mlinfo.cache"

If you are experiencing the error mentioned above, then there is a
problem with the variable instlib in the /usr/bin/oslevel script.
Modify the path for this variable to reflect the ones above.

You might also want to refer back to your Operating System vendor to find out why the oslevel command is misbehaving.