diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-10-03 09:01:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-10-03 09:01:00 +0200 |
commit | cb4c53adfa077477b1dd784b200e0a8f9fff2afc (patch) | |
tree | 8cfb9e922f36c09f570717352f09329c2e84dbe3 /doc/UserGuide | |
parent | 7af748e993f12dd5b62400723332a7c8b53dcd72 (diff) | |
parent | a394f4f6fe2846718cd55d32bbc4ca7b7be7544a (diff) |
Merge branch 'release/debian/3.1.3-1'debian/3.1.3-1
Diffstat (limited to 'doc/UserGuide')
-rw-r--r-- | doc/UserGuide | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/UserGuide b/doc/UserGuide index ee16696..5c35b6b 100644 --- a/doc/UserGuide +++ b/doc/UserGuide @@ -1,6 +1,6 @@ IPMIUTIL USER GUIDE - VERSION 3.1.2 + VERSION 3.1.3 An easy-to-use IPMI server management utility @@ -5178,6 +5178,10 @@ Open the file /etc/ttys with an editor and set up a line like this: For more details, see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html +---- FOR VMware ESXi SERIAL CONSOLE ----- +# Enable tty1Port for serial console as COM2 +esxcli system settings kernel set -s tty1Port -v com2 + ---------------------------------------------------------------- 4.9 Using ipmiutil Library APIs for custom programs |