- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serial over IP / Virtual Serial Port on HP-UX
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
тАО05-12-2009 12:13 AM
тАО05-12-2009 12:13 AM
Serial over IP / Virtual Serial Port on HP-UX
we have a GSM-Modem which is connected to the network via TCP/IP. Now we want to configure the modem on our HP-UX Box. Therefore we have to configure a "Virtual Serial Port" which can be used by the application. There are software solutions for Linux and Windows emulating a local serial port. Does anybody know a similar solution for HP-UX?
Any help is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 01:53 AM
тАО05-12-2009 01:53 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
Vpars or HP-UX Virtual machine does permit access and use of the serial port.
You should provide information on the version of the OS and hardware of the host OS to get more specific assistance.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 01:59 AM
тАО05-12-2009 01:59 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
Could you please explain how to?
I'm not aware of something like virtual serial ports in hp-ux (except virtual consoles), but most systems have a "real" serial port for modems.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 02:24 AM
тАО05-12-2009 02:24 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
currently we are not using VPARs or iVM on this host. The OS Version is 11.23 at the moment but will be replaced by 11.31 soon.
We cannot connetc the modem to the serial port of the machine directly as it has only a tcp/ip interface.
My application only supports a local serial device so I need to configure something like a serial device that communicates via tcp/ip with the modem.
Application <-> Virt. Serial Port <-> Network via TCP/IP <-> GSM-Modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 03:57 AM
тАО05-12-2009 03:57 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 04:06 AM
тАО05-12-2009 04:06 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
This daemon binds a local HP-UX pseudo terminal to a port on a network device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 04:34 AM
тАО05-12-2009 04:34 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
> Does it use a port?
This is a TCP port of course. If the GSM modem has an internal serial port which is associated with a TCP port then the hpnptyd daemon should do what you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 06:10 AM
тАО05-12-2009 06:10 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
From what I understand, your device is straight TCP so it might be possible to write something (in C or preferably perl) that redirects whatever passed through /dev/tty0pX to a raw TCP port.
I found the following which seems to do this:
http://lpccomp.bc.ca/remserial/
But it's for Linux, there might be some porting needed to make it work on HP-UX.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 06:22 AM
тАО05-12-2009 06:22 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
This is the opposite of what is asked here. The HP-UX server does NOT have a physical serial port and neither an attached serial device. What DaBe wants to do is use a pseudo tty on the HP-UX server to connect via TCP to a network device (LAN attached GSM modem).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 06:31 AM
тАО05-12-2009 06:31 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2009 06:39 AM
тАО05-12-2009 06:39 AM
Re: Serial over IP / Virtual Serial Port on HP-UX
remserial -d -r remote_device -p remote_port -l /dev/remserial1 /dev/ptmx
Then connect to /dev/remserial1
It should work. But I can't test it.