- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to see the local console of the remote linux m...
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
тАО08-29-2003 03:25 AM
тАО08-29-2003 03:25 AM
How to see the local console of the remote linux machine
Recently I switched to RH Linux and I tried VNC for similar kind of remote connectivity. But with VNC, I can't get the local console of the remote machine because while connecting through VNCVIWER, I can connect only to a different displaynumber. Like if the local console is at hostname:0 [hostname:displaynumber], while connecting through vncclient I can connect only to hostname:1 or above.
Is there anyway I can see the local console of the remote linux machine using vnc or some other software/method so that the person sitting infront of the remote machine's monitor and myself can get the same console.
Thanks in advance
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2003 04:46 AM
тАО08-29-2003 04:46 AM
Re: How to see the local console of the remote linux machine
You can set up linuxconf to run in a browser on port 98, but thats not what you want. Looking for an answer for you.
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
тАО08-29-2003 05:22 AM
тАО08-29-2003 05:22 AM
Re: How to see the local console of the remote linux machine
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2003 08:57 PM
тАО08-31-2003 08:57 PM
Re: How to see the local console of the remote linux machine
then why not just start a script(man 1 script) window on your server and you do a tail of it and view what the other guy is doing.
but this is not a good option if the other guy uses stuff like vi, etc for editing. ur tail will be garbled.
if it is just the commands and outputs, this is one of the best.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2003 09:23 PM
тАО08-31-2003 09:23 PM
Re: How to see the local console of the remote linux machine
thanks and regards
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2003 09:29 PM
тАО08-31-2003 09:29 PM
Re: How to see the local console of the remote linux machine
any specific issues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2003 02:03 AM
тАО09-01-2003 02:03 AM
Re: How to see the local console of the remote linux machine
If you configure "syslog" to send all console alerts to a file, then you actually don't have that much need to get to the physical console.
To be secure you should always login with your own user (preferably using SSH) then "su" to root.
The other way to acheive display :0 is to login via text display, "su" to root, then set the $DISPLAY to the IP address of your remote pc, then push the display to your pc using "startx".
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2003 07:04 AM
тАО09-03-2003 07:04 AM
Re: How to see the local console of the remote linux machine
Try it out, I am sure you can get an eval copy from their sales people.
I hope that helps,
Dave