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

Re: Connecting external drives - where do the names come from?

$
0
0

It would be nice if VMware would (at least optionally) use the Windows drive  label   instead of the manufacturer and model.

This would make the drives more 'distinguishable' : one might have multiple external drives running, same manufacturer, same model.


Re: Failed to start HACore profile on node

Re: Port Group with UCS & ESXi

$
0
0

Hi LMSADSA

Please create a portgroup on vswitch and assign the corresponding NIC to it. Move that uplink (vNIC) to Active uplinks and rest to unused uplinks in vsphere.

 

From UCS assign vNIC template with the flown VLANs to the service profile>vNIC

 

Regards,

Raj

www.hypervmwarecloud.com

Re: converto_html use in powercli report.

$
0
0

thnaks iam checking this .

 

could yu suggest if out-string has any impact of changing output from  sytem.object to any other form .

 

 

as shown below

Re: vSAN licensing

Coredump to disk

$
0
0

Hi All,

 

We have four ESXi hosts in our VMware infrastructure and we use VMware ESXi 5.5.0 build-1331820 on all ESXi hosts. Recently, we noticed that our hosts are showing a purple screen with exception 14 and it's happening randomly. We started using the VMXNET3 virtual adapter and reduce the usage of the E1000e adapter. Still, we are facing the same issue. Therefore we are planning to update the hypervisor with the latest patch.

Currently, we are having: VMware ESXi 5.5.0 build-1331820 version. Do we have any issue if we update the hypervisor with  Vmware-ESXi-5.5.0-7967571-Custom-Cisco-5.5.3.4.iso Release Date: 2018-05-04 Build Number: 7967664 version??

 

Hardware : Cisco UCS B200 M3 Blade Server

Processor : Intel Xeon CPU E5-2650

 

 

Regards,

Bhuvanesh

Re: vSAN licensing

Re: converto_html use in powercli report.

$
0
0

That seems to indicate you have more than 1 datastore that passes the test.

In that case a -join operator, like with the snapshots, would fix that.

 

$esxi_tobechecked=Read-Host"specify esxi name"

$esxi=Get-VMHost-name$esxi_tobechecked

$path=Read-Host"provide path"

 

$report= @()

$cluster=Get-Cluster-VMHost$esxi

$output=New-Object-TypeNamePSObject

$output|Add-Member-MemberTypeNoteProperty-Name'cluster'-Value$cluster.name

$output|Add-Member-MemberTypeNoteProperty-Name'datastores'-Value (((Get-Datastore-RelatedObject$cluster|where{$_.FreeSpaceGB -le ($_.CapacityGB *0.1)}).Name) -join'|')

$output|Add-Member-MemberTypeNoteProperty-Name'all snapshots in cluster '-Value (((Get-VM-Location$cluster|Get-Snapshot).Name) -join'|')

$report+=$output

 

$report|ConvertTo-Html|Out-String|Out-File-FilePath"$path\report.html"

 


Re: converto_html use in powercli report.

$
0
0

to be very specific i want to check what is wrong in below lines . just changed logic for datastores  for  free space > 50 percent to get array of datastores and similary we have array of snapshots .

 

 

$esxi = Get-VMHost -name $esxi_tobechecked

 

$report = @()

$output = New-Object -TypeName PSObject

 

            $output|Add-Member -MemberType NoteProperty -Name 'Cluster' -Value (Get-Cluster -VMHost $esxi).name

            $output|Add-Member -MemberType NoteProperty -Name ' Datastores with greate than 50 percent space' -Value (Get-Datastore -RelatedObject(get-cluster -VMHost $esxi)|

            Where-Object{($_.FreeSpaceGB)/($_.CapacityGB)*100 -ge 50})

            $output|Add-Member -MemberType NoteProperty -Name  'Snapshots in cluster ' -Value (get-vm -Location(Get-Cluster -VMHost $esxi)|get-snapshot|select name,vm,created)

Re: converto_html use in powercli report.

$
0
0

what i am stuck is that there is no way to use -join operator if code is written as mentioned my prevois response .

 

 

 

and since iam getting output like below it seems code syntax is correct but no way to use join operator.

 

Re:java.net.UnknownHostException: vcsa.vmware.com with a 6.7 deployment

$
0
0

HI,

 

Seems like these errors are not connected to your plugin. It may be an environement issue - such as a mismatch between vSphere Client and vCenter Server versions, JAVA version etc.

Could you provide more information about the version and type of your vSphere Client and the vCenter Server that the client is registered with as well as your JAVA version.

In addition, do you experience any problems with deployment/functionality of your plugin on a 6.7 environment?

 

Best Regards,

Denis

Re: converto_html use in powercli report.

$
0
0

You can do a join even with that code.

But I don't think that this is the ideal way to report on two semi-independent features like datastores and snapshots.

 

$esxi=Get-VMHost-name$esxi_tobechecked

 

$report= @()

$output=New-Object-TypeNamePSObject

$output|Add-Member-MemberTypeNoteProperty-Name'Cluster'-Value (Get-Cluster-VMHost$esxi).name

$output|Add-Member-MemberTypeNoteProperty-Name' Datastores with greate than 50 percent space'-Value (

    (Get-Datastore-RelatedObject(Get-Cluster-VMHost$esxi) |

    Where-Object{($_.FreeSpaceGB)/($_.CapacityGB)*100-ge50} |

    Select-ExpandPropertyName) -join' | '

)

$output|Add-Member-MemberTypeNoteProperty-Name  'Snapshots in cluster '-Value (

    (Get-VM-Location(Get-Cluster-VMHost$esxi) |Get-Snapshot|%{

        "{0} {1} {2}"-f$_.Name,$_.VM.Name,$_.Created

    }) -join' | '

)

$report+=$output

$report

 

Re: The vSphere Data Protection alert is triggered. vdp01: VDP: [014] Backup Recovery services are not running

$
0
0

Hello,

 

Also looking for a solution to this problem.

In my case, it is completely random and once I get this message and once I do not.

Re: Vcenter 6.7 Error when adding new hosts

$
0
0

You just have to click yes so that host's certificate it will be replaced. After that all is good.

I need to access the virtual machine from an application dashboard i am not sure whether it will work using SDK or Rest API Kindly guide if one of these are the solution or is there any alternate way , Appreciate if the solution is in detail for me to und

$
0
0

I need to access the virtual machine from an application dashboard i am not sure whether it will work using SDK or Rest API Kindly guide if one of these are the solution or is there any alternate way , Appreciate if the solution is in detail for me to understand...


Re: The vSphere Data Protection alert is triggered. vdp01: VDP: [014] Backup Recovery services are not running

$
0
0

Whats the version of VDP and can you upload dpnctl logs located under /usr/local/avamar/var/log ?

 

Thanks
# Suhas

Problem with VDP: "[008] File level restore service not running" - triggered

$
0
0

Hello,

 

Every now and then he gets an email notification saying "The vSphere Data Protection alert is triggered. VDP6: VDP: [008] File level restore services are not running"

I can not find anything in the logs. He just writes that the mechanism of sending the above message has been triggered but in general all of the services work.

The problem is so much weird that messages come at random.

Once it is so that you get a daily message and once there is peace for a week.

Re: Problem with VDP: "[008] File level restore service not running" - triggered

$
0
0

Would need logs under /usr/local/avamar/var/log dpnctl.log and /usr/local/avamar/var/flr service logs

 

# Suhas

Re: VMWare vCenter converter standalone fails - "Platform-specific error 38"

$
0
0

The error is:

2018-09-16T06:33:09.448-04:00 error vmware-converter-worker[12848] [Originator@6876 sub=task-2] [BaseDiskSetComputer::AnalyzeErrorAndThrow] Error occurred when opening disk set, MNTAPI_ERROR = 609 MNTAPI errorType = 1, errorCode = 38

2018-09-16T06:33:09.448-04:00 error vmware-converter-worker[12848] [Originator@6876 sub=task-2] AnalyzeErrorAndThrow(): Insufficient permissions to open file

Ensure access to everyone read/write for UNC path.

HTH

Re: converto_html use in powercli report.

$
0
0

thnaks luc , it has worked .i am exposed this way of doing reporting so aware of this way only .if yu could suggest any other way ....

Viewing all 231829 articles
Browse latest View live


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