Operating System - HP-UX
1833728 Members
2735 Online
110063 Solutions
New Discussion

HP Equivalent to SUN "tip" command

 
SOLVED
Go to solution
Greg OBarr
Regular Advisor

HP Equivalent to SUN "tip" command

Is there an equivalent command in HP-UX to the SunOS/Solaris "tip" command? This is a Terminal Interface Program that allows you to connect to a device via serial connection. The program emulates a terminal connection to the device attached serially.
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: HP Equivalent to SUN "tip" command

The closest installed program is 'kermit'. Typically, you would do:
kermit
SET LINE /dev/tty0p1
SET SPEED 19200
CONNECT

Man kermit for details.

If it ain't broke, I can fix that.
Greg OBarr
Regular Advisor

Re: HP Equivalent to SUN "tip" command

Thanks Clay. I can connect, but I get no response. I'm trying to connect to an old disk array to which I have no documentataion. Could be some specific terminal settings required to connect. More research needed, but at least I have a way to do it now.
MANOJ SRIVASTAVA
Honored Contributor

Re: HP Equivalent to SUN "tip" command

Hi Greg


Also this is a nice site which ahs command equivlaents across platforms:

http://www.unixguide.net/unixguide.shtml


Manoj Srivastava
Breider
Occasional Advisor

Re: HP Equivalent to SUN "tip" command

Greg,
I haven't used it yet, but I've seen it done, HPUX has "cu" (Call another Unix system) which is basically the same thing as tip on Sun. Do a man on "cu", looks pretty straight forward.

-Barry Reider