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

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 ....


Re: converto_html use in powercli report.

$
0
0

The basic issue is that you want to report on two semi-unrelated components (datastores + snapshots).

Me personally, I would make two separate reports, which you can still combine in one HTML report.

It would just be two different tables on the same HTML page.

Re: What is the meaning of "PSE" for the exam 2V0-621 PSE

$
0
0

I believe it's the first of those two.

 

However, regardless of what the acronym stands for, the PSE versions of the VCP exams are taken only by candidates who did their VMware training with a VMware IT Academy (VITA) - an academic institution such as a college or university. Those exams are booked using a special voucher which the VITA issues to a student when they have completed their training.

 

So, unless you've done your training with a VITA - don't worry about PSE exams, as they're not for you.

 

If you do your training with VMware, or with a commercial VMware Authorised Training Center (VATC) - you'll take the regular version of the exam, not the PSE version.

 

The items covered in a PSE exam are the same as the regular version of the exam - it's just the administration around the exams and the certification that's different.

ротация логов postgresql (и не только) vCSA 6.7

$
0
0

всем привет,

 

получил варнинг, о том, что раздел с логами заполнен на 90% (примерно за 15 дней), сервер vCSA новый, еще с этим не сталкивался, но вроде когда-то читал об этой проблеме

понимаю, надо настроить более жесткую ротацию логов PostgreSQL и наверное остального

кое-что накопал (в основном из старого, еще по 5.5/6.0 версиям), однако хотел бы услышать совет уже по 6.5/6.7 от знающих

хотелось бы сделать раз и забыть об этом вопросе

 

спасибо!

Re: vrealize operations manager 6.7 question

$
0
0

Do you have a reverse DNS record? If so, what is it pointing to?

Re: VMWare Workstation 14 cannot run 32 bit inner guest on non- VHV enabled host VM

$
0
0

Thanks bluefirestorm, I will see if the system admins canchange the outer VM settings.

Viewing all 230663 articles
Browse latest View live


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