- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: what is adb?
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
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
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-29-2007 03:18 AM
тАО06-29-2007 03:18 AM
- Tags:
- adb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 03:23 AM
тАО06-29-2007 03:23 AM
Re: what is adb?
# man adb
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 03:23 AM
тАО06-29-2007 03:23 AM
Re: what is adb?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=993945
http://techsolutions.hp.com/en/B9106-90003/ch07s18.html
Its a debugging tool for programmers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 12:15 PM
тАО06-29-2007 12:15 PM
SolutionYou can download wdb/gdb for free:
http://www.hp.com/go/wdb
(And it has documentation you can understand.)
About the only use for adb is to be able to modify files and to look at the kernel.
You have not assigned any points yet, please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
>SEP: Its a debugging tool for programmers.
I would say it is more like a self flagellation for expert hackers. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 12:39 PM
тАО06-29-2007 12:39 PM
Re: what is adb?
Aside from self-flagellation as Dennis said, 'adb' can be used to query and convert some useful data:
To find the disk that you booted from:
# echo 'boot_string/S' | adb -o /stand/vmunix /dev/mem
...and for anyone averse to using Perl to convert an epoch timestamp to a date:
# epoch=1183163871
# echo "0d$epoch=Y" | adb | tr -d '\011'
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 10:15 PM
тАО06-29-2007 10:15 PM