getting a DISPLAY from another client


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users getting a DISPLAY from another client
# 1  
Old 07-02-2002
getting a DISPLAY from another client

Hi guys,
I am new, but my question seems a little difficult so maybe you can help me. I am wondering if it is possible to get the DISPLAY from another client to trouble shoot problems they are having. My friend is a Linux admin. and he said to just export their display and I have tried that but it doesn't do exactly what I want. I want to be able to see what is on their screen and fix their problems from my desk. I am a Unix Admin but am new to the game so any help would be appreciated. At work, we use with SCO Open Server. I was looking into VNC, but I haven't been able to find it for SCO. Does anyone know any other way to get what I am looking for or any other programs that would do it for me. In Windows, the Gateway technicians do it all the time from their remote locations but how can it be done in Unix?

Thanks guys.
# 2  
Old 07-10-2002
tty snoop? have no clue except that just came to mind while i was reading your post.
# 3  
Old 07-10-2002
I am not familiar with that but I will look into it.

Thanks for the suggestion.
Shaun Ladd
# 4  
Old 07-12-2002
OK guys,
tty-snoop doesn't work with SCO. Does anyone have any other advice or ideas? In SCO the watch command doesn't even work. What a dead OS... Does anyone know?

Thanks,
Shaun23
# 5  
Old 07-14-2002
i dont know how to do what im going to try to describe but im sure someone else does, from the users computer that you wish to get the display from, you would just send the out put to your terminal. like if what you want to see is the screen, not in real time but i think you can just dump it to your terminal, i dont know how it would be done but do it like
$> cat file_to_be_sent_to_yourscreen > tty1
(or is it the <)
also could you actually do a cat of the, say its tty2 that you wnat to see? like:
$> cat /dev/tty2 > (or <) /dev/tty1

im posting this hopeing that someone with more knowledge about this will explain what im talking about a little better, haha or say if that wont work completly, but hope this helps.
# 6  
Old 07-15-2002
that is a good option i looked into but I need to be able to control and run GUI processes from my location. If I were running Linux or Solaris I would have this problem solved by now but SCO just doesn't have a lot of options to deal with.

Thanks anyways
# 7  
Old 07-15-2002
on pc's there is a program called pcanyware i think, i dont know if there are any ports to unix or any equivalent programs, but try a search maybe theres something.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

NIM : remove nim client info from the client

Hi. I change my client's IP and hostname but I forgot to change anything on the master. How can I redefine or modify my client's resource from my master, or with using smit niminit from my client ? Tks (2 Replies)
Discussion started by: stephnane
2 Replies

2. Fedora

VNC Client/Server has different display

Hi, I set-up my VNC Server on a Fedora 13 and I have a client on windows. I can access the Fedora PC but when I move the mouse and click on folders, I do not see the Fedora Desktop updating (I don't see the things that I am doing in my client on the Fedora PC) Then, when I do something on... (0 Replies)
Discussion started by: h0ujun
0 Replies

3. Solaris

SSH Client

Hi Gurus, I need an SSH client to connect to a Solaris server from windows and run a few scripts. I am able to put/pull files using "psftp" using below command: psftp -l <username> -pw <password> <hostname> -b <batchfile> However i am unable to find an equivalent for ssh. I tried... (3 Replies)
Discussion started by: Hari_Ganesh
3 Replies

4. UNIX for Advanced & Expert Users

DISPLAY=local_host:0.0 ; export DISPLAY

Hi, from my Windows Workstation I can connect with PUTTY to an AIX 6.1 unix server. On AIX via PUTTY I run DBCA which has a grphical interface. Then : #DISPLAY=local_host:0.0 ; export DISPLAY $(hostname) $(whoami):/appli/oracle/product/10.2.0/db_1/bin#dbca _X11TransSocketINETConnect()... (12 Replies)
Discussion started by: big123456
12 Replies

5. Solaris

CJS installation problem(client display:requesting internet address for 0:21:28:17:80:f4)

hi can anyone fine a solution thwe the problem that am facing i was trying to install sun4v client vth sol10_U8, but when i played "boot net" its asking for "requesting internet address for 0:21:28:17:80:f4 plz give me a sol for this (1 Reply)
Discussion started by: all_is_well
1 Replies

6. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

7. Programming

Multihomed Client

Hi, I am writing a socket program at the moment that uses both of the clients network interfaces. The program tries to create two socket connections to the server over a LAN connection and a GPRS connection. I have tried to update the routing table using the route command but that proved... (0 Replies)
Discussion started by: mhynes
0 Replies

8. IP Networking

Client Ip Address

I have a UNIX daemon program which takes client connections via TCP/IP sockets. What I need to know is if there is any way of getting the IP address of the client socket once a connection has been made... or do I have to code my client to send it manually ? Thanks. (1 Reply)
Discussion started by: ovingtond
1 Replies
Login or Register to Ask a Question