Operating System - HP-UX
1826345 Members
3984 Online
109692 Solutions
New Discussion

please help on adb command

 
SOLVED
Go to solution
remer
Advisor

please help on adb command

hi, can you help me if my command is correct? or if my kernel symbol is corerct?

# echo "MpxReserveKey/2x" | adb -w /stand/vmunix /dev/kmem
adb: error: MpxReserveKey: Symbol not found.


thanks in advance.
2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: please help on adb command

It looks like MpxReserveKey doesn't exist on two systems I looked at.

You might want to use the following to see if you made a typo?
$ nm -px /stand/vmunix | grep -i reserve.*key

(That didn't help me, perhaps I don't have your product/driver installed.)
remer
Advisor

Re: please help on adb command

thanks the "nm" command helps.