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

Ref Mike FAQ

Status
Not open for further replies.

uadmin

Technical User
Jun 13, 2001
122
GB
Hi Mike

could you please explain in the command :

echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem
phys_mem_pages:
phys_mem_pages: 24576

What does the adp do as i can not get this to work and would be greatful for some help as this would be useful added in to my script.


Regards
Simon Simon Peter Wickham
Email: s.wickham@zoom.co.uk
 
Hello:

I don´t know if this can help you but perhaps your problem is that you haven´t put the -k option. Without that option you would obtain this output:

Error from elf64_getehdr(application core file)
Not an Elf file: No Elf header
phys_mem_pages:
phys_mem_pages: 524288

if you run adb with the -k option you would probably obtain what you want:
echo phys_mem_pages/D | adb -k /stand/vmunix /dev/kmem

Best regards,
Mario.
 
Thanks for the help

Regards
Simon Simon Peter Wickham
Email: s.wickham@zoom.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top