Re: Vmware installation not recognizing hard drives connected to Intel...
Here's what I have on the server. It has Intel RSTe and ESRT II by LSI for the MegaRAID. I have tried to install it with 1 2TB drive and 4 1TB drives as I've previously stated.
View ArticleRe: Script or function to accept pipeline?
I would make that a function.In the param you specify which parameter accepts pipeline input. param ( [CmdletBinding()] [Parameter(Mandatory=$true,ValueFromPipeline=$true)] [string]$Cluster)
View ArticleRe: How to make Orchestrator appliance properly resolve its own hostname and...
SSH to your appliance or access the console and login as root...Next, edit your /etc/hosts file- Remove all reference to your FQDN and hostname in there, the only things you'll want is along the lines...
View ArticleRe: FC HBA showing as iscsi
Thats strange. can you check and confirm that the zones are on different vsan/fabric?
View ArticleRe: HA Admission Control question
Exactly! this prevent the oversize into the cluster, maybe you can select Disable and organize the priority restart by VM You can chek this...
View ArticleRe: "No compatible network adapter found" HP Blade VirtualConnect Upgrade to...
The fix: Do a clean install on the Blade using the original HP Custom ESXi 5 image. Details: After the firmware and Virtual Connect were upgraded - Using VUM to do the upgrade process worked only a few...
View ArticleRe: "No compatible network adapter found" HP Blade VirtualConnect Upgrade to...
Andreas - ESXi Customiser is brilliant - thank you !
View ArticleVM search tools
Do we have any tool for searching VM and host in different VC'sspme thing similar to RV tools.
View Articleupgrade from 4.1U 2 to 4.1 U 3
Please provide documentation in upgrading vCenter Server + Upgrade Manager from 4.1 U2 to 4.1 U3. I have the install bundle and some of the basic steps but have questions regarding the separate SQL...
View ArticleRe: HA Admission Control question
Check out Duncan's blog: http://www.yellow-bricks.com/2012/06/18/ha-admission-control-basics/
View ArticleRe: VC's inventory using powercli
You could use the PowerShell Write-Progress cmdlet to create a status bar. But that would need a rewrite of the script because you can not easily add the Write-Progress cmdlet to the current script....
View ArticleRe: Need a script for daily activity
Try something like this foreach($vmin (Get-VM|where {$_.PowerState-eq"PoweredOff"})){ Set-VM-VM$vm-Name$newname-Notes$description-Confirm:$false $template=Set-VM-VM$vm-ToTemplate-Confirm:$false...
View ArticleRe: FC HBA showing as iscsi
hi iam not a san expert. but let me tell you wat i did. controllerA fca and controllerB fca goes to switch 1 and controllerA fcb and controllerB fcb goes to switch 2 . basic zoning on the switches...
View ArticleRe: Windows 2008 "unrecognized network
Screen shot. SW01 works and can see domain and internet. NOC1 will not? same subnet, same GW etc....If I move it to VMnetwork2 reassign IP it comes up and can see my DNS servers, GW for...
View ArticlevSphere licensing question for data replication on a small scale
So I was considering virtualizing and implementing a data backup to an alternate site with the built in vSphere replication included with the vSphere Essentials Plus kit, but I was planning on using...
View ArticleRe: Help speeding up this Vmware Netapp script i wrote - Rdm are mapped to...
Do you know if the majority of the execution time is spend in the Ontap cmdlets (the SearchFilers function) or in the other functions ?
View ArticleRe: How to make Orchestrator appliance properly resolve its own hostname and...
oh, and System.resolveIpAddress and System.resolveHostname are now showing expected results as well
View ArticleRe: replicator 5.1 - permission to perform this operation was denied
Thanks Martin. It was moving within the same vcenter just crossed clusters to a new host. I will try moving it again and see what happens. The other issue is still there where 3 of the replication jobs...
View ArticleRe: Thinning Google Chrome 25.0.1364.97
Which edition of Win7 do you use? Did you disable any services on it prior to capture?
View ArticleRe: Script or function to accept pipeline?
Btw if you absolutely want to do this in a script, the pipeline objects you pass to the script can be retrieved from the $input special variable.
View Article