- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: adb error message.
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 01:18 PM
06-02-2004 01:18 PM
adb error message.
Hi folks,
I cannot seem to be able to run adb to get current sizes of kernel parameters. I get the following:
[myserver3]:/root # echo "maxtsiz/D" | adb /stand/vmunix /dev/kmem
Error from elf64_getehdr(application core file)
Not an Elf file: No Elf header
maxtsiz:
maxtsiz: 0
I'm running hp-ux 11.00 on a 6 way 12GB system.
Anyone know what this means?
Thank you.
- Andrew Gray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:17 PM
06-02-2004 02:17 PM
Re: adb error message.
you may like to read this:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066734558
r there also any issue with other kernel parameters?
another way to check maxtsiz:
# kmtune -q maxtsiz
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:26 PM
06-02-2004 02:26 PM
Re: adb error message.
Yes, you are right, adding the -k option does get rid of the error message, but it still outputs 0 as the size. Surely this can't be right??
kmtune says:
# kmtune -q maxtsiz
Parameter Value
===============================
maxtsiz 0x04000000
But adb says 0:
# echo "maxtsiz/D" | adb -k /stand/vmunix \
dev/kmem
maxtsiz:
maxtsiz: 0
- Andrew Gray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:45 PM
06-02-2004 02:45 PM
Re: adb error message.
as for why adb shows 0, u have yet to send me the patch level for adb:
# what /usr/bin/adb
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 11:35 AM
06-06-2004 11:35 AM
Re: adb error message.
the version of adb is:
# what /usr/bin/adb
/usr/bin/adb:
adb(32) $Revision: 82.57 $
Hope that helps.
- Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 01:22 PM
06-06-2004 01:22 PM
Re: adb error message.
now this is interesting.
based on a HP-UX 11.00 HP9000 K380 (32 bit kernel bits) server with the same patch level as well, I was able to get output (other than 0) for maxtsiz with or without the -k output.
this article will show u the reason why i request u use -k option:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066734558
i have no answer why maxtsiz is 0 for now, do u want to check with HP support? i see what i can find.
regards.