Hello, Has anyone managed to redirect output of kickstart install to ILO serial console? I have to test and deploy the remote install with kickstart but have trouble debugging it because I can't see the output. -- Jure Pe?ar http://jure.pecar.org
On Thu, 2009-01-15 at 11:11 +0100, Jure Pe?ar wrote:> Hello, > > Has anyone managed to redirect output of kickstart install to ILO > serial console? > > I have to test and deploy the remote install with kickstart but have > trouble debugging it because I can't see the output. >For kickstart using the serial console, just add "console=ttyS0,9600" to the APPEND line in the kickstart profile that you use under pxelinux.cfg/ -I
John Doe wrote:>> Or you could plug a cable into the iLO port and use the text console >> through >> your browser (https:///)... > > Or ssh...Modern iLOs disable the VGA text console after the system POSTs, to use it you need the iLO advanced license, so usually easier to just use serial.. nate