Operating System - HP-UX
1832666 Members
3221 Online
110043 Solutions
New Discussion

Re: pty Mirror on another Terminal

 
SOLVED
Go to solution
Andreas Garbe
Advisor

pty Mirror on another Terminal

Hello,

on IBM AIX i found a tool allows one tty or pty (stream) to attach to another tty or pty stream. With this tool (portmir) on aix we can look the user do, that's a verry nice tool for support.

gives an tool on HP for this funtion ??

Thank's for your help
Andreas

3 REPLIES 3
Bruce Regittko_1
Esteemed Contributor

Re: pty Mirror on another Terminal

Hi,

Something that I use in my HP-UX classes is SharedX. SharedX will let you "export" a X Window appliclication, such as a terminal window, to another host. Simple to use and a breeze to configure.

Unfortunately, SharedX is part of the MPower product that needs to be purchased separately from HP.

--Bruce
www.stratech.com/training
Andreas Garbe
Advisor

Re: pty Mirror on another Terminal

Hi Bruce,

thank's for your help, i have no x-terminal the software
is running on a normal Telnet session. I search a tool for mirror a normal telnet session.

Best regards
Andreas
Francisco Gazapo
Occasional Contributor
Solution

Re: pty Mirror on another Terminal

Hi,

I'm using ttysnoop, that let me see the terminal of other user, This program is for Linux but in had compile it in Sun Solaris and woks fine. I can't compile in HP-UX because I havent't got the compiler instaled in those machines.

If you compile it right let me know.

Bye