Quantcast
Channel: VMware Communities: Message List
Viewing all 180811 articles
Browse latest View live

Re: Entitlements in csv

$
0
0

And if you replace that line with

 

    Get-HVEntitlement-ResourceName $pool.Base.Name|

Re: Install ESXi 6.0b problem

Re: vmware-vdiskmanager - Not merging the files

$
0
0

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é

Re: Install ESXi 6.0b problem

$
0
0

Unfortunately I have tried two different USB

it still can't install

I will try another one later

Re: vSAN metrics collection not happening for hybrid disks

$
0
0

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?

Re: ERROR CLDELSN3, details: [lon-d-squid] error: cannot delete snapshot

$
0
0

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

Re: NSX-T, Manager Evaluation software

$
0
0

Moderator: Thread moved to the NSX area.

Re: Entitlements in csv

$
0
0

Awesome Lucd....Its working now.

 

Now the output is like,each entitlement takes a separate row for the same desktop pool.

 

Example:

 

 

Desktop Pool NameEntitlement
desktop-pool-01user01
desktop-pool-01user02
desktop-pool-01user03
desktop-pool-02user02

 

How to make the entitlements of single desktop pool in a single row. Like,

 

Desktop Pool NameEntitlement
desktop-pool-01user01, user02, user03
desktop-pool-02user02,user04

Re: Third party screen keyboard

$
0
0

Yes, I have used Gboard and SwiftKey in Horizon Client on an iPad.

Re: ESXi Storage Path Report-ESXcli v2

$
0
0

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.

Re: Entitlements in csv

$
0
0

Try something like this then

 

Get-HVPool|

Select N='Desktop Pool Name';E={$_.Base.Name}},

    @{N='Entitlement';E={(Get-HVEntitlement-ResourceName $_.Base.Name).Base.LoginName -join','}}

Re: ESXi Storage Path Report-ESXcli v2

$
0
0

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.

Re: ESXi Storage Path Report-ESXcli v2

$
0
0

Yes Please LuCD if possible with the fields mentioned. Thanks.

 

Regards

Narayanan

Re: Entitlements in csv

$
0
0

No Lucd...It is returning the error again.

 

"No pool found with given resourcename"

Re: Entitlements in csv

$
0
0

Strange.

 

And when you do it this way?

 

Get-HVPool|ForEach-Object-Process {

    $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','}}

}


Re: ERROR CLDELSN3, details: [lon-d-squid] error: cannot delete snapshot

$
0
0

I don't think you should re register it, since a change in VM-ID can alter backup chains.

Re: NSX-T, Manager Evaluation software

Re: Entitlements in csv

$
0
0

Bingo....

 

Its working lucd....Keep rocking.

Re: ERROR CLDELSN3, details: [lon-d-squid] error: cannot delete snapshot

Re: ERROR CLDELSN3, details: [lon-d-squid] error: cannot delete snapshot

$
0
0

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

Viewing all 180811 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>