- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: modem configuration 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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-09-2001 07:17 AM
тАО07-09-2001 07:17 AM
modem configuration on serial port
/etc/inittab
a0:234:respawn:/usr/sbin/getty -r -t 60 -h tty0p0 9600
But I can dial out coorectly. I enabled modem dial in S registers too.
anybody have idea to overcome the problem. pls help me.
-suranji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2001 07:31 AM
тАО07-09-2001 07:31 AM
Re: modem configuration on serial port
Try connecting a dump terminal on the port , incase you get a login on the terminal then you are fine and the problem would be in the modem only , incae you dont get a login on the terminal then the problem is in the port.
Also try killing the getty on that port so that it restarts again ?
Also do you get " CD on " on the modem ?
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2001 07:36 AM
тАО07-09-2001 07:36 AM
Re: modem configuration on serial port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2001 08:17 PM
тАО07-09-2001 08:17 PM
Re: modem configuration on serial port
cu -s9600 -l/dev/cul0p0 -d1
command to see the characters which are typed by the remote user on my hpux screen. Here i used prolink async modem.
Any suggestions , pls help
-suranji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2001 08:23 PM
тАО07-09-2001 08:23 PM
Re: modem configuration on serial port
Check out this link in relation to
the setting up modems.
http://www.docs.hp.com/hpux/onlinedocs/B2355-90698/00/00/27-con.html
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2001 11:54 PM
тАО07-09-2001 11:54 PM
Re: modem configuration on serial port
I test the serial ports with a nullmodem cable and a PC hyperterminal, but unable to get the login prompt on that also. /etc/inittab entry as follows
a0:234:respawn:/usr/sbin/getty -r -t 60 -h tty0p0 9600
ps -ef shows the process is running. CD also available on the modem. I changes S registries of the modem for dial in. (ats00=4 )
we can dial out from the same serial port without any problem and can get the prompt of another machine.
help me how to take the login prompt through the serial port.
-suranji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2001 12:28 AM
тАО07-10-2001 12:28 AM
Re: modem configuration on serial port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2001 08:43 AM
тАО07-10-2001 08:43 AM
Re: modem configuration on serial port
It looks like you can have either of the following 2 problems:
1. The Cable being use id a cross cable , between the terminal and the port .
2-----2 (TX)
3-----3 (RX)
7-----7 (GND)
Check the terminal with these connection only in case it is not working then maybe the port itself is bad .The port can misbehave if only TX signal is working and the line drive associated with the RX signal is BAD , so you can try chaging the port.
2. Also in case you are not getting a logging but wnat to check the connectivity do
ls > /dev/ttyXXX and even if the login doesnt work you should get a listing of the directory on the terminal.
So first ensure this happens and u get a login and then attach the modem
All the best.
Manoj Srivastava