- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NDDB Kernel/Driver debugger using RS-232 betwe...
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
06-01-2000 08:50 AM
06-01-2000 08:50 AM
NDDB Kernel/Driver debugger using RS-232 between Host and Target
Connector Pins Connector Pins
2------------------------------------3
3------------------------------------2
7------------------------------------7 <---- Is this correct?
Thanks
JohnL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 09:00 AM
06-01-2000 09:00 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 09:35 AM
06-01-2000 09:35 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
Here is the systems I am using:
B180L running 32bit HP-UX 11.00 as the host running the NDDB
J5000 64bit HP-UX 11.00 (2 processors) as the target. On the target, I use #ioscan -f to check the RS-232 ports, there are two such ports serviced by driver asio0, I suppose they are not MUX port because MUX port serviced by mux2 driver which is not shown when issuing ioscan -f command. My "null modem" is 7----8 (through).
Any further ideas?
Thanks
John Liu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 09:45 AM
06-01-2000 09:45 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 09:57 AM
06-01-2000 09:57 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
Physically on the back of my target (J5000) and host systems there are two ports (#1 and #2), I am using #2 as Reference Manual suggested. And I just get a "null modem" 7--8 (not 7--7) DB9 only. I never got it work using this RS-232. I did make it work using dedicated LAN communication. I really don't want to limit myself to the q4 or adb only.
Solaris make it much easier in terms of debugging my driver. HP-UX HP-UX NDDB help..
Thanks
JohnL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 10:09 AM
06-01-2000 10:09 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
Sorry, no more ideas....
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2000 04:54 AM
06-02-2000 04:54 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:26 AM
06-05-2000 11:26 AM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
Try getting an RS-232 breakout box and some "straight through" cables. It is much easier to play with the wiring this way rather than to try to find a null modem cable that only has the three wires mentioned.
Alternatively, you could use female-female DB-9 cables on both systems, and use paper clips to jumper from one cable to another to achieve the desired results. Once you figure out which pins sort out into the 2-3, 3-2 and 7-7 positions, insulate them from each other (with tape, etc.), and wrap the whole thing with tape.
Or, call your local cable supplier and tell 'em what you want them to make for you!
----------------------
Under HP-UX 11 you can also use dynamically loadable kernel module (DLKM) driver approach, which can also help to simplify the debugging process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 02:25 PM
06-05-2000 02:25 PM
Re: NDDB Kernel/Driver debugger using RS-232 between Host and Target
I am using female-female DB-9 cables to hook two systems together. My question is 2-3, 3-2, 7-7 as the HP reference manual says is for DB-25 I guess. But for the DB9 pinouts are not the same as DB-25. Are you using BD-9 cable too? I got a DB-9 cable and 2-3, 3-2 are correct, it is not 7-7, it is 7-8, 8-7. When I was using this cable (7-8, 8-7) I boot at ISL> hpux -f3 /stand/vmunix I got a panic on the target system. I never made nddb work using RS-232. The panic happened in io_map_regs().
Unfortunately, my driver is not designed as DLKM.
How do you make your NDDB work using RS-232, any further suggestions?
Thank you so much.
John