search for: vm3

Displaying 20 results from an estimated 47 matches for "vm3".

Did you mean: v3
2006 Apr 27
2
oplock not working correctly
...functioning as expected, in that more than one user can open and write to a file without any notifications being displayed about the file already being opened by another user. In the debug output below I have two Windows XP clients accessing the same shared file, neteng02 has the file open. neteng-vm3 then opens the same file, receiving no warnings about the file being open by another user. File is modified by neteng02 and saved and remains open. File then modified by neteng-vm3 and saved. File closed and opened by neteng02 who sees only modifications made by neteng-vm3. *** START *** log.neten...
2006 Apr 24
1
File locking problem
I've a situation where file locking does not seem to functioning. I have the following entries in my smb.conf file: *** /etc/samba/smb.conf *** linux # testparm -v | grep lock Load smb config files from /etc/samba/smb.conf <snip> Warning: Service printers defines a print command, but print command parameter is ignored when using CUPS libraries. Server role: ROLE_DOMAIN_PDC Press enter
2012 Jul 12
1
[ovs-discuss] OpenVswitch with KVM virtual machines
...er and then floods it out. So here's what happening: With em1 connected, all the packets that arrive at em1 are coming to the controller and printing out the details. However, without em1 connected to the OVS, when I have the following setup: ____ ____ / VM1\______br0_______/ VM3\ \____/ | \____/ | _|_ /VM2\ \___/ VM1 & VM2 are of the same subnet. They can ping each other. The ping packets aren't seen at the controller probably because they are in the same subnet and they don't need a flow table entry....
2013 Feb 03
1
control ip address of VM
HI I have 15 vm (libvirt + kvm) with a network brigde and ip address like 192.168.0.1 VM1 192.168.0.2 VM2 192.168.0.3 VM3 ..... The vm are use by other people and I want to be sure that if someone change the ip of VM3 to 192.168.0.1 it will filter it network traffic for him and can't flood the VM1 What the best way to achieve this Hope I m clear enough
2020 May 14
0
Re: Storage cleaning
Thank you, that's it! virsh vol-list storage VM1   /dev/storage/VM1.img VM2   /dev/storage/VM2.img VM3   /dev/storage/VM3.img [dead] VM4   /dev/storage/VM4.img [dead] A last stupid question (I don't want to make a big mistake ...): Is virsh vol-delete VM3 virsh vol-delete VM4 the right command to get rid of the offending ones? Am 14.05.2020 um 19:10 schrieb Alvin Starr: > > virsh pool-...
2023 May 12
1
Question regaring correct usage of CPU shares
...t;4" cpuset="3"/> <vcpupin vcpu="5" cpuset="7"/> </cputune> Those two virtual machines I just mentioned won't interfere with one another since they are pinned to different cores. However I introduce another, third virtual machine, like this: VM3: <cputune> <shares>512</shares> <vcpupin vcpu="0" cpuset="0"/> <vcpupin vcpu="1" cpuset="4"/> <vcpupin vcpu="2" cpuset="1"/> <vcpupin vcpu="3" cpuset="5"/> <vcpup...
2014 Apr 08
2
OpenSSL Heartbeat exploit agains KVM guest systems
...it possible to use this exploit against a kvm guest to read memory used by the host? In other words: if an exploitable service, say httpd with mod_ssl, is running in guest system 'vm1' hosted on system 'virthost' then what implications does that have with respect to guests vm2 and vm3 and to virthost itself? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 90...
2014 Apr 08
2
OpenSSL Heartbeat exploit agains KVM guest systems
...it possible to use this exploit against a kvm guest to read memory used by the host? In other words: if an exploitable service, say httpd with mod_ssl, is running in guest system 'vm1' hosted on system 'virthost' then what implications does that have with respect to guests vm2 and vm3 and to virthost itself? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 90...
2013 Mar 15
2
strange phenomenon on CPU affinity
...CPU (It supports hyperthreading, but i disable it in BIOS). I uses Xen 4.0.1 as the hypervisor. When I use 8 VMs to conduct a test, CPU affinity of the VMs is very strange. Like this: vm_name vcpu_num cpu_affinity Domain-0 8 any VM1 4 1,3,5,7 VM2 4 1,3,5,7 VM3 4 1,3,5,7 VM4 4 1,3,5,7 VM5 4 1,3,5,7 VM6 4 0,2,4,6 VM7 4 0,2,4,6 VM8 4 0,2,4,6 I do not set the CPU affinity in the configuration file, and I cannot find when the hypervisor set the CPU affinity in the...
2015 Oct 29
2
How to retrieve legacy cgroups location ?
...| | +- emulator | | +- vcpu0 | | +- vcpu1 | | | +- vm2 | | | | | +- emulator | | +- vcpu0 | | +- vcpu1 | | | +- vm3 | | | +- emulator | +- vcpu0 | +- vcpu1 How may I find where systemd has placed libvirtd ? I use libvirt 0.10.2 on a RHEL6 2.6.32-431.el6.x86_64 Thx for help. J.P. Ribeauville P: +33.(0).1.47.17.20.49 . Pute...
2012 Mar 02
3
xm domstate command not found
hi alll.. i want to find the xen domain''s state using xm domstate command, domstate command works fine inside virish but when i try with xm like [xm domestate VM_NAME] its giving an error saying subcomand domestate not found. i just want to shutoff the xen virtual domains using a scrip to take backup. so i just want to make sure that the domain are shutdown successfully after
2016 Mar 08
1
unable to create preallocated image with gluster protocol
Hi All, When I tried to create preallocated image with gluster , I am unable to create one The image gets created but not preallocated. [root@ ]# qemu-img create -f qcow2 -o preallocation=full gluster://host1.lab.eng.blr.redhat.com/rep3vol/vm3.img 3G Formatting 'gluster://dhcp37-61.lab.eng.blr.redhat.com/rep3vol/newvm3.img', fmt=qcow2 size=3221225472 encryption=off cluster_size=65536 preallocation='full' Unknown option 'preallocation' Is it a known issue ? -- Satheesaran S
2014 Feb 18
1
Problems with admin interface / beta4
...ppears quite stable. In the process of moving to new servers I noticed beta 4 and compiled it for FreeBSD 10 on a dell poweredge. I have been unable to get the administrative interface working properly. You can view screenshots showing the problems and a copy of the error log at http://vm3.emax.ca/icecast-bug/ Regards, -- Barry Friedman Emax Computer Systems Inc., 480 Tweedsmuir Ave., Ottawa, Ont. Canada K1Z 5N9 bfriedman at emax.ca 613-725-3198 Mobile: 613-261-0767
2007 Mar 26
1
VLan help! :D?
...| |-----BALBLA |VM2 | |VM4 | |__________ |-----------------bridge2------------------ |Firewall| ____________ | | |VM3 | | | |__________ |-----------------bridge3------------------ |________| is one-bridge-per-VLAN Thanks my so is debian sarge and use Xen 3.0.3 thanks thanks thanks _______________________________________________ Xen-users m...
2008 Feb 27
0
Error: Had a bootloader specified, but no disks are bootable
...on /dev/sda8. I started fdisk /dev/sda and added a bootable flag to partition 8. Then I mounted /dev/sda8, chrooted into it, and ran a grub-install hd0. Then I unmounted it, and tried to start the PVM host, but it ends short after the try to start for the following reason: xm create /etc/xen/vm/VM3 -c Using config file "/etc/xen/vm/VM3". Error: Had a bootloader specified, but no disks are bootable I am using the configuration file appended below. ostype="openSUSE" name = "VM1" memory = 1890 vcpus=1 uuid="0a4a2999-bac9-6561-f9e0-a1494751c275" on_crash...
2010 Aug 13
0
CPU monitoring & CPU cycles
...CPU monitoring tool called "xenmon.py". I have to explain my problem with the help of a screenshot. On top left side on "screenshot.png" you can see that Dom0 is pinned to CPU 0 and my two VMs are pinned to CPU 1. (Both VMs use also Ubuntu 8.04). Also you can see that vm2 and vm3 have each a cap of 40%. On the left side on the picture you can see that I made some stress test on both VMs. On the bottom right side of the screenshot I monitor CPUs with XenMon. As I''ve excepted XenMon shows that vm2 and vm3 only use 40% each of their pinned core and therefore this co...
2016 Mar 14
1
TCP Tunnel Info
...or example if the chosen source address is 10.152.152.11 for VMs 1 and 2 what should the other network have? * Going more complicated. Can one VM participate in two separate TCP Tunnel networks while keeping them isolated? Topology: VM1(virtual NIC1) <-> VM2 | VM1(virtual NIC2) <-> VM3 VM2 and 3 can only talk to VM1 but not to each other in this example. * Offtopic: Do your answers similarly apply for using the other Multicast and UDP options too? I can explain better if I'm not making any sense.
2008 Nov 24
0
Many Tx dropped packets
...RX packets:95000175 errors:2 dropped:0 overruns:0 frame:2 TX packets:116918856 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:52438104794 (48.8 GiB) TX bytes:70395166347 (65.5 GiB) Interrupt:16 Memory:f8000000-f8011100 vm3 Link encap:Ethernet HWaddr fe:ff:ff:ff:ff:ff inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:771 errors:0 dropped:0 overruns:0 frame:0 TX packets:570250 errors:0 dropped:25082 overruns:0 ca...
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...set Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos perl.rte 5.8.0.0 COMMITTED Perl Version 5 Runtime Environment # lppchk -vm3 # perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=aix, osvers=5.2.0.0, archname=aix-thread-multi uname='aix rocky 2 5 000ad7df4c00 ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethread...
2005 Oct 31
5
zombie domains
Hi, How can I figure why some domain is still in zombie state, like these ones: master-xen root /vm/ttylinux# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 574 1 r----- 90.5 Zombie-small-11 28 0 1 ---s-d 0.9 Zombie-small-17 34 0 1 ---s-d