Questions tagged [console]
277 questions
2
votes
3 answers
Sunfire v100 Reinstall Problems
I own two Sunfire v100 servers, and I use hyperterminal to connect to them.
I am trying to re-install Solaris on one of them, so I put in the LOM cable and unplugged the harddrives.
Here's the current console text:
LOMlite starting up.
CPU type:…

ionFish
- 315
- 2
- 11
2
votes
1 answer
Installing and running a guest OS on KVM-qemu with only serial console access
I am trying to installing a bsd distro with virt-installer. With a Linux distro I used this:
virt-install -n debian -r 1024 --vcpus=1 --accelerate -v --disk…

nixnotwin
- 1,543
- 5
- 35
- 55
2
votes
3 answers
How do I log console output from a XEN VM?
I have a xen hvm vps with a console thats accessible using VNC. I'm wondering if there's any way of logging anything/everything that is sent to console? I'm trying to log the console cause my vps crashes everyday for some odd reason.

incognito2
- 935
- 4
- 13
- 17
2
votes
1 answer
Accessing guest VirtualBox console via headless host SSH?
I've looked quite some time for this, and just can't find anything.
Is there a way to access a VirtualBox guest consolle, via headless host SSH session? I.e. without any RDP/VNC protocols, just like on Xen, via xen console VMNAME?

SyRenity
- 3,179
- 11
- 57
- 79
2
votes
2 answers
xrvt/xterm flickers in Ubuntu when using screen
I have xrvt running with the screen command, but it flickers every time I press, say the right arrow key. (It flickers white). Any ideas as to why?
Ps. Gnome terminal is hard to set up with 6x13 condensed bitmap fonts...

Dervin Thunk
- 35
- 4
2
votes
3 answers
Cisco Default Character Encoding on Console
Question
What is the default character encoding used by most Cisco devices when communicating over the console?
Background
I'm a software developer, writing an application that interfaces with several cisco devices via their console ports…

gMale
- 193
- 2
- 8
2
votes
4 answers
mysql command line not working
I have mysql running in my fedora system. I have xampp setup on the system and php projects present in the webspace are working fine. PhpMyAdmin is working fine. echoing phpinfo() in a PHP script also shows mysql enabled. But running mysql connect…

Sandeepan Nath
- 647
- 6
- 13
- 29
2
votes
1 answer
ESXi :: Management Console on Private IP over VPN
I am successfully able to VPN in to our remote network and access vSphere management console over a private IP, thus locking down console management from outside world, nice.
Problem is that vmKernel is not able to get access to NTP time servers…

virtualeyes
- 675
- 3
- 12
- 28
2
votes
1 answer
MKS Errors on ESX
I have several ESX 3/3.5 servers (a few standalone 3.01 and the cluster is all 3.5) and every now and then I get an MKS error when accessing a VM console (10% of VM's).
Looking on the VMWare forums no one seems to have a definitive answer. From what…
Raj
2
votes
5 answers
How do I redirect/save the console to a file and keep it visible on the screen?
I want to save a program's output (stdout) to a file but still be able to see the output on the screen in realtime.
I need a solutions for both Linux and Windows.

sorin
- 8,016
- 24
- 79
- 103
2
votes
2 answers
What commands are being sent to an exe?
I have an application that calls a console based application when I open a file. I would like to somehow "spy" on this console application so that when it gets called I would like to see what command line parameters are being passed to this console…

JL.
- 1,283
- 10
- 22
- 35
2
votes
2 answers
BladeCenter console keyboard layout
We have an IBM BladeCenter T with 4 blades, which is connected to an IBM Rack Console via a D-Link 8-port KVM. The BladeCenter also has it's own internal KVM. Several other servers are also connected to the DKVM.
The console works fine with all the…

Marie Fischer
- 1,973
- 1
- 13
- 13
2
votes
1 answer
ping command is not printing result to the console
When I am trying to ping the server, the output of ping command is not coming to the console.
ads@3290:~#ping ksr-india01
PING ksr-india01.uit.com (10.105.34.184) 56(84) bytes of data.
^C
--- ksr-india01.uit.com ping statistics ---
7 packets…

user583819
- 23
- 1
- 3
1
vote
2 answers
how to stream a console to the network
I have a Linux server running and I would like to stream the first four consoles (TTY1,TTY2,TTY3,TTY4) where I have different tails with with my log-files to the network so I can receive the stream in the way I receive a webcam in my network.
The…

Max Muster
- 337
- 2
- 6
- 27
1
vote
1 answer
Accomplishing Ctrl-z + bg in one step?
We can use Ctrl-z to stop the current job followed by
bg
to send it to the background, but can we do this in one action that doesn't briefly pause the execution of the program?
Is there a combined
Ctrl-z + bg
type command that we can use?

Wingsuit
- 113
- 3