-
Andrew Case
virtualization redhat kvm-virtualization rhel6
What’s the easiest/quickest way to clone a VM from one server onto another if you don’t have shared storage between the two servers (so you can’t do a standard migration)?I have a production ready VM installed on one server, and I want to clone it onto another system. I don’t have shared storage between the two hosts, but I’ve copied the disk image between the two hosts and added a config for it (virsh defined it). When I try to start it however it doesn’t take:# virsh create /etc/libvirt/qemu
-
dan
kvm-virtualization rhel6
I’m trying to install a rhel guest inside a rhel host using kvm and have the rhel guest auto start after the installation completes. The kickstart file has the “reboot” command which should tell RHEL to restart after the install.the script is at /root/install_machine, and the variables are defined at the top of the scriptvirt-install \ –name=$name-$ip_short \ –arch=x86_64 \ –ram=$memory \ –os-type=linux \ –os-variant=virtio26 \ –hvm \ –connect=qemu:///system \ –network bridge:br0 \ –vc
-
womble
virtualization kvm-virtualization rhel6
Hi I just started using kvm on rhel6 and after creating a vm I tried to increase the memory but the changes I amde in the xml file do not propogate to vm, even after bouncing vm and restarting libvert?[root@kvm01 qemu]# virsh dominfo dev-kvm01 Id: 2 Name: dev-kvm01 UUID: 9b2bf581-2807-3116-b176-60e9c0559943 OS Type: hvm State: running CPU(s): 2 CPU time: 1975.3s Max memory: 7864320 kB Used memory: 7864320 kB Persistent: yes Autostart: disable Security model: selinux Security DOI: 0 Security labe
-
eisaacson
php-fpm rhel6
We’re running RHEL6 and just started getting this error when restarting php-fpm.PHP Startup: Unable to load dynamic library ‘/usr/lib64/php/modules/gd.so’ – /usr/lib64/php/modules/gd.so: undefined symbol: gdImageWebpCtx in UnknownI’ve tried restarting the server and running yum update but haven’t gotten rid of the error. Any help would be appreciated.
-
WesleyDavid
linux redhat rhel6 bonding
I’m running RHEL 6.4, kernel-2.6.32-358.el6.i686, on an HP ML 350 G5 with two onboard Broadcom NetXtreme II BCM5708 1000Base-T NICs. My goal is to channel bond the two interfaces into a mode=1 failover pair.My problem is that in spite of all evidence that the bond is set up and accepted, pulling the cable out of the primary NIC causes all communication to cease.ifcfg-etho and ifcfg-eth1First, ifcfg-eth0:DEVICE=eth0 HWADDR=00:22:64:F8:EF:60 TYPE=Ethernet UUID=99ea681d-831b-42a7-81be-02f71d1f7aa0
-
MaxPowers
php rhel6 pdo sybase freetds
Self-hosted box, RHEL 6 PHP 5.3.3PDO installed freetds installed pdo_dblib – so far no luck installingMy goal is to use PDO with sybase. Attempting to install pdo_dblib from the appropriate version php source code. I have tried a variety of methods and searched quite a bit for help on this topic, but have yet to be successful.Method 1Install freetds$ ./configure $ make $ su root Password: $ make installThis is successfulInstall pdo_dblibinside the /ext/pdo_dblib folder:$ phpize $ ./configure
-
Rayne
rhel6 kernel-panic ramdisk vfs
My server is running RHEL6.3, and after shutting down, I am unable to boot up the server. I did not perform any upgrades or changes to the server prior to the shut down, and this is a new server without much usage.I got this error after the grub screen.i8042.c: Can’t read CTR while initializing i8042. RAMDISK: incomplete write (32543 != 32768) write error Kernel panic – not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Pid: 1, comm: swapper Not tainted 2.6.32-279.el6.x86_64 #1 Call
-
Bart B
rhel6 rsyslog
I’m migrating our rsyslog config from an old server to a new one, and thought I’d use the opportunity to tidy up our config. The old config used “legacy” template definitions, and the rsyslog doc on templates recommend replacing such definitions with the new template syntax, so that’s what I tried to do.I simply cannot get it to work, and the errors I am getting when trying to start rsyslog make no sense. So, it seems like I have fundamentally misunderstood the rsyslog docs, or there is somethi