- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: serial configuration
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-14-2003 02:24 AM
05-14-2003 02:24 AM
serial configuration
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 02:30 AM
05-14-2003 02:30 AM
Re: serial configuration
http://docs.hp.com/hpux/onlinedocs/5966-8703/5966-8703.html
You'll need the same info on the Sun side, and then you'll have to map the signals from one to the other.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 05:28 AM
05-14-2003 05:28 AM
Re: serial configuration
This will depend to an extent on what you intend to use the connection for, and what is being run on the Sun end.
For example, if you want to use the HP as a dumb terminal onto the Sun system you would use something like Kermit to connect to the local serial port; and there'd be a getty or equivalent on the Sun. The connection between the 2 machines could be a null modem cable, or each machine could have a modem connected.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 07:56 AM
05-14-2003 07:56 AM
Re: serial configuration
Well in fact I want to have a telnet session-like on HPUX connecting to a SUN serial port console.
I'll try with a null-modem and kermit, if you have any ideas with the configuration ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 08:04 AM
05-14-2003 08:04 AM
Re: serial configuration
2 3
3 2
7 7
On the SUN box you will need to set it up to expect a terminal connection on the appropriate port.
On the HP box you'd run Kermit and type in the following commands at the C-Kermit prompt:
set line /dev/ttywhateverport
set speed 9600
connect
From this point you will be using the HP as a dumb terminal and anything typed into that Kermit session will be sent down the serial port, anything echoed by the SUN box will be displayed on the screen.
If you are after a normal telnet session then you wouldn't use a serial connection, instead you'd have them both on your network.
regards,
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 08:14 AM
05-14-2003 08:14 AM
Re: serial configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 08:19 AM
05-14-2003 08:19 AM
Re: serial configuration
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 08:41 AM
05-14-2003 08:41 AM
Re: serial configuration
I connect the null-modem on a A500-5X port named UPS/portconsole, is it correct to use it as a console port? and the output of ioscan -funCtty is :
[/root] C-Kermit>!ioscan -funCtty
Class I H/W Path Driver S/W State H/W Type Description
==================================================================
tty 0 0/0/4/0 asio0 CLAIMED INTERFACE PCI Serial (103c1048)
/dev/GSPdiag1 /dev/diag/mux0 /dev/mux0 /dev/tty0p0 /dev/tty0p1 /dev/tty0p2
tty 1 0/0/5/0 asio0 CLAIMED INTERFACE PCI Serial (103c1048)
/dev/GSPdiag2 /dev/diag/mux1 /dev/mux1 /dev/tty1p1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 06:51 AM
05-15-2003 06:51 AM
Re: serial configuration
I think you could use that port. I know it isn't supported for modem use due to the lack of handshaking on the port, but the cable I described has no handshaking.
regards,
Darren.