unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* how do I config freeipmi SOL (serial over LAN)?
@ 2017-01-23 16:05 myglc2
  2017-01-23 17:40 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: myglc2 @ 2017-01-23 16:05 UTC (permalink / raw)
  To: help-guix

I am using freeipmi on a headless GuixSD server.

I have SOL (serial over LAN) working to where 'ipmiconsole' shows the
BIOS config and "Welcome to GRUB!" but nothing more.

It seems I need to configure Grub and the Kernel to send output to SOL.

Does anyone have a config for this they could share?

Many thanks IA - George

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how do I config freeipmi SOL (serial over LAN)?
  2017-01-23 16:05 how do I config freeipmi SOL (serial over LAN)? myglc2
@ 2017-01-23 17:40 ` Marius Bakke
  2017-01-26  0:48   ` myglc2
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-01-23 17:40 UTC (permalink / raw)
  To: myglc2, help-guix

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]

myglc2 <myglc2@gmail.com> writes:

> I am using freeipmi on a headless GuixSD server.
>
> I have SOL (serial over LAN) working to where 'ipmiconsole' shows the
> BIOS config and "Welcome to GRUB!" but nothing more.
>
> It seems I need to configure Grub and the Kernel to send output to SOL.

Hi George,

You probably need to pass the "console" argument to Linux command line.
If your IPMI SOL device is "/dev/ttyUSB0", try adding a
"kernel-arguments" like this in your guixSD configuration:

  (kernel-arguments '("console=ttyUSB0"))

...not sure how to make Grub output to a serial console.

Hope this helps!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how do I config freeipmi SOL (serial over LAN)?
  2017-01-23 17:40 ` Marius Bakke
@ 2017-01-26  0:48   ` myglc2
  0 siblings, 0 replies; 3+ messages in thread
From: myglc2 @ 2017-01-26  0:48 UTC (permalink / raw)
  To: Marius Bakke; +Cc: help-guix

On 01/23/2017 at 18:40 Marius Bakke writes:

> myglc2 <myglc2@gmail.com> writes:
>
>> I am using freeipmi on a headless GuixSD server.
>>
>> I have SOL (serial over LAN) working to where 'ipmiconsole' shows the
>> BIOS config and "Welcome to GRUB!" but nothing more.
>>
>> It seems I need to configure Grub and the Kernel to send output to SOL.
>
> Hi George,
>
> You probably need to pass the "console" argument to Linux command line.
> If your IPMI SOL device is "/dev/ttyUSB0", try adding a
> "kernel-arguments" like this in your guixSD configuration:
>
>   (kernel-arguments '("console=ttyUSB0"))
>
> ...not sure how to make Grub output to a serial console.
>
> Hope this helps!

It did. I ended up with ...

 (kernel-arguments '("console=tty0 console=ttyS1,115200"))

... which leaves the local console active _and_ ships a copy over SOL.

This captures the boot messages when something awful happens and they
don't end up in /var/log. And if/when Guix punts into the REPL, I can
interact with it remotely. YEAH!

Many Thanks! - George

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-26  0:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 16:05 how do I config freeipmi SOL (serial over LAN)? myglc2
2017-01-23 17:40 ` Marius Bakke
2017-01-26  0:48   ` myglc2

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).