Re: powercli script to capture cpu & mem usage stats
meanwhile, I tried to run the script for ESXi host CPU average and get the below error. Export-Csv : A parameter cannot be found that matches parameter name 'UseCulture'. At C:\pf.ps1:15 char:78 +...
View ArticleBluescreen Workstation 9.x on Windoes 7 32 Bit Optiplex 7010
Hello, i have a problem with the VM Workstation 9.x on a Dell Optiplex 7010. sometimes i get a bsod 0x1000007e C0000005 828867F3 8FFF499C 8FFF4580.we use this version on other dell hardware without...
View ArticleRe: Why did I not to see the HA Advanced Options in VC?
Here is article i have red, it may help.. http://www.virtuallyghetto.com/2011/07/new-vsphere-5-ha-drs-and-sdrs.html abirhasan
View ArticleRe: powercli script to capture cpu & mem usage stats
It looks as if you are still running PowerShell v1.The UseCulture switch was introduced in PowerShell v2.
View ArticleRe: Basic XML parsing using E4X syntax
Same result. I also tried with double dots : xmldoc..AdminVAppRecord.(@name)
View ArticleRe: mount the replicated volumes
If there is more than 1 unresolved LUN, the $UNresVols will be an array.That means that you would need to run the complete step 3 in another ForEach loop, in fact executing step 3 for each unresolved...
View ArticleRe: Unable to create New discussion in vcenter community
I was facing this problem ant it automatically solved. Is there any guideline to post new thread in vmware communities? abirhasan
View ArticleRe: Scripting the documentation of about 100 ESX servers
When you are connected to the vCenter, through the Connect-VIServer cmdlet, thisGet-VMHostshould return all the ESX servers that are managed by the vCenter.
View ArticleNPIV question
Hi, I have a VM that need more than 60 vmdks....with vmdk and rdms can't do this.....what about NPIV??? can i present more than 60 disks to a VM with NPIV???Regards,Leandro.
View ArticleRe: mount the replicated volumes
Here's the updated script: # load the VMware module$VimAutoCore = "VMware.VimAutomation.Core"if ( (Get-PSSnapin -Name $VimAutoCore -ErrorAction SilentlyContinue) -eq $null ) { Write-Host "loading...
View ArticleRe: Regarding vmware community points
I was looking for this question last couplle of days. Got the answer. Thanks, abirhasan
View ArticleRe: Failing to navigate to plugin registration page after deploying vApp
chenz, the register-plugin app isn't mentioned in that logfile at all; /serengeti and /datadirector are the only ones mentioned. I tried /serengeti/register-plugin and /datadirector/register-plugin...
View ArticleReporting Default gateway
I would like to report the default gateway of a host. Currently my script is: $esxi = Get-VMHost -Name $name | Get-View$esxi | Select-Object...
View ArticleRe: vCOPS integration with vCenter Configuration Manager
I had a miserable time setting up configuration manager. Try this: VCM Server Address: FQDN of VCM serverVCM Server Port: 1433 (unless you changed the default port for SQL)Database Name:...
View ArticleRe: vCOPS integration with vCenter Configuration Manager
I posted some information on this - may be helpful. StorageGumbo: VCM Server Registration for vC Ops vApp 5.6
View ArticleDeep Security and DPM
Hi I have a question around DPM and the Deep Security Virtual Appliances. For example, if you have a 3 host cluster, with each host having its own Deep Security Virtual Appliance linked to it using...
View ArticleRe: Win 7 Uninstall Workstation 8
Please do the followings thisng, may help.. 1. Open the disk management, it will give you more realiable data. From here you can change the characters assigned to devices.2. It is possible that the...
View ArticleRe: How to setup Orchestrator 5.1 with SSO multisite/Vcenter Linked mode
It depends on the SSO setup. There is a fast way you can check.Register your VCO server against SSO01 and add the two VC servers with session per user configured and restart the VCO server.Start the...
View Article