HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DTC Connection to VMS Decserver 700
Operating System - HP-UX
1833159
Members
3080
Online
110051
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
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
09-14-2002 02:39 AM
09-14-2002 02:39 AM
DTC Connection to VMS Decserver 700
We are having problems connecting a 16rx DTC to a Decserver 700.
We've proved that messages are being sent over both terminals, but can't get the two units to talk to each other !!!!!
Therefore it must be the cable in between them.
The DTC as an 8 port connector on the back so we've got an RJ45 connection trying to connect to another RJ45 connection.
Can anyone tell me what the pinouts for the cable should be !!!!!
Regards in Advance
Mark
We've proved that messages are being sent over both terminals, but can't get the two units to talk to each other !!!!!
Therefore it must be the cable in between them.
The DTC as an 8 port connector on the back so we've got an RJ45 connection trying to connect to another RJ45 connection.
Can anyone tell me what the pinouts for the cable should be !!!!!
Regards in Advance
Mark
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2002 06:53 AM
09-14-2002 06:53 AM
Re: DTC Connection to VMS Decserver 700
If it's RJ45 to RJ45, it's either straight through or a cross-over, so you have only two wiring possibilities!
live free or die
harry
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2002 04:16 AM
09-15-2002 04:16 AM
Re: DTC Connection to VMS Decserver 700
Jim,
It sounds like you need the pinout for the modular 8-pin SERIAL port connection. Here it is:
DTC 8-pin modular Serial pinout:
Pin number Signal
1 RD
2 n/c
3 TD
4 CTS
5 RTS
6 SGND
7 n/c
8 n/c
When fabricating serial DTC cables using 8-pin modular connectors, it is recommended to maintain a twisted pair with RD and SGND and
another twisted pair with TD and a duplicate of SGND or with a modem control signal. Do not form a pair with TD and RD.
I got this info from the DTC Racking and Cabling manual, available at http://docs.hp.com
The link to the manual is:
http://docs.hp.com/hpux/pdf/5961-6410.pdf
Good luck with your cabling!
Dave
It sounds like you need the pinout for the modular 8-pin SERIAL port connection. Here it is:
DTC 8-pin modular Serial pinout:
Pin number Signal
1 RD
2 n/c
3 TD
4 CTS
5 RTS
6 SGND
7 n/c
8 n/c
When fabricating serial DTC cables using 8-pin modular connectors, it is recommended to maintain a twisted pair with RD and SGND and
another twisted pair with TD and a duplicate of SGND or with a modem control signal. Do not form a pair with TD and RD.
I got this info from the DTC Racking and Cabling manual, available at http://docs.hp.com
The link to the manual is:
http://docs.hp.com/hpux/pdf/5961-6410.pdf
Good luck with your cabling!
Dave
Romans 8:28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2002 09:24 AM
09-15-2002 09:24 AM
Re: DTC Connection to VMS Decserver 700
Hi Jim,
at first glance I see three different areas of possible problems:
1) cable - that's what the others were writing about.
2) usage of the serial port: even though you might have 8 pins (and wires) UN*X may use only three of them (terminal-connection: TD/RD/SGND), four of them (TD/RD/SGND/DTR), up to all eight (TD/RD/SGND/DTR/DSR/CTS/RTS/RI). This depends on which device file you have generated (names like "cul0p0" or "cua0p0" or "tty0p0" or "ttyp0p0d") as UN*X uses different minro device numbers (and hence device files) to associate that method of handling. Do an "lssf" onto your device files to learn what you've got.
3) serial communication parameters: start bits, stop bits, data bits, handshake (SW or HW), parity, and more. Read the man pages about "gettydefs" and "stty" for more details.
So, *how* do you use the connections (over the DTC)?
The commands in use would be helpful, as would be the output of "stty -a < /dev/your-device-file" for each of them.
Regards,
Wodisch
at first glance I see three different areas of possible problems:
1) cable - that's what the others were writing about.
2) usage of the serial port: even though you might have 8 pins (and wires) UN*X may use only three of them (terminal-connection: TD/RD/SGND), four of them (TD/RD/SGND/DTR), up to all eight (TD/RD/SGND/DTR/DSR/CTS/RTS/RI). This depends on which device file you have generated (names like "cul0p0" or "cua0p0" or "tty0p0" or "ttyp0p0d") as UN*X uses different minro device numbers (and hence device files) to associate that method of handling. Do an "lssf" onto your device files to learn what you've got.
3) serial communication parameters: start bits, stop bits, data bits, handshake (SW or HW), parity, and more. Read the man pages about "gettydefs" and "stty" for more details.
So, *how* do you use the connections (over the DTC)?
The commands in use would be helpful, as would be the output of "stty -a < /dev/your-device-file" for each of them.
Regards,
Wodisch
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP