Networking Forums

Networking Forums > Computer Networking > Linux Networking > Need solution to obtain remote system control over montior-less machine

Reply
Thread Tools Display Modes

Need solution to obtain remote system control over montior-less machine

 
 
d
Guest
Posts: n/a

 
      01-19-2006, 02:59 AM
I have 2 Linux servers in my home network. Server #1 is kind of old
without a connected monitor and doesn't have the right port support for
my KVM switch. That being said, I have no solution to be able to
monitor Server #1 as it boots or get into the BIOS from a remote server
(Server #2). Of course once the server is fully booted up I have full
access through telnet, ssh,rsh, etc. But I have a need to see what is
going on as it boots. Any software out there for Linux that meets this
requirement?

 
Reply With Quote
 
 
 
 
Bill Marcum
Guest
Posts: n/a

 
      01-19-2006, 06:10 AM
On 18 Jan 2006 19:59:27 -0800, d
<(E-Mail Removed)> wrote:
> I have 2 Linux servers in my home network. Server #1 is kind of old
> without a connected monitor and doesn't have the right port support for
> my KVM switch. That being said, I have no solution to be able to
> monitor Server #1 as it boots or get into the BIOS from a remote server
> (Server #2). Of course once the server is fully booted up I have full
> access through telnet, ssh,rsh, etc. But I have a need to see what is
> going on as it boots. Any software out there for Linux that meets this
> requirement?
>

Some server motherboards allow access to the BIOS through a serial port.
If yours doesn't have that feature I don't think there is any other way
to access the BIOS remotely. Linux kernels and bootloaders can also be
configured to use a serial console.


--
It's later than you think, the joint Russian-American space mission has
already begun.
 
Reply With Quote
 
Pascal Bourguignon
Guest
Posts: n/a

 
      01-19-2006, 06:53 AM
"d" <(E-Mail Removed)> writes:

> I have 2 Linux servers in my home network. Server #1 is kind of old
> without a connected monitor and doesn't have the right port support for
> my KVM switch. That being said, I have no solution to be able to
> monitor Server #1 as it boots or get into the BIOS from a remote server
> (Server #2). Of course once the server is fully booted up I have full
> access through telnet, ssh,rsh, etc. But I have a need to see what is
> going on as it boots. Any software out there for Linux that meets this
> requirement?


Assuming you don't need really access to the BIOS, you can easily
control the boot loader grub on the serial line.

Just add this to /boot/grub/menu.lst:

serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal --timeout=10 serial console
timeout 10

Then to get the linux console on the serial line, you add console=
options to the kernel command in menu.lst:

kernel (hd0,0)/vmlinuz root=/dev/hda3 console=tty0 console=ttyS0,115200


Then as soon as the boot loader is launched you have the control of
the machine over the serial line.



There exist BIOSes that can be controled over a serial line too. If
your's cannot, you may try to find one that does and flash it. You
may consider LinuxBIOS http://linuxbios.org

--
__Pascal Bourguignon__ http://www.informatimago.com/

PLEASE NOTE: Some quantum physics theories suggest that when the
consumer is not directly observing this product, it may cease to
exist or will exist only in a vague and undetermined state.
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      01-19-2006, 07:32 AM
In comp.os.linux.networking Bill Marcum <(E-Mail Removed)>:
> On 18 Jan 2006 19:59:27 -0800, d
> <(E-Mail Removed)> wrote:
>> I have 2 Linux servers in my home network. Server #1 is kind of old
>> without a connected monitor and doesn't have the right port support for
>> my KVM switch. That being said, I have no solution to be able to
>> monitor Server #1 as it boots or get into the BIOS from a remote server
>> (Server #2). Of course once the server is fully booted up I have full
>> access through telnet, ssh,rsh, etc. But I have a need to see what is
>> going on as it boots. Any software out there for Linux that meets this
>> requirement?
>>

> Some server motherboards allow access to the BIOS through a serial port.
> If yours doesn't have that feature I don't think there is any other way
> to access the BIOS remotely. Linux kernels and bootloaders can also be
> configured to use a serial console.


Yep, real server motherboard usually have this feature to
redirect the BIOS via serial or/and LAN. There are some add-on
cards, realweasel or so (search google) that allow the same
through PCI card for almost any PC. Not the cheapest but work
quite nice, if those are still available.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 158: Defunct processes
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I obtain the OID of a machine's Network Interface card (NIC)? Spin Windows Networking 2 05-31-2008 02:26 AM
Central access control system for Linux msarmadi@gmail.com Linux Networking 0 04-29-2008 07:29 PM
remote control Gary Wessle Network Routers 0 07-19-2007 08:18 AM
Remote Access Solution required... Marcus Fox Home Networking 4 01-02-2006 10:06 AM
Remote Control Troy Windows Networking 1 02-24-2004 07:40 PM



1 2 3 4 5 6 7 8 9 10 11