vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, AIX 5.2, ML 03. I'm getting an error with starting the nmon utility(output is below). I have it running on one of my other systems, same release and maintenance level. Anyone have any ideas? TIA, Pete's AIX version 5.2.0.0 and starting up nmon nmon_aix52 nmon_aix52 ERROR: Assert Failure in file="nmon10.c" in function="main" at line=3006 ERROR: Reason=System call returned -1 ERROR: Expression=[[perfstat_diskadapter((perfstat_id_t * )FIRST_DISKADAPTER, q->adapt, sizeof (perfstat_diskadapter_t), adapters)]] ERROR: errno=22 ERROR: errno means : Invalid argument |
| |||
| Pete's wrote: > Hi all, > > AIX 5.2, ML 03. I'm getting an error with starting the nmon > utility(output is below). I have it running on one of my other > systems, same release and maintenance level. Anyone have any ideas? > > TIA, > Pete's > > AIX version 5.2.0.0 and starting up nmon nmon_aix52 > nmon_aix52 > ERROR: Assert Failure in file="nmon10.c" in function="main" at > line=3006 > ERROR: Reason=System call returned -1 > ERROR: Expression=[[perfstat_diskadapter((perfstat_id_t * > )FIRST_DISKADAPTER, q->adapt, sizeof > (perfstat_diskadapter_t), adapters)]] > ERROR: errno=22 > ERROR: errno means : Invalid argument I run NMON v10r on AIX 5.2 ML3 with no problems Maybe you should download the v10r release |
| ||||
| Hi Pete, Unfortuantely, Maintanance Level 03 of AIX 5.2 brought in certain backward compatibility issues that changed the API for programs like nmon that use the libperfstat library. nmon now checks for this problem and stops rather than display invalid data. There were some other problems with ML03 and I generally recommend customers upgrading to the current ML. The issue is fixed in ML05 and ML06. If this is a production machine I understand that you may be reluctant to update and can only do this after testing. As a short term solution you should be able to run nmon_aix51, although some stats are not available in this earlier AIX version. nmon_aix51 uses an even earlier libperfstat API which still works on ML03. I now recommend nmon questions go on the Performance Tools Forum website, so that others can find and benefit from the answers. Take the Performance Tools link at the bottom of http://www.ibm.com/eserver/pseries/community/ Sorry for the problems you are having, thanks Nigel |