summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/obmc-console-ttyS0-ssh@.service
AgeCommit message (Collapse)AuthorFilesLines
2023-04-18meta-ampere: mtmitchell: Refactor obmc-console setupChau Ly1-12/+0
This commit refactors obmc-console setup for mtmitchell Tested: 1. Successfully connects to host consoles via ssh sol $ ssh root@${bmc} -p 220* 2. Successfully connects host consoles via ipmi sol $ ipmitool -I lanplus -H ${bmc} -U root -P 0penBmc \ -C 17 sol activate 3. All the host console logs are in /var/log/ Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: Ia1e6faaa4757e8f478352fd03ed977beeac15200
2022-10-25meta-ampere: mtmitchell: initial support consolesHieu Huynh1-0/+12
Add CPU console configuration so that users can use CPU console via solssh and IPMI sol. Tested: 1. Connect IPMI sol using "ipmitool sol activate" command via LAN. 2. Connect CPU console from WebUI. 3. Connect to CPU console via solssh: ssh -p 2200 root@<BMC IP> Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: I4a123eca30f1b6d6a702957e332d0b924bd8b3c6