Script or function to accept pipeline?
So, I wrote a script to get the WWN's of a cluster but it requires manual input and can only get per cluster. If I wanted to allow it to do something like this: Get-Datacenter | Get-WWN First, does it...
View ArticleRe: Microsoft .NET Framework "Access is Denied"
The deployment OS is Windows 7 Enterprise (64bit). I've attempted staging the application and .NET in XP, Windows 7 32bit and Windows 7 64bit. Thanks.
View ArticleRe: Beginner Question Hardware for ESXi 5
Take a look here - http://communities.vmware.com/message/2116245. For whitebox type hardware I'd suggest taking a look at ultimatewhitebox.com and vm-help.com.
View ArticleSAN Communications Question, Jumbo Frames, IOPs, etc
My colleague and I have been tuning some of our vSphere installations that utilize a SAN and iSCSI for datastore storage. All iSCSI connections are configured for jumbo frames. Additional multipath...
View ArticleRe: Detecting vCloudClient timed out session and extending
Sure, but a 401 unauthorized may not always mean a timed out connection. I'd rather not make an assumption like that. Surely there's a way to detect and extend the vCloudClient session without having...
View ArticleRe: Ethernet to external device with static IP
First of all you should not have to use a crossover cable as the Mac's Ethernet Adapter should be Auto-Sensing and should handle the cross over of a straight cable automatically. (At least this is so...
View ArticleNeed a script for daily activity
Hi, I am looking for kind of help to create a script of below task The task are below. 1. Need to check the VM is powered off.2. If powered off, I need to rename the display name.3. Add the notes in...
View ArticleRe: replicator 5.1 - permission to perform this operation was denied
Hi, Moving the VR appliance with vMotion / svMotion within the same vCenter Server inventory should be fine.Please file an SR and upload VR support bundle, so that we can troubleshoot the permissions...
View ArticleUpdating Java used by vCenter Server
Is it possible to update the version of Java used by vCenter Server? Version 5.1.0b installs quite an old version of Java (1.6.0_31) that is known to be exploitable. We would like to upgrade that at...
View ArticleRe: FC HBA showing as iscsi
hi yezdi, just one last question i have a hp msa200 fc with dual controllers (each controller) having two each fcp and have two hp san fc switches. when i configured zoning on only one switch i was...
View ArticleRe: SSL Error on Wyse P20 Thin Client, but not on View client...
Grudgebearer - this should help you out; 1. First upgrade unit to latest firmware v4.0.3 (12/19/2012) using the below link: (copy entire...
View ArticleRe: 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 ArticleView Endpoint
Hello-I have a weird question on the endpoints (P25 Wyse) we are using for VIEW. Is there a way for a VDI session to know the name of the endpoint it has been assigned? We have a printing requirement...
View Article