Difference between revisions of "Generic/rhel8"
Jump to navigation
Jump to search
(Created page with "{{Draft}} == See also == * {{Vagrant}} Category:Vagrant") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
+ | |||
+ | <pre> | ||
+ | vagrant up MY_RHEL8_VM | ||
+ | Bringing machine 'MY_RHEL8_VM' up with 'libvirt' provider... | ||
+ | ==> MY_RHEL8_VM: Checking if box 'generic/rhel8' version '3.2.14' is up to date... | ||
+ | ==> MY_RHEL8_VM: Created volume larger than box defaults, will require manual resizing of | ||
+ | ==> MY_RHEL8_VM: filesystems to utilize. | ||
+ | ==> MY_RHEL8_VM: Creating image (snapshot of base box volume). | ||
+ | ==> MY_RHEL8_VM: Creating domain with the following settings... | ||
+ | ==> MY_RHEL8_VM: -- Name: MY_RHEL8_VM | ||
+ | ==> MY_RHEL8_VM: -- Domain type: kvm | ||
+ | ==> MY_RHEL8_VM: -- Cpus: 2 | ||
+ | ==> MY_RHEL8_VM: -- Feature: acpi | ||
+ | ==> MY_RHEL8_VM: -- Feature: apic | ||
+ | ==> MY_RHEL8_VM: -- Feature: pae | ||
+ | ==> MY_RHEL8_VM: -- Memory: 8192M | ||
+ | ==> MY_RHEL8_VM: -- Management MAC: | ||
+ | ==> MY_RHEL8_VM: -- Loader: | ||
+ | ==> MY_RHEL8_VM: -- Nvram: | ||
+ | ==> MY_RHEL8_VM: -- Base box: generic/rhel8 | ||
+ | ==> MY_RHEL8_VM: -- Storage pool: default | ||
+ | ==> MY_RHEL8_VM: -- Image: /var/lib/libvirt/images/MY_RHEL8_VM.img (128G) | ||
+ | ==> MY_RHEL8_VM: -- Volume Cache: default | ||
+ | ==> MY_RHEL8_VM: -- Kernel: | ||
+ | ==> MY_RHEL8_VM: -- Initrd: | ||
+ | ==> MY_RHEL8_VM: -- Graphics Type: vnc | ||
+ | ==> MY_RHEL8_VM: -- Graphics Port: -1 | ||
+ | ==> MY_RHEL8_VM: -- Graphics IP: 127.0.0.1 | ||
+ | ==> MY_RHEL8_VM: -- Graphics Password: Not defined | ||
+ | ==> MY_RHEL8_VM: -- Video Type: cirrus | ||
+ | ==> MY_RHEL8_VM: -- Video VRAM: 256 | ||
+ | ==> MY_RHEL8_VM: -- Sound Type: | ||
+ | ==> MY_RHEL8_VM: -- Keymap: en-us | ||
+ | ==> MY_RHEL8_VM: -- TPM Path: | ||
+ | ==> MY_RHEL8_VM: -- INPUT: type=mouse, bus=ps2 | ||
+ | ==> MY_RHEL8_VM: Creating shared folders metadata... | ||
+ | ==> MY_RHEL8_VM: Starting domain. | ||
+ | ==> MY_RHEL8_VM: Waiting for domain to get an IP address... | ||
+ | ==> MY_RHEL8_VM: Waiting for SSH to become available... | ||
+ | MY_RHEL8_VM: | ||
+ | MY_RHEL8_VM: Vagrant insecure key detected. Vagrant will automatically replace | ||
+ | MY_RHEL8_VM: this with a newly generated keypair for better security. | ||
+ | MY_RHEL8_VM: | ||
+ | MY_RHEL8_VM: Inserting generated public key within guest... | ||
+ | MY_RHEL8_VM: Removing insecure key from the guest if it's present... | ||
+ | MY_RHEL8_VM: Key inserted! Disconnecting and reconnecting using new SSH key... | ||
+ | ==> MY_RHEL8_VM: Configuring and enabling network interfaces... | ||
+ | MY_RHEL8_VM: SSH address: 192.168.121.63:22 | ||
+ | MY_RHEL8_VM: SSH username: vagrant | ||
+ | MY_RHEL8_VM: SSH auth method: private key | ||
+ | </pre> | ||
Revision as of 15:17, 11 April 2021
This article is a Draft. Help us to complete it.
vagrant up MY_RHEL8_VM Bringing machine 'MY_RHEL8_VM' up with 'libvirt' provider... ==> MY_RHEL8_VM: Checking if box 'generic/rhel8' version '3.2.14' is up to date... ==> MY_RHEL8_VM: Created volume larger than box defaults, will require manual resizing of ==> MY_RHEL8_VM: filesystems to utilize. ==> MY_RHEL8_VM: Creating image (snapshot of base box volume). ==> MY_RHEL8_VM: Creating domain with the following settings... ==> MY_RHEL8_VM: -- Name: MY_RHEL8_VM ==> MY_RHEL8_VM: -- Domain type: kvm ==> MY_RHEL8_VM: -- Cpus: 2 ==> MY_RHEL8_VM: -- Feature: acpi ==> MY_RHEL8_VM: -- Feature: apic ==> MY_RHEL8_VM: -- Feature: pae ==> MY_RHEL8_VM: -- Memory: 8192M ==> MY_RHEL8_VM: -- Management MAC: ==> MY_RHEL8_VM: -- Loader: ==> MY_RHEL8_VM: -- Nvram: ==> MY_RHEL8_VM: -- Base box: generic/rhel8 ==> MY_RHEL8_VM: -- Storage pool: default ==> MY_RHEL8_VM: -- Image: /var/lib/libvirt/images/MY_RHEL8_VM.img (128G) ==> MY_RHEL8_VM: -- Volume Cache: default ==> MY_RHEL8_VM: -- Kernel: ==> MY_RHEL8_VM: -- Initrd: ==> MY_RHEL8_VM: -- Graphics Type: vnc ==> MY_RHEL8_VM: -- Graphics Port: -1 ==> MY_RHEL8_VM: -- Graphics IP: 127.0.0.1 ==> MY_RHEL8_VM: -- Graphics Password: Not defined ==> MY_RHEL8_VM: -- Video Type: cirrus ==> MY_RHEL8_VM: -- Video VRAM: 256 ==> MY_RHEL8_VM: -- Sound Type: ==> MY_RHEL8_VM: -- Keymap: en-us ==> MY_RHEL8_VM: -- TPM Path: ==> MY_RHEL8_VM: -- INPUT: type=mouse, bus=ps2 ==> MY_RHEL8_VM: Creating shared folders metadata... ==> MY_RHEL8_VM: Starting domain. ==> MY_RHEL8_VM: Waiting for domain to get an IP address... ==> MY_RHEL8_VM: Waiting for SSH to become available... MY_RHEL8_VM: MY_RHEL8_VM: Vagrant insecure key detected. Vagrant will automatically replace MY_RHEL8_VM: this with a newly generated keypair for better security. MY_RHEL8_VM: MY_RHEL8_VM: Inserting generated public key within guest... MY_RHEL8_VM: Removing insecure key from the guest if it's present... MY_RHEL8_VM: Key inserted! Disconnecting and reconnecting using new SSH key... ==> MY_RHEL8_VM: Configuring and enabling network interfaces... MY_RHEL8_VM: SSH address: 192.168.121.63:22 MY_RHEL8_VM: SSH username: vagrant MY_RHEL8_VM: SSH auth method: private key
See also
Advertising: