``` Refer: https://github.com/rdbreak/rhce8env Powershell : Ctrl + r Input -> Powershell $ cd C:\Users\USER\bin\rhce8env-master $ vagrant up # vagrant - list VM $ vagrant status Current machine states: repo running (virtualbox) node1 running (virtualbox) node2 running (virtualbox) node3 running (virtualbox) node4 running (virtualbox) control running (virtualbox) This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific VM, run `vagrant status NAME`. # login VM repo $ vagrant ssh repo Last failed login: Fri Jun 17 20:14:12 PDT 2022 on tty1 There was 1 failed login attempt since the last successful login. # _ _ _ _ # /\ \ /\ \ /\ \ /\ \ # / \ \ / \ \ / \ \ / \ \ # / /\ \ \ / /\ \ \ / /\ \ \ / /\ \ \ # / / /\ \_\ / / /\ \_\ / / /\ \_\/ / /\ \ \ # / / /_/ / // /_/_ \/_/ / / /_/ / / / / \ \_\ # / / /__\/ // /____/\ / / /__\/ / / / / / / # / / /_____// /\____\/ / / /_____/ / / / / / # / / /\ \ \ / / /______ / / / / / /___/ / / # / / / \ \ / / /_______/ / / / / /____\/ / # \/_/ \_\/__________\/_/ \/_________/ # # Why are you here? You should be working on the system hosts... # Anyway, try not to reboot me or bad stuff can happen. # # You are logged into "repo.ansi.example.com" as the "vagrant" account. # This system is running Red Hat Enterprise Linux release 8.3 (Ootpa) # [vagrant@repo ~]$ ```