Kbase 21844: Useful AIX Commands to Help with Troubleshooting
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/27/2002 |
|
SUMMARY:
This Solution lists some useful commands on the AIX platform that might help to troubleshoot program execution or gain more information on the system.
EXPLANATION:
Getting more information on the system or how the executable is built can provide greater insights when troubleshooting a problem related to executing a program, dynamic or static loading libraries, or building executables using PROBUILD.
SOLUTION:
-- Use the dump command to look at symbol table information:
dump -HTv filename
-- Clean the memory of shared libraries:
slibclean
-- Get a list of all currently loaded shared libraries:
genkld
-- lsattr -El sys0 |grep realmem - real memory on the system
lsattr -El proc0 |awk '/type/{print$2}' - processor type
oslevel - OS level
References to Written Documentation:
AIX Linking and Loading Mechanisms