And if you replace that line with
And if you replace that line with
In case you configured the Rufus settings as shown in e.g. https://vmarena.com/how-to-create-bootable-vsphere-6-7-installer-usb-flash-drive/, then a next step in troubleshooting would be to try another USB device to rule out a bad device.
André
Can you please clarify what you are trying to merge?
Post a list of files that you want to "merge", and the complete command line that you are using.
André
Unfortunately I have tried two different USB
it still can't install
I will try another one later
Hi Pavan.
Can you provide more information?
Are you talking about vROps or vCenter metrics? maybe some screenshots?
Can you check if performance service is enabled?
this VM did come from a Xen server like all my other linux VMs i have on it (i used vcenter converter standalone)
i havnt re registered it, do you think i should do that?
no the backup vm doesnt use proxies at all, you install it on the hosts, so no vm just installed on the hosts and tbh its really good, if your interested heres the link
https://33hops.com/xsibackup-tutorial-1.html
i have installed the latest version of xsibackup on both servers as i thought it was that tbh, but that wouldnt explain why its only failing on this VM
Moderator: Thread moved to the NSX area.
Awesome Lucd....Its working now.
Now the output is like,each entitlement takes a separate row for the same desktop pool.
Example:
Desktop Pool Name | Entitlement |
desktop-pool-01 | user01 |
desktop-pool-01 | user02 |
desktop-pool-01 | user03 |
desktop-pool-02 | user02 |
How to make the entitlements of single desktop pool in a single row. Like,
Desktop Pool Name | Entitlement |
desktop-pool-01 | user01, user02, user03 |
desktop-pool-02 | user02,user04 |
Yes, I have used Gboard and SwiftKey in Horizon Client on an iPad.
Hi LuCD,
Actually i am trying for export of LUN path report for all HBA adapter of the ESXi hosts connected from the vCenter server with the below information (as it available in earlier version 5.5 - fc scsi lun path). So i have tried to take the output of esxcli storage core path list as like network component.
ESXi host Name Adapter Device LUN ID LUN State Target Runtime Name, Plugin
Regards
Narayanan.
Try something like this then
Select N='Desktop Pool Name';E={$_.Base.Name}},
@{N='Entitlement';E={(Get-HVEntitlement-ResourceName $_.Base.Name).Base.LoginName -join','}}
And the problem is the LUN and LUN ID fields.
In your screenshot, the LUN field, as I suspected, contains the number of LUNs attached to that adapter.
While you seem to also want a list of all the LUN IDs in a column.
Do you really want it this way?
That could be a very wide column.
Yes Please LuCD if possible with the fields mentioned. Thanks.
Regards
Narayanan
No Lucd...It is returning the error again.
"No pool found with given resourcename"
Strange.
And when you do it this way?
$pool=$_
$entitlements=Get-HVEntitlement-ResourceName $pool.Base.Name|
ForEach-Object-Process {
$_.Base.LoginName
}
''|Select @{N='Desktop Pool Name';E={$pool.Base.Name}},
@{N='Entitlement';E={$entitlements-join','}}
}
I don't think you should re register it, since a change in VM-ID can alter backup chains.
Yes, the next link is for the public evaluation. You need to register and you will get a key and the download link!
Bingo....
Its working lucd....Keep rocking.
Have you checked this: https://33hops.com/xsibackup-tutorial-1.html ?
i just tried to coonvert the server again (using vmware vcenter converter standalone)
it converted the vm to a new vm fine and i could spin up
but when i tried to do the backup of the new VM, got that error again
yes, thats what im doing (the link you sent me)
i putty into a host and run the following
/vmfs/volumes/datastore11/XSIBackup-Free/xsibackup --backup-point=/vmfs/volumes/datastore99/backup/esx02 --backup-type=running --date-dir=yes --backup-room=6000 --snapshot=doquiesce --mail-from=email@email.com--mail-to=email@email.com --subject=esx02 --smtp-srv=10.110.130.68 --smtp-port=587 --smtp-auth=none --smtp-usr=email@email.com --smtp-pwd=any
i have this running on a cron and it works really well but the only vm it errors out on is the server squid, it sends a report to my email