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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

svmon doesn't work

Status
Not open for further replies.

Tuong

Programmer
Joined
Dec 13, 2000
Messages
4
Location
FR
I have just installed svmon from the AIX 4.3.3 CD.
When I type the command svmon, I've got an error saying
the svmon program could not be loaded because symbol resolution for svmon_back failed : the symbol get_frames has not been exported from the dependant module /unix.

When I execute a :
dump -Tv /usr/lib/perf/svmon_back
I've got :
[44] 0x00000000 undef IMP DS EXTref /unix get_frames

When I execute a :
dump -Tv /unix
I've got lines like this :
[1217] 0x0035dd88 .bss EXP RW BSS [0 idIMP] printbuf
[1218] 0x00417d30 .bss EXP RW BSS [0 idIMP] kernel_anchor

But there is no such line exporting the symbol get_frames.

Why is my /unix not exporting the get_frames symbol ?
How can I make my svmon work ?

Thankx



 
Hi,

To install svmon you must have installed perfagent.tools from the AIX cd's. I would do an "lslpp -l |grep perfagent.tools" to make sure that the fileset says applied or commited if it says broken the install must have failed. If so do an "lppck -v". Another thing to check is that you have already got bos.perf and bos.acct installed on the box., they are not pre-reqs. but are performance related filesets.

Best of Luck

Paul Sharpe-Deacon
UNIX cofE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top