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
12-02-2008 10:30 AM
12-02-2008 10:30 AM
adb
In some of our servers, adb is getting invoked automatically causing large amount of cpu resources.As I can't see any cron job, would there be any system/hardware issues?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 10:37 AM
12-02-2008 10:37 AM
Re: adb
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
12-02-2008 10:44 AM
12-02-2008 10:44 AM
Re: adb
ps -efx | grep adb | grep -v 'grep adb'
This should show you all of the instances of adb currently running, by whom, and if interactive from which pty/tty. At the very least, take the second column and search for those processes - those are the parent process(es) of your adb's. Keep searching for parent processes until you've determined who your "culprit" (or "culprits") is (or are).
HP-Server-Literate since 1979
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 03:28 PM
12-02-2008 03:28 PM
Re: adb
Kill it, it doesn't deserve to live. :-)
>Dave: I've never heard of this.
You don't get out much? :-)
There are two other threads that mention adb being piggy:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1208958
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1100051&admit=109447626+1228260104614+28353475
>Mike: ps -efx | grep adb | grep -v 'grep adb'
You can improve this by:
UNIX95=EXTENDED_PS ps -Hfx -C adb
And as mentioned by Mike and the other threads, find out the process tree, using above -H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2008 09:07 PM
12-02-2008 09:07 PM
Re: adb
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]
