Link to home
Start Free TrialLog in
Avatar of paulj1999
paulj1999

asked on

Accessing Non-Responsive Computer

Hi,

I have a linux Fedora server which, for whatever reason is not accessible over the network.  I don't have a monitor or a keyboard so I cannot access it using conventional methods.  Is it possible to connect to it using either an ethernet cable or a USB cable (null terminated of course) and hyperterminal into it from my Windows laptop?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Morne Lategan
Morne Lategan
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hmm you could give this a try. I don't know if it will work though.
http://lists.centos.org/pipermail/centos-docs/2006-September/000015.html

Follow the above doc but change this line:
append initrd=initrd.img ramdisk_size=8192 vnc vncconnect=192.168.0.100 headless ip=dhcp ksdevice=eth0 method=cdrom lang=en_US keymap=us

To this one (add rescue to the end)
append initrd=initrd.img ramdisk_size=8192 vnc vncconnect=192.168.0.100 headless ip=dhcp ksdevice=eth0 method=cdrom lang=en_US keymap=us rescue
Or if you want to use your null modem cable you could do the following.
change this line:
append initrd=initrd.img ramdisk_size=8192 vnc vncconnect=192.168.0.100 headless ip=dhcp ksdevice=eth0 method=cdrom lang=en_US keymap=us
to:
append initrd=initrd.img ramdisk_size=8192 ip=dhcp ksdevice=eth0 method=cdrom lang=en_US keymap=us console=tty0 console=ttyS0,115200n8 rescue