- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- adb problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
09-17-2004 02:11 AM
09-17-2004 02:11 AM
adb problem
And it hangs (I can't see adb>, just nothing happens)
Could somebody help me to solve this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 03:00 AM
09-17-2004 03:00 AM
Re: adb problem
Do whence adb
I bet you are getting the ovpi adb wrapper
instead of the debugger
Try /usr/bin/adb /stand/vmunix /dev/kmem
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 03:37 AM
09-17-2004 03:37 AM
Re: adb problem
To remedy the problem you can either do what Steve suggested - reference /dev/kmem instead of /dev/mem, or you can try adding the -k option to the adb command:
# adb -k /stand/vmunix /dev/mem
or
# adb /stand/vmunix /dev/kmem
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 07:41 AM
09-17-2004 07:41 AM
Re: adb problem
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 05:48 PM
09-19-2004 05:48 PM
Re: adb problem
I can't use /usr/bin/adb /stand/vmunix /dev/kmem
cause I install OVPI, and I don't know how to change it's install process, i mean that when I began to install it the process of adb hangs, and nothing happens, maybe I should change some install options, could somebody help me to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 06:00 PM
09-19-2004 06:00 PM
Re: adb problem
It shows me adb>, but my OVPI installation, do adb -k /satd/vmunix /dev/mem, and i don't know how to change it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 10:46 PM
12-20-2004 10:46 PM
Re: adb problem
$ /usr/bin/adb -k /stand/vmunix /dev/mem
PA-64 adb ($h help $q quit)
adb> (commands can be entered as normal)
whereas on the second machine it hangs:
$ /usr/bin/adb -k /stand/vmunix /dev/mem
PA-64 adb ($h help $q quit)
(hangs, no commands are recognized have to ctrl+c out)
A patching issue perhaps..? I'm going to do a patch comparison between the machines but if anyone knows an update would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 08:29 AM
05-29-2006 08:29 AM
Re: adb problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 02:54 PM
05-29-2006 02:54 PM
Re: adb problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 04:25 PM
05-29-2006 04:25 PM
Re: adb problem
mv /dev/mem /dev/mem1
mv /dev/kmem /dev/mem
Continue with installer then rename back again.
mv /dev/mem /dev/kmem
mv /dev/mem1 /dev/mem