Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chavax

    How can I use the INONGUITHREAD class implemented in Visual Age C++?

    Hi everybody We are creating an application using the INONGUITHREAD class of Visual Age C++. The problem we have is that we created a class called iThread to encapsulate this class and our application calls threads in a recursive way in 2 levels, it means, we have a thread used to generate...
  2. chavax

    How to compile an AIX application with static lib using Visual Age C++

    Following is the icc code we are using: option aixip = gen(rtti, "all") { option defaults("xlC_r"), link(linkwithsharedlib, no), define("USE_IPF", "1") , link(libsearchpath,"/usr/lpp/db2_07_01/lib/"), link(linkWithMultithreadLib, yes) {...
  3. chavax

    How to compile an AIX application with static lib using Visual Age C++

    Hi everybody We are trying to compile an AIX application using Visual Age C++ 5.0.2 to be used in other AIX systems without need to install Visual Age in it because the application uses OCL and Visual Age libs, and we want to link this libs in static mode into the executable application...
  4. chavax

    graphical monitoring tool

    Try using the "topas" command. It is a very complete tool to see the performance and memory used by the programs.
  5. chavax

    /usr/lib/instl/sm_inst[25]: 18460 Memory fault (coredump)

    Hello, I'm trying to install software products in AIX version 5.1 by using the Install Software section from the smitty and when I press enter to run the install verification and installation I receive: /usr/lib/instl/sm_inst[25]: 18460 Memory fault (coredump) # No installable software...
  6. chavax

    Starting ASNCCP remotely

    Hello!!! i'm working at IBM Mexico in the development of one application to recovery information between 2 AIXs and I need to start the asnccp program in the remote AIX by using an application like rexec or something like that, but when I try to use this application I receive the return code...
  7. chavax

    How can I change the root pwd if I don´t remember it?

    Hi, I work for IBM in Mexico and somebody here forgot the password for root in an AIX 4.3. How can I reset it or change it? Thanks in advance.
  8. chavax

    How Can I get the amount of memory used by the system on AIX

    Hi !!!! We are working on a program on charge to get the total amount of memory used by the system AIX. We know the existance of svmon command and swapqry (function) but the problem is that we are not sure which one is the real amount of total memory used in the System. I'll appreciate your...
  9. chavax

    How can I get the ammount of memory usage with a program in C?

    Hi !!!! I´m working in a program to get de % of the procesor and memory usage to determine if I should or not stop an application running in the AIX, but it depends of the % of cpu and memory usage and I must print out to the screen. There is any way (APIs or functions) to make this in a...

Part and Inventory Search

Back
Top