Red Hat provides you the opportunity to download a KVM guest image, that you can use within virt-manager to start immediately. This saves you the trouble and time of having to install the operating system.
However, the root password is not known, and so, it may be difficult to log in as root when using the KVM guest image provided by Red Hat.
Luckily, there is an easy solution to changing the root password on a KVM guest image.
Start by installing guestfish:
Guestfish is a tool that can be used from the command line to access guest virtual machine file systems.# yum -y install guestfish
Next, update the image file as follows, assuming the image file is located in /var/lib/libvirt/images, and the image file is called "rhel7.5.beta1.qcow2", and you want to set the password to "PASSWORD":
# cd /var/lib/libvirt/images # virt-customize -a rhel7.5.beta1.qcow2 --root-password password:PASSWORD
If you found this useful, here's more on the same topic(s) in our blog:
- How to add a new static route on RHEL 7
- Finding and removing core dumps
- How to read the /var/adm/ras/diag log file
- Heartbleed bug
- Scanning WiFi networks
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?