rhev
-
Installing RHEV Hypervisor on VMWare Fusion
If you are interested in Red Hat Virtualization and couldn’t afford to buy machines for the hypervisor, using VMWare would be one possible cheaper way to achieve it. By using nested virtualisation technology, you can easily build an environment. Only thing you need to before the installation is making some changes in the vmx file… Continue reading
-
Last two weeks’ status
Last two weeks were very busy time for me. While working daily job, I attended RHEV class and took ‘Red Hat Enterprise Virtualization’ exam (EX318) and ‘System Monitoring and Performance Tuning’ exam (EX442). Finally, I’ve got RHCA (Red Hat Certified Architect)!!! Continue reading
-
What’s the internal details for ‘-startdate’ option in ‘qemu-kvm’
When you run KVM-based virtual machine, you can specify ‘-startdate’ option. What format we can use and what actions are happening inside the qemu-kvm. Options are checked in main() function in vl.c. case QEMU_OPTION_startdate: { struct tm tm; time_t rtc_start_date; if (!strcmp(optarg, “now”)) { rtc_date_offset = -1; } else { if (sscanf(optarg, “%d-%d-%dT%d:%d:%d”, &tm.tm_year, &tm.tm_mon,… Continue reading
-
Some videos about RHEV
Red Hat has a plan to announce RHEV late this year and there are some videos regarding this. Following videos are found in youtube and redhat.com. You can figure out what it is and what it will provide. http://akmi.kaltura.com/index.php/kwidget/wid/3t6pwnb59k/uiconf_id/48410 Continue reading
About Me
A software engineer who loves any technologies that makes life easier. That’s why I love Linux and Mac at the same time.