Benutzer-Werkzeuge

Webseiten-Werkzeuge


notiz:hp-proliant-gen-8-ilo-vitual-serial-port-with-proxmox

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
notiz:hp-proliant-gen-8-ilo-vitual-serial-port-with-proxmox [2024/10/21 17:12] – gelöscht - Externe Bearbeitung (Unknown date) 127.0.0.1notiz:hp-proliant-gen-8-ilo-vitual-serial-port-with-proxmox [2024/10/21 17:15] (aktuell) clerie
Zeile 1: Zeile 1:
 +====== HP Proliant Gen 8 ILO Vitual Serial Port with Proxmox ======
  
 +Add these options to ''/etc/default/grub'' in Proxmox to provide a TTY to the virtual serial port of ILO of an HP Prolian Gen 8.
 +The graphical terminal can still be used in the web view and via cable.
 +
 +<code>
 +GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS1,9600n8 console=tty0"
 +GRUB_TERMINAL_INPUT="console serial"
 +GRUB_TERMINAL_OUTPUT="gfxterm serial"
 +GRUB_SERIAL_COMMAND="serial --unit=1 --speed=9600 --word=8 --parity=no --stop=1"
 +</code>
 +
 +* https://docs.kernel.org/admin-guide/serial-console.html
 +
 +Access VSP:
 +
 +<code>
 +[clerie@krypton:~]$ ssh 10.10.10.10 -o "Kexalgorithms diffie-hellman-group14-sha1" -o "Hostkeyalgorithms ssh-rsa" -l Administrator
 +Administrator@10.10.10.10's password: 
 +User:Administrator logged-in to 10.10.10.10
 +
 +iLO Advanced 2.72 at  Oct 20 2019
 +Server Name: host is unnamed
 +Server Power: On
 +
 +</>hpiLO-> VSP
 +
 +Virtual Serial Port Active: COM2
 +
 +Starting virtual serial port.
 +Press 'ESC (' to return to the CLI Session.
 +
 +
 +proxmox login: 
 +</code>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki