- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- serial port communication on an L2000
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
04-18-2002 01:04 PM
04-18-2002 01:04 PM
serial port communication on an L2000
I've got the modem (Motorola v3600) connected to the cable marked 'remote', and I'm running a cable with the same pinouts as a 24542M cable between the modem and the W cable. I can send AT commands to the modem just fine, and get response back.
On the K380, the modem hookup was like this: mux port->mux->breakout box->modem. This was in place when I started this job, so I have no idea why it is so.
Anyway, finally getting to the point, all I need to do is communicate over the serial port. Do I have the wrong cable type for this? And what device file should I be using, /dev/tty0p2 or /dev/cua0p2? From what I can tell, the two devices are identical (which would make sense to me).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:16 PM
04-18-2002 01:16 PM
Re: serial port communication on an L2000
Once you configured Modem (Through Sam >Phereperal Devices >Modem ) look for the getty process by ps -ef | grep getty . This should show you getty process running on some port.
Two main files are
/etc/gettdefs and etc/inittab
Your Cable 24542M and Remote port of W-cable are the right one.
Check Modem configuration for HP-UX in modem manual.
It should be simple.
Goodluck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:25 PM
04-18-2002 01:25 PM
Re: serial port communication on an L2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:31 PM
04-18-2002 01:31 PM
Re: serial port communication on an L2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:31 PM
04-18-2002 01:31 PM
Re: serial port communication on an L2000
The device on L class for the remote console port is tty0p1 and ups port is tty0p2
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 08:30 PM
04-22-2002 08:30 PM
Re: serial port communication on an L2000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 10:29 PM
04-22-2002 10:29 PM
Re: serial port communication on an L2000
As I know /dev/cua... is dial out side and /dev/tty... is receiveing side.
use cu or kermit
cu -lculxxx for connect to remote side.
use lssf
goto cu manpage for document about serial device and /etc/uucp/Devices configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 11:05 PM
04-22-2002 11:05 PM
Re: serial port communication on an L2000
I check it by connecting the console screen to each port and doing echo "MESSAGE" > /dev/ttyxpx..