- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hardware diagnostics on serial port
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
05-20-2002 05:22 AM
05-20-2002 05:22 AM
I am looking to elimate the serial ports (Mux) from problems I am having with some encription boxes (TCL280) and want to fully check out the serial ports.
How can I verify that the mux card and serial ports are behaving correctly?
Paula
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:35 AM
05-20-2002 05:35 AM
Re: Hardware diagnostics on serial port
I would try some of this:
1) Connect a serial printer in the ports and redirect a file to it.
2) Connect a modem and check the connectivity.
3) Connect a terminal to the ports and enable the getty process in /etc/inittab file. Check whether I get a login screen
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:39 AM
05-20-2002 05:39 AM
Re: Hardware diagnostics on serial port
I am looking along the lines of a loopback test as well.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:39 AM
05-20-2002 05:39 AM
Re: Hardware diagnostics on serial port
Primary pins are 2 (xmt), 3 (rcv), and 7 (gnd). Many devices are dependent on pin 20 (dtr). Some devices use 4 & 5 for hardware handshaking (cts/rts).
Hope this helps.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:44 AM
05-20-2002 05:44 AM
Re: Hardware diagnostics on serial port
I have a breakout and know the loopback, but how to fully test the port from the server?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:48 AM
05-20-2002 05:48 AM
Re: Hardware diagnostics on serial port
Get a modem and plug the break-out box into the mux and then into the modem, so the box is in the middle of the link. Then you can cu from the command line to the modem and see what lights on the box when doing so. You can then do this for each port on the mux.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 06:24 AM
05-20-2002 06:24 AM
Solution1. Directly by a program: the program must explicitly open the port and set the communication parameters. There is no easy way to keep the port from being reset to 300 baud after the program exits.
2. For printers: the printer model scripts all have serial initialization commands--be sure that they are active in the script.
3. For terminals, setup gettydefs. Note that gettydefs has had obsolete settings for more than 10 years. Setup a gettdefs entry for direct-connect terminals similar to the console entry (CS8 is the important setting along with 9600 baud).
If the port(s) can login with an ordinary terminal, they are fine and you will have verified bi-directional communication. Foreign equipment likely has a problem because optional signals such as DTR, DCD and others are not asserted in the manner required by the foreign equipment. You'll need a breakout box and some jumpers (plus a manual) to verify all this.
Bill Hassell, sysadmin