Displaying 20 results from an estimated 60 matches for "datastore1".
Did you mean:
datastore
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: GenericVmConfigFault -
Failed to start the virtual machine."
How...
2013 Aug 12
2
Error while starting the node on ESXi hypervisor
...tNode.vmdk or one of the
snapshot disks it depends on.*
*
*
*
*
I checked the datastore of my ESX server and found out that instead of file
one directory is getting created with the name* cluster.vmdk *and inside it
there are few more files but cluster.vmdk file is not there.
*
*
/vmfs/volumes # cd datastore1
/vmfs/volues/5208f99d-760cf4a2-000c29520788 # ls
cluster.vmdk
/vmfs/volues/5208f99d-760cf4a2-000c29520788 # cd cluster.vmdk
/vmfs/volues/5208f99d-760cf4a2-000c29520788/cluster.vmdk # ls -ltr
*-rw-r--r-- 1 root root 261 Aug 12 17:30 cluster.vmdk*
*-rw-r--r-- 1 root root 674 Aug 12...
2013 Aug 15
6
Error while adding volume through virsh
...olume...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:
"Error: Failed to create volume from /local/new_volume.xml"
Error: internal error: Creation of raw volumes is not supported"
Can anyone tell me what is going wrong here?
Regards,
Varun
2017 Dec 08
1
Re: [PATCH v2 2/2] v2v: -i vmx: Enhance VMX support with ability to use ‘-it ssh’ transport.
...> The original command (for local .vmx files) was:
>
> $ virt-v2v -i vmx guest.vmx -o local -os /var/tmp
>
> Adding ‘-it ssh’ and using an SSH remote path gives the new syntax:
>
> $ virt-v2v \
> -i vmx -it ssh \
> "root@esxi.example.com:/vmfs/volumes/datastore1/guest/guest.vmx" \
> -o local -os /var/tmp
>
> I anticipate that this input method will be widely used enough that it
> deserves its own example at the top of the man page.
> ---
> [...]
> +(* The single filename on the command line is intepreted either as
> + * a...
2018 Feb 07
1
[PATCH] v2v: fix -it ssh syntax in example (RHBZ#1540535)
...| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index d39609cf8..b2face339 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -126,7 +126,7 @@ a local file.
virt-v2v \
-i vmx -it ssh \
- "root@esxi.example.com/vmfs/volumes/datastore1/guest/guest.vmx" \
+ "ssh://root@esxi.example.com/vmfs/volumes/datastore1/guest/guest.vmx" \
-o local -os /var/tmp
The guest must not be running. Virt-v2v would I<not> need to be run
--
2.14.3
2013 Aug 13
0
Re: Error while starting the node on ESXi hypervisor
...the snapshot disks it depends on.
>
>
> I checked the datastore of my ESX server and found out that instead of file
> one directory is getting created with the name cluster.vmdk and inside it
> there are few more files but cluster.vmdk file is not there.
>
> /vmfs/volumes # cd datastore1
> /vmfs/volues/5208f99d-760cf4a2-000c29520788 # ls
> cluster.vmdk
> /vmfs/volues/5208f99d-760cf4a2-000c29520788 # cd cluster.vmdk
> /vmfs/volues/5208f99d-760cf4a2-000c29520788/cluster.vmdk # ls -ltr
> -rw-r--r-- 1 root root 261 Aug 12 17:30 cluster.vmdk
> -rw-r--r-- 1...
2018 Jan 05
0
Another VM crashed
...ptions Reconfigured:
nfs.disable: on
performance.readdir-ahead: on
transport.address-family: inet
[2017-12-31 05:25:01.724213] I [glusterfsd-mgmt.c:1600:mgmt_getspec_cbk]
0-glusterfs: No change in volfile, continuing
[2018-01-02 07:56:32.763516] I [MSGID: 115036]
[server.c:548:server_rpc_notify] 0-datastore1-server: disconnecting
connection from srvpve4-1
652-2017/05/03-19:41:30:493103-datastore1-client-1-0-2
[2018-01-02 07:56:32.763554] I [MSGID: 101055]
[client_t.c:415:gf_client_unref] 0-datastore1-server: Shutting down
connection srvpve4-1652-2
017/05/03-19:41:30:493103-datastore1-client-1-0-2
[2018...
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 type='vmware'>
<name>testNode</name>
<uuid>50115e16-9bdc-49d7-f171-53c4d7f91710</uuid>
<memor...
2010 Nov 30
1
Create VMWare ESXi domain via virsh error(error: this function is not supported by the connection driver: virDomainCreateXML)
...e>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<disk type='file' device='disk'>
<source file='[datastore1] rhel5/rhel5_2.vmdk'/>
<target dev='sda' bus='scsi'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
<controller type='scsi' index='0' model='lsilogic'/>
&...
2014 Dec 29
2
Please help me!Thank You!
...<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64'>hvm</type>
</os>
<devices>
<disk type='file' device='disk'>
<source file='[datastore1 (2)] test1/test1.vmdk'/>
<target dev='sda' bus='scsi'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
<controller type='scsi' index='0' model='vmpvscsi'/>...
2014 Sep 16
2
virt-v2v -ic question
...file.cookie" : "vmware_soap_session=\"52d44642-3451-51db-dc36-7621bbc387bd\"", "file.sslverify" : "off", "file.driver" : "https", "file.url" : "https://10.35.5.45/folder/CSB/CSB-flat.vmdk?dcPath=ha-datacenter&dsName=datastore1", "file.timeout" : 60 }': Unknown driver 'https': No such file or directory
virt-v2v: error: qemu-img command failed, see earlier errors
If reporting bugs, run virt-v2v with debugging enabled and include the
complete output:
virt-v2v -v -x [...]
---------------------...
2014 Sep 17
3
Re: virt-v2v -ic question
...-o local -of raw -os /tmp/v2v RHEL
[ 0.0] Opening the source -i libvirt -ic esx://10.35.5.45/?no_verify=1 RHEL
Enter username for 10.35.5.45 [root]:
Enter root's password for 10.35.5.45:
curl -s --insecure -I 'https://10.35.5.45/folder/RHEL/RHEL-flat.vmdk?dcPath=ha-datacenter&dsName=datastore1' ||:
HTTP/1.1 401 Unauthorized
Date: Wed, 17 Sep 2014 07:55:29 GMT
Set-Cookie: vmware_soap_session="5257f480-c060-3dcb-0ed5-fa58236bb0e5"; Path=/; HttpOnly; Secure;
Connection: close
WWW-Authenticate: Basic realm="VMware HTTP server"
Content-Length: 0
virt-v2v: error: esx:...
2013 Sep 23
0
Libvirt ESX: Image file not getting copied to ESX server
Hi,
I am trying to start a node using libvirt on ESX hypervisor. Before
starting I am performing the following steps:
1) vol-create datastore1 /local/new_volume.xml (Creating a volume in pool)
2) define /local/esxdomain.xml (Defining a node)
3) start MyNode (Starting a node)
I tried to get the status of my node and it is showing *running *but I am
not able to ping my node (as it is in network). I later got the console of
my node and foun...
2017 Dec 10
2
[PATCH] v2v: -i vmx: Allow ssh URLs to use spaces.
In previous discussion here:
https://www.redhat.com/archives/libguestfs/2017-December/thread.html#00027
we preferred to use ssh://... URLs instead of server:/path. However
the URL approach had the problem that the user had to replace spaces
with %20 in the paths.
However since using space gives an error, we can replace spaces with
%20 safely in code, thus removing one obstacle from users.
2019 Apr 05
1
Re: [PATCH nbdkit] vddk: Add support for VIXDISKLIB_FLAG_OPEN_SINGLE_LINK
...tually, VMware server) handle two connections to the
same disk image, both open for reading and with different flags?
The answer to that is yes. Running these two sets of commands in
parallel works fine for me:
$ LD_LIBRARY_PATH=vddk/vmware-vix-disklib-distrib/lib64 \
./nbdkit vddk file="[datastore1] Fedora 28/Fedora 28.vmdk" \
libdir=vddk/vmware-vix-disklib-distrib \
server=vmware user=root password=- \
thumbprint=xx vm=moref=3 \
-fv -r -p 10809 single-link=true &
$ qemu-img convert nbd:localhost:10809 /var/tmp/out
$ LD...
2020 Aug 05
1
Re: More parallelism in VDDK driver (was: Re: CFME-5.11.7.3 Perf. Tests)
...;
> Here are some results anyway. The command I'm using is:
>
> $ ./nbdkit -r -U - vddk \
> libdir=/path/to/vmware-vix-disklib-distrib \
> user=root password='***' \
> server='***' thumbprint=aa:bb:cc:... \
> vm=moref=3 \
> file='[datastore1] Fedora 28/Fedora 28.vmdk' \
> --run 'time /var/tmp/threaded-reads $unixsocket'
>
> Source for threaded-reads is attached.
>
> (1) Existing nbdkit VDDK plugin.
>
> NR_MULTI_CONN = 1
> NR_CYCLES = 10000
>
> Note this is making 10,000 pread requests.
>...
2014 Sep 16
2
Re: virt-v2v -ic question
...file.cookie" : "vmware_soap_session=\"52d44642-3451-51db-dc36-7621bbc387bd\"", "file.sslverify" : "off", "file.driver" : "https", "file.url" : "https://10.35.5.45/folder/CSB/CSB-flat.vmdk?dcPath=ha-datacenter&dsName=datastore1", "file.timeout" : 60 }': Unknown driver 'https': No such file or directory
> > virt-v2v: error: qemu-img command failed, see earlier errors
>
> This error happens because you need to patch qemu-kvm-rhev. The
> patches aren't in our qemu-kvm-rhev yet...
2019 Apr 11
3
nbdkit, VDDK, extents, readahead, etc
...t 2 minutes from all timings below.
(2) VDDK cannot use VixDiskLib_QueryAllocatedBlocks if the disk is
opened for writes. It fails with this uninformative error:
nbdkit: vddk[1]: error: [NFC ERROR] NfcFssrvrProcessErrorMsg: received NFC error 13 from server: NfcFssrvrOpen: Failed to open '[datastore1] Fedora 28/Fedora 28.vmdk'
nbdkit: vddk[1]: error: [NFC ERROR] NfcFssrvrClientOpen: received unexpected message 4 from server
nbdkit: vddk[1]: debug: VixDiskLib: Detected DiskLib error 290 (NBD_ERR_GENERIC).
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLibQueryBlockList: Fail to start query...
2018 Sep 20
3
Upssched not getting called from UPSMON
...gger -t upssched-cmd "UPS8 is running on battery"
echo "UPS8 is running on battery!" | ${WALL}
echo "Shutting down VMs on ESXi 192.168.23.3 and 192.168.24.3" | ${WALL}
ssh root at 192.168.23.3 "nohup /vmfs/volumes/datastore1/UPScontrol/shutdown_esxi.sh> /dev/null 2>&1 &"
ssh root at 192.168.24.3 "nohup /vmfs/volumes/datastore1/UPScontrol/shutdown_esxi.sh> /dev/null 2>&1 &"
echo "finished shutting ESXI down..." | ${WALL}
...
2019 Apr 12
2
Re: nbdkit, VDDK, extents, readahead, etc
...3s -> 117s, about a 40% saving. We can likely do
> >better by having > 32 bit requests and qemu not using
> >NBD_CMD_FLAG_REQ_ONE.
> >
> How did you run qemu-img?
The full command was:
LD_LIBRARY_PATH=vmware-vix-disklib-distrib/lib64 \
./nbdkit -r -U - vddk file="[datastore1] Fedora 28/Fedora 28.vmdk" \
libdir=vmware-vix-disklib-distrib \
server=vmware user=root password=+/tmp/passwd \
thumbprint=xyz \
vm=moref=3 \
--filter=stats statsfile=/dev/stderr \...