- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to use B180L Work Station 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
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
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
тАО08-16-2002 01:08 AM
тАО08-16-2002 01:08 AM
I have a HP Visualize workstation which has at the back two male db9 ports. I am assumming that these are rs-232 ports. Can someone please give me some instructions how I can connect to another device using HP-UX and the serial port, how to set the parity and baud rate, etc., just like as using hyperterminal on a windows box to connect to a router.
Thanks in advance for any help and hints.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 01:20 AM
тАО08-16-2002 01:20 AM
Re: How to use B180L Work Station Serial Port
The most easy way is to use SAM->Periphal devices->Terminals and Modems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 02:08 AM
тАО08-16-2002 02:08 AM
Re: How to use B180L Work Station Serial Port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 02:26 AM
тАО08-16-2002 02:26 AM
Re: How to use B180L Work Station Serial Port
Check the /etc/inittab file for a line like:
a0:3:respawn:/usr/sbin/getty -h tty1p0 9600
If it is there you should only need to connect your terminal to the serial port ant type a return to get a login prompt. If not, it can be something wrong with your cable or terminal settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 02:49 AM
тАО08-16-2002 02:49 AM
Re: How to use B180L Work Station Serial Port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 02:49 AM
тАО08-16-2002 02:49 AM
SolutionOnce you've got the device files (either through SAM or using mksf or mknod) I'd suggest you use something like Kermit or cu(1) to connect to your router as they would have been installed with HPUX. Kermit has some built in help pages, and there's some good books out there on how to use it, but here's a crash course:
Type kermit to get it running, then at the C-Kermit prompt type
set line /dev/tty1p0 (or whatever your device file is)
set speed 9600
connect
After a 'connecting to tty1p0' message and info on the escape keys you'll have a flashing cursor and will then be able to type and send commands to your router in the same way that you can with hyperterminal.
At the end of your session use ctrl-\ c to get back to the C-Kermit prompt, then use exit to quit. Also at the C-Kermit prompt before you connect you can use the show ? and set ? commands to see changeable parameters.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 03:00 AM
тАО08-16-2002 03:00 AM
Re: How to use B180L Work Station Serial Port
I have the same workstation, which came from Pittsburgh lab. when i powered on using normal console and serial port-1 at the back, nothing used to display. Finally we settled for hyper-terminal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 03:08 AM
тАО08-16-2002 03:08 AM
Re: How to use B180L Work Station Serial Port
I have used cu for a direct line connection between two hosts. Have a look at the man pages for cu, there is some examples there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2002 06:47 AM
тАО08-16-2002 06:47 AM
Re: How to use B180L Work Station Serial Port
Here's also another option for terminal emulation.
RS-232A (serial 1) - /dev/tty0p0
RS-232B (serial 2) - /dev/tty1p0
Edit the end of /etc/uucp/Devices and add:
Direct tty0p0 - 9600 direct
Direct tty1p0 - 9600 direct
You can then use cu -l /dev/tty0p0 (or tty1p0) on any terminal to connect to another computer for example.
Good luck,
Kel