Displaying 6 results from an estimated 6 matches for "53c4d7f91710".
2013 Aug 12
2
Error while starting the node on ESXi hypervisor
...17:30 cluster.vmsd*
/vmfs/volues/5208f99d-760cf4a2-000c29520788/cluster.vmdk #
Can anyone tell me how to start a node and why I am getting that error
message.
Below is my xml file.
*<domain type='vmware'>*
* <name>testNode</name>*
* <uuid>50115e16-9bdc-49d7-f171-53c4d7f91710</uuid>*
* <memory>1048576</memory>*
* <currentMemory>1048576</currentMemory>*
* <vcpu>1</vcpu>*
* <os>*
* <type arch='x86_64'>hvm</type>*
* </os>*
* <devices>*
* <disk type='file' device='disk...
2013 Aug 16
1
Re: Error while adding volume through virsh
...main: 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 type='vmware'>
<name>testNode</name>
<uuid>50115e16-9bdc-49d7-f171-53c4d7f91710</uuid>
<memory>1048576</memory>
<currentMemory>1048576</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64'>hvm</type>
</os>
<devices>
<disk type='file' device='disk'>...
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
...re failure.
>
> > Can anyone tell me how to start a node and why I am getting that error
> > message.
> > Below is my xml file.
> >
> > <domain type='vmware'>
> > <name>testNode</name>
> > <uuid>50115e16-9bdc-49d7-f171-53c4d7f91710</uuid>
> > <memory>1048576</memory>
> > <currentMemory>1048576</currentMemory>
> > <vcpu>1</vcpu>
> > <os>
> > <type arch='x86_64'>hvm</type>
> > </os>
> > <devices...
2013 Sep 02
0
How to add uplink in ESXi virtual switch
...have pasted my xml file
content below but I am not able to add any uplink (how to add it?) .
Below is the xml file of my node as well as the network which I am creating
on my ESXi server
*<domain type='vmware'>*
*<name>testNode</name>*
*<uuid>50115e16-9bdc-49d7-f171-53c4d7f91710</uuid>*
*<memory>1048576</memory>*
*<currentMemory>1048576</currentMemory>*
*<vcpu>1</vcpu>*
*<console>/dev/console</console>*
*<os>*
*<type arch='x86_64'>hvm</type>*
*</os>*
*<devices>*
*<disk type='...
2013 Aug 13
0
Re: Error while starting the node on ESXi hypervisor
...SX setup is unavailable due to a hardware failure.
> Can anyone tell me how to start a node and why I am getting that error
> message.
> Below is my xml file.
>
> <domain type='vmware'>
> <name>testNode</name>
> <uuid>50115e16-9bdc-49d7-f171-53c4d7f91710</uuid>
> <memory>1048576</memory>
> <currentMemory>1048576</currentMemory>
> <vcpu>1</vcpu>
> <os>
> <type arch='x86_64'>hvm</type>
> </os>
> <devices>
> <disk type='fi...
2013 Aug 15
6
Error while adding volume through virsh
Hi,
I was trying to add volume...I got one xml snippet and I modified it
according to my node configuration:
< volume>
<name>testNode/cluster.vmdk </name>
<allocation>0 </allocation>
<capacity unit='G'>2<capacity>
</volume>
Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one
error message came saying: