Displaying 20 results from an estimated 400 matches similar to: "How to add uplink in ESXi virtual switch"
2013 Aug 13
0
Re: Error while starting the node on ESXi hypervisor
2013/8/12 varun bhatnagar <varun292006@gmail.com>:
> Hi,
>
> Today I was trying to start a node using libvirt on ESX (esxi-5.1)
> hypervisor and I got the following error message:
>
> virsh # define /local/myNode/esxdomain.xml
> Domain testNode defined from /local/myNode/esxdomain.xml
> virsh # start testNode
> error: Failed to start domain testNode
> error:
2013 Aug 16
1
Re: Error while adding volume through virsh
Hi Ján,
Thanks a lot for the suggestion. It worked and volume is added to the
datastore. Now if I try to start the node it gives an error saying:
Error: internal error: Could not start domain: FileNotFound - File
[datastore1] testNode/cluster.vmdk was not found."
But .vmdk file exist at this location. What is going wrong here can anyobe
plz suggest. Below is my xml:
<domain
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
Thanks a ton for the reply Matthias.
I am little confused here. How to add volume on my esx server using virsh?
I did SCP and copied my vmdk image to [datastore1] testNode/cluster.vmdk
and also modified my xml file as you suggested. Now when I tried starting
the node it gave me an error message saying:
"error: Failed to start testNode
error: internal error: Could not start domain:
2013 Aug 12
2
Error while starting the node on ESXi hypervisor
Hi,
Today I was trying to start a node using libvirt on ESX (esxi-5.1)
hypervisor and I got the following error message:
*virsh # define /local/myNode/esxdomain.xml*
*Domain testNode defined from /local/myNode/esxdomain.xml*
*virsh # start testNode*
*error: Failed to start domain testNode*
*error: internal error: Could not start domain: GenericVmConfigFault -
Cannot open the disk
2020 Mar 30
2
Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Hi,
my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and
now I'm having problems starting VMs that make use of openvswitch
portgroups.
When I start a VM, I get this error message on virsh:
> virsh # start testvm
> error: Failed to start domain testvm
> error: An error occurred, but the cause is unknown
The system log contains:
> Mar 30 09:45:39 tplinux
2014 Jun 10
0
support for distributed portgroups in esxi
Hi,
I tried to create a VM in ESXi 5.5 and to assign the interface to a
Distributed switch portgroup. But i failed to achieve it.
When i define a VM with distributed portgroup , i cannot see that
distributed portgroup getting assigned to the VM network interface.
My libvirt version is 0.10.2
I wish to know whether the libvirt supports assigning interface to a
distributed port group ?
If so how
2019 Jul 26
0
Define libvirt network portgroup with native untagged.
Hi,
I have created a libvirt network on top of a OVS bridge (named vlan-br)
which receives all VLAN tagged packets, i.e. connected to a trunk port. The
definition xml is below.
What I want to achieve in the portgroup definition 'trunk-native-1221' is
to allow 1221 as untagged/native but rest all VLAN as tagged. The following
portgroup definition works, but I don't want to enumerate
2011 Sep 09
0
[libvirt] how did libvirt manage Virtual Network?
(This seems more appropriate for the libvirt-users mailing list)
On 09/08/2011 10:16 PM, Wayne Xia wrote:
> Working at the network management, I am a bit confused about the
> VLAN model in libvirt.
>
> in the xml definition, there is a section as following:
>
> <devices>
> <interface type='network'>
> <source network='default'/>
2011 Sep 13
0
Fwd: Re: [libvirt] how did libvirt manage Virtual Network?
Thank u very much, it helps a lot.
? 2011-9-13 10:22, Lei Li ??:
>
>
> -------- Original Message --------
> Subject: Re: [libvirt] how did libvirt manage Virtual Network?
> Date: Fri, 09 Sep 2011 12:28:38 -0400
> From: Laine Stump <laine at laine.org> <mailto:laine at laine.org>
> To: libvirt-users at redhat.com <mailto:libvirt-users at redhat.com>
>
2012 Sep 23
0
VLANs with Open vSwitch in libvirt 0.10.1
Hello all, I'm trying to take advantage of libvirt's VLAN and OVS support in the 0.10.1 release and consistently getting an "error: internal error corrupted profileid string" when starting a guest.
I've defined a network using virsh; the configuration looks like this:
<network>
<name>ovs-network</name>
2019 Mar 13
1
vlan tagging for openVSwitch
hi everyone,
I'm trying to get vlans tagged in libvirt as my switch's end (yes
traffic will be leaving the host and into network switches) allows only
tagged vlans.
But with network as such:
...
<portgroup name='vlan-55'>
<vlan trunk='yes'>
<tag id='55'/>
</vlan>
</portgroup>
</network>
and guest as:
2013 May 27
2
Using source installed open vswitch with libvirt(or virsh).
P{font-size:10pt; line-height:16; margin-left:0; margin-top:0;
margin-right:0; margin-bottom:0; font-family:gulim;}
(English is not my first language Sorry for my poor English )
OS :
Linux nc233 2632-220171el6x86_64 #1 SMP Tue May 15 17:16:46 CDT 2012 x86_64
x86_64 x86_64 GNU/Linux
CentOS release 63 (Final)
open vswitch : 11190
virsh : 100
ibvirtd (libvirt) :
2019 Dec 30
2
dovecot cannot drop privileges inside singularity container
Hi all
I'm facing an issue while running dovecot inside a singularity
(https://sylabs.io/singularity/) container
dovecot version is 2.3.4.1 (configuration below) running on debian
buster, inside a container made with singularity version 3.4.2
unfortunately, when I try to start dovecot, it gives:
Singularity test.sif:~> cat /var/log/mail.log
Dec 30 17:23:38 testnode dovecot: master:
2020 Jan 02
0
dovecot cannot drop privileges inside singularity container
Have you tried setting linux capabilities, like
NET_BIND_SERVICE,CHOWN,SYS_CHROOT,SETGID? Have you checked the
permissions of paths? I had to relocate the run dir with things like
these
&& mkdir /var/dovecot \
&& mkdir /var/lib/dovecot \
&& (umask 027 ; mkdir /var/dovecot/login) \
&& (umask 022 ; mkdir /var/dovecot/empty) \
&& (umask
2013 Jan 07
0
[LLVMdev] TableGen patterns with multiple outputs
On Jan 4, 2013, at 9:52 AM, Justin Holewinski <justin.holewinski at gmail.com> wrote:
> Are multi-output patterns in TableGen supposed to work, or is that a known limitation in the current implementation?
It is a known limitation. You have to write C++ code to match patterns with multiple outputs.
>
> If I have TableGen code like the following...
>
> 1242 def SDTTestNode
2013 Jan 04
2
[LLVMdev] TableGen patterns with multiple outputs
Are multi-output patterns in TableGen supposed to work, or is that a known
limitation in the current implementation?
If I have TableGen code like the following...
1242 def SDTTestNode : SDTypeProfile<2, 1, [SDTCisSameAs<0, 1>]>;
1243 def TestNode : SDNode<"NVPTXISD::TestNode", SDTTestNode>;
1244
1245 def MyTestNode : NVPTXInst<(outs Int32Regs:$dst0,
2013 Jan 07
0
[LLVMdev] TableGen patterns with multiple outputs
It has been something we've talked about for years, but I'm not aware of anyone working on it right now.
On Jan 6, 2013, at 5:34 PM, Justin Holewinski <justin.holewinski at gmail.com> wrote:
> Thanks for the info. Is this on someone's list of things to do?
>
>
> On Sun, Jan 6, 2013 at 7:41 PM, Bob Wilson <bob.wilson at apple.com> wrote:
>
> On Jan 4,
2003 Dec 01
0
No subject
2.4.18 kernel) using 3 x 60GB WD 7200 IDE drives on a 7500-4 controller I
could get peak I/O of 452 MBytes/sec, and a sustainable I/O rate of over
100 MBytes/sec. That is not exactly a 'dunno' performance situation. These
tests were done using dbench and RAID5.
Let's get that right:
100 MBytes/sec == 800 Mbits/sec, which is just a tad over 100 Mbits/sec
(the bottleneck if you use
2004 Jan 21
1
Newbie Questions--Firewalls
Hello.
We are running individual software firewalls (as provided by the
respective OSs) on:
MAC OSX Panther
MSWindows XP Pro
SuSE 8.2 LINUX
Machines. In addition, the MSWindows XP Pro machine is running
Norton's Software Firewall (in conjunction with Antivirus version
10.0.1.13) I am trying to configure SAMBA 2.2.8a from the SuSE LINUX
system and am unable to see either the MAC OSX
2013 Jan 07
2
[LLVMdev] TableGen patterns with multiple outputs
Thanks for the info. Is this on someone's list of things to do?
On Sun, Jan 6, 2013 at 7:41 PM, Bob Wilson <bob.wilson at apple.com> wrote:
>
> On Jan 4, 2013, at 9:52 AM, Justin Holewinski <justin.holewinski at gmail.com>
> wrote:
>
> Are multi-output patterns in TableGen supposed to work, or is that a known
> limitation in the current implementation?
>