1833759 Members
2027 Online
110063 Solutions
New Discussion

Kernel symbol table

 
Brian Frost
Occasional Advisor

Kernel symbol table

I'm in the process of configuring a new system (11iV1), when I execute the command 'echo "phys_mem_pages/D" | adb64 -k /stand/vmunix /dev/mem'

I get the results:

phys_mem_pages:
phys_mem_pages:
data address not found

This works fine on old system. Is there something that I have missed when doing the install on this system?
3 REPLIES 3
Tim Nelson
Honored Contributor

Re: Kernel symbol table

I use this on my 11iv1 servers
echo "phys_mem_pages/D"| adb -k /stand/vmunix /dev/kmem

Brian Frost
Occasional Advisor

Re: Kernel symbol table

Funny thing is that on my existing 11iV1 systems, it works. Just the new one I'm building as a replacement for one of the old ones.
Dennis Handly
Acclaimed Contributor

Re: Kernel symbol table

>Just the new one I'm building as a replacement for one of the old ones.

You might want to check the version on your old and new systems:
$ what /usr/bin/adb64

My B.11.11_LR works fine.
Perhaps a newer one requires the "-o" option?