Operating System - HP-UX
1752777 Members
6361 Online
108789 Solutions
New Discussion юеВ

Re: Serial ports of rx2600 / rp3440

 
SOLVED
Go to solution
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

Raj,

> What are you trying to access : a telnet session , I guess.

I'm trying to set up the basic serial connectivity.

> What device do you have on the other end of the serial cable. a PC or a Dumb Terminal ?
> Are you accessing the serial port using a terminal emualation softawer , like kermit or Z-modem, ?

For the tests, I just plugged in a terminal server's serial port accessed with KEA! via Telnet from a remote PC - this setup works when using it to connect to the console port.
The customer wants to connect an MGE Evolution UPS.

> Are the term bits 9600/N/none set?

I tried multiple things, setting the speed to 9600 and 19200, and even to 300 (as that is what stty tells me when queried about /dev/tty1p[24] )
Torsten.
Acclaimed Contributor

Re: Serial ports of rx2600 / rp3440

Now I'm a bit confused - what do you want to connect? A UPS? A modem? Both?

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!   
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

> Is there a getty process running on the serial port?

Not yet. I'm testing by cat'ting a text file to the /dev/ttyX . Once I know the device, I intend to set up a getty on it.
Torsten.
Acclaimed Contributor

Re: Serial ports of rx2600 / rp3440

Regarding the devices:

0/7/1/0 port 0 = "UPS port",
0/7/1/1 port 0 = "Console port",
0/7/1/1 port 2 = "Remote port"

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!   
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

> Now I'm a bit confused - what do you want to connect? A UPS? A modem? Both?

My test environment consists of an rx2600. In this setup I'm trying to establish just the basic serial connectivity.

The customer's environment has an rp3440. He wants to connect an UPS (to be monitored by the OS).

In neither case, there are modems involved (which is why I didn't use the port labeled "modem" for my tests).
Torsten.
Acclaimed Contributor
Solution

Re: Serial ports of rx2600 / rp3440

The pathes above are for rp3440, here is for rx2600:

0/6/1/0 port 0 = "UPS port",
0/6/1/1 port 0 = "Console port",
0/6/1/1 port 2 = "Remote port"

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!   
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

Okay, replacing the descriptions with some facts :-)

Here's the output of the MP's CA and SA commands, and of HP-UX' ioscan -fun

Which devices do you think are associated with the serial ports?
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

Thanks, Tosten, got it. 0/6/1/0 or /dev/tty0p0 is the right one.

I think I got confused by the many devices listed with 0/6/1/1...
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

Solution supplied by Torsten (and I can't spell...)

Re-opening thread...
Martin Vorlaender
Honored Contributor

Re: Serial ports of rx2600 / rp3440

Okay, so now I have got a device. But setting it up seems to be another problem (see attachment).

I apologize if these seem like stupid questions - I'm just getting into HP-UX; I'm a VMS guy...