tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ddb input via IPMI virtual console



	Hello.  Sorry, my description wasn't clear.  
Since you hav an IPMI capable server, you should be able to turn serial
port redirection on in the BIOS such that com1 (from NetBSD's point of
view) becomes a virtual port which is accessible using the ipmitool
program.  You would do something like:

ipmitool -H 10.10.1.3 -U ADMIN -I lanplus sol activate
	After you enter the password, you should be connected to the virtual
serial port where you can see output or type input.  Since this is a serial
port as far as NetBSD is concerned, DDB should work.
	This is a separate session from your virtual console, so you can run
it in a separate window.

Change the username and IP address shown above to match
your setup.


To get NetBSD to use that serial port as a console, you'd do something
like:

cd /usr/mdec
installboot -v -o speed=115200 -o console=com1 /dev/boot<device> bootxx_ffsv<version>


-Brian

On Aug 7, 11:14am, Edgar =?iso-8859-1?B?RnXf?= wrote:
} Subject: Re: ddb input via IPMI virtual console
} > how about using a serial console in the kernel and then using ipmitool 
} > to talk to DDB when/if the machine goes down?
} I don't have a serial wire through the firewall.
} 
} > but kernel messages won't go there.
} It would be an awful drawback not to see the kernel messages on a physical 
} console.
>-- End of excerpt from Edgar =?iso-8859-1?B?RnXf?=




Home | Main Index | Thread Index | Old Index