The VM named "server04" (where is installed Veeam Backup & Replication 8.0.0.2084) has only two disks but other strange disks (C:\VeeamFLR\....) are shown in Guest.Disk:
Code: Select all
PowerCLI C:\Software\vmware> Get-HardDisk -vm server04
CapacityGB Persistence Filename
---------- ----------- --------
80,000 Persistent [vmware00_Datastore_03] server04/server04.vmdk
100,000 Persistent [vmware00_Datastore_02] server04/server04.vmdk
PowerCLI C:\Software\vmware> $vm2 = Get-View -ViewType VirtualMachine -Filter @{"Name" = "server04"}
PowerCLI C:\Software\vmware> $vm2.Guest.Disk
DiskPath Capacity FreeSpace
-------- -------- ---------
D:\ 107371032576 98096013312
C:\ 85791338496 25912836096
C:\VeeamFLR\domino\Volume0\ 104853504 73740288
C:\VeeamFLR\domino\Volume1\ 85791338496 46974259200
C:\VeeamFLR\domino\Volume2\ 214745214976 105157742592
C:\VeeamFLR\domino\Volume3\ 429493579776 252776624128
Code: Select all
[22.08.2015 08:13:45] <09> Info Creating lease keeper. LeaseId: [5495e41f979444cc827b4e9b075bce2e]
[22.08.2015 08:13:45] <09> Info Mounting restore point. Vm: [domino], BackupDate: [16/08/2015 03:34:26], Oib: [475182dd-2b53-4b21-86cc-9f3478a90b46]
[22.08.2015 08:14:37] <09> Info Restore point was mounted. Result: [MountFolder: C:\VeeamFLR\domino;]
[22.08.2015 08:14:37] <01> Info Drive letter: 'C:', mount point: 'C:\VeeamFLR\domino\Volume1'
[22.08.2015 08:14:37] <01> Info Drive letter: 'D:', mount point: 'C:\VeeamFLR\domino\Volume2'
[22.08.2015 08:14:37] <01> Info Drive letter: 'E:', mount point: 'C:\VeeamFLR\domino\Volume3'
[22.08.2015 08:15:18] <01> Info Starting command: Veeam.Backup.UI.FlrCopyToCommand
[22.08.2015 08:15:18] <01> Info Started command: Veeam.Backup.UI.FlrCopyToCommand
[22.08.2015 08:15:45] <01> Info Starting Copy to operation: [Source Full Path]: C:\VeeamFLR\domino\Volume2\Lotus\Domino\Data\log.nsf, [Target Full Path]: D:\
[22.08.2015 08:15:45] <01> Info Finished command: Veeam.Backup.UI.FlrCopyToCommand
[22.08.2015 08:15:45] <09> Info Preserve NTFS permissions is OFF.
[22.08.2015 08:15:45] <09> Info Preparing operation "Copying".
Many thanks.