HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: adb causing problems.
Operating System - HP-UX
1826498
Members
1842
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-01-2005 03:05 AM
10-01-2005 03:05 AM
Adb is running hourly on our hp-ux 11.11 vpar of a Superdome and seems to be hanging. This is using all the CPU on the server.
root 19856 19854 181 16:00:00 ? 7:01 adb -k /stand/vmunix /dev/mem
Can I stop this hanging or stop it running safely?
Thanks.
root 19856 19854 181 16:00:00 ? 7:01 adb -k /stand/vmunix /dev/mem
Can I stop this hanging or stop it running safely?
Thanks.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2005 11:11 AM
10-01-2005 11:11 AM
Solution
adb is used to examione binary program code, including the kernel. You first need to find the code that is starting adb. The command shown does not indicate what commands were sent to adb so you can't debug the problem from ps. If you simply type the above command, it will ALWAYS appear to hang--adb is a VERY unfriendly program and gives no prompt at all, but expects that you know what you are supposed to type.
It can also be run in a script by echoing the appropriate commands and piping them to adb. But adb is looking at the running kernel (in your example) and scripts/programs cannot depend on the same commands to work the same way between revisions of HP-UX. Look at PPID (the parent process ID) 19854 for a clue as to where adb was started and start debugging. And saince it is running hourly, crontab -l will show you all the time-scheduled processes which makes tracking the culprit a lot easier.
Bill Hassell, sysadmin
It can also be run in a script by echoing the appropriate commands and piping them to adb. But adb is looking at the running kernel (in your example) and scripts/programs cannot depend on the same commands to work the same way between revisions of HP-UX. Look at PPID (the parent process ID) 19854 for a clue as to where adb was started and start debugging. And saince it is running hourly, crontab -l will show you all the time-scheduled processes which makes tracking the culprit a lot easier.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2005 11:13 AM
10-01-2005 11:13 AM
Re: adb causing problems.
You're spot on. It was a dodgy script that someone was running which called adb.
Problem solved.
Problem solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 04:03 AM
03-01-2006 04:03 AM
Re: adb causing problems.
In case you are still interested and in a vPar environment.
adb has an issue accessing the higher memory region of vPars. use /dev/kmem instead of /dev/mem or get new adb available on software.hp.com
adb has an issue accessing the higher memory region of vPars. use /dev/kmem instead of /dev/mem or get new adb available on software.hp.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP