Re: When will Intel(R) Ethernet Connection X552/X557-AT 10GBASE-T be...
Interesting points you've made, PaulWestNet. Also interesting that the usual ways of determining which driver might work don't work for this motherboard (I tried).VMware KB: Identifying correct driver...
View ArticleRe: Intermittent NFS APDs on VMware ESXi 5.5.0 build-2718055
Hi Daniel, so basically what you are saying is that in order for the patch to be included I must upgrade my host with the *.iso rather than using the "esxcli software vib update" command? Or use VUM...
View ArticleRe: need help
Welcome to the Community, did you follow the steps in the message, and enable VT-x in your host system's BIOS? André
View ArticleRe: need help
i didnt ask for some one to read it for me i said how to do it give the steps
View ArticleRe: need help
Well, the steps are to reboot your host system, enter the BIOS and set the mentioned settings. How to enter the BIOS depends on your hardware, often you'll have to press ESC, or an F# key. Once done...
View ArticleRe: Question about Disk Consolidation
Disk Consolidation is usually required after a failed, or incomplete VM based backup. What Consolidation does is to merge remaining snapshots into their base virtual disks. To find out what's causing...
View ArticleRe: Adding one user group to another, taking strings as arguments
Well... maybe this will help as a primer... // Get a one item array... it is a UserGroup Object (but in an array of 1) var srcgrps = ActiveDirectory.search("UserGroup","GrpIG_smkLabTest-MGR"); //Use...
View ArticleRe: Default Active Directory server not set.
Did you set the Default Active Directory with the workflow to do so?
View ArticleRe: Will I be able to reserve a copy of Windows 10 using my Windows 8.1 VM?
Any update on this with the Windows 10 launch just under a month away - have VMware heard anything back from Microsoft?
View ArticleRe: When will Intel(R) Ethernet Connection X552/X557-AT 10GBASE-T be...
The driver we need is the ixgbe one, but a newer version than is currently available as a VIB. The one that's shipped with ESXi 6.0 is 3.7.13.7.14, which is pretty ancient now (November, 2011). The...
View ArticleRe: VMware Player unrecoverable error: (vthread-11)
Disable vt-x solved problem.Thanks! I search latest motherboard driver for asus g751jy and try test.
View ArticleRe: Solidworks 2014
I know this is a few months old but I hope I can help. I stumbled upon your post while searching for a solution to the exact same issue myself. I too am trying to create an AppStack for SolidWorks 2014...
View ArticleESXi 6.0 PSOD NMI
I have just installed ESXi 6.0 on a new HP ML350e GEN 8 v2 server with 16 gigs ram and dual 1tb SAS drives in a raid mirror. The system dies with a purple screen of death randomly and everything I've...
View ArticleRe: vCheck - filtering out VM free space and snapshot by VM name
Just add another clause to the where filter:$AllVMs = $FullVM | Where {-not $_.Config.Template -and $_.Name -notmatch "^VDI" } | Where { $_.Runtime.PowerState -eq "poweredOn" -And...
View ArticleRe: iSCSI port binding disabled in virtual adapter settings
Hi Ok when I try to add a vmkernel port I see the attached issue. How can I have an active NIC available to add?
View ArticleRe: Creating Perennially Reserved report outputs a single entry
You're overwriting your CSV each time, so you will only ever get the last result.$esxcli.storage.core.device.list($RDMDisk.ScsiCanonicalName)| Select-Object Device, IsPerenniallyReserved | Export-Csv...
View ArticleRe: Moving ESXi host from lower EVC mode cluster to higher EVC mode cluster
If you are adding hosts with lower EVC mode to a cluster of higher EVC mode, your VMs will be running at this level until they are powered off and on again (note: a restart operation is not...
View ArticleRe: Because print jobs are sent directly from the View desktop to the...
I think you are mixing two things here, VirtualPriting using ThinPrint components, this is the time when we don't have to install any print driver in Remote Desktop, but the Horizon Client device based...
View Article