Re: Vmware installation not recognizing hard drives connected to Intel...
If you run lspci -p is a module listed for each vmhba device?
View ArticleRe: HTTP Session Management for Tomcat: ServerConnectivityException
Thanks, but I just stand on the shoulders of giants.
View ArticleRe: Netapp + VCO?
You may be able to get the NetApp plug-in if you ask NetApp. If this is not possible they must have a web service API. You can use the SOAP / REST plug-ins to interact with these.
View ArticleRe: Help with Datastore Report from Multiple EXi hosts
If you place the IP addresses all in a CSV file, you can do the connect in a loop.Something like this for example:Import-Csv C:\names.css -UseCulture | %{ Connect-VIServer -Server $_.Address -User...
View ArticleRe: still not possilbe to rename?
That is correct, without a move or copy no rename.But that is not a PowerCLI limitation, it's because the vSphere API don't have such a method.
View ArticleRe: Deployment runs, patch does not get applied, no error result
What about the issue with not getting anything back from the Console that the update did not apply? It still says it is just "Scheduled" in the console. Any ideas?
View ArticleRe: External network cannot be deleted, Because it's in use !!
Can you click on extNet and see what edge gateway, org vdc network, vdc/vapp is still connected? also, could you make sure nothing is there in stranded Items,
View ArticleRe: Deployment runs, patch does not get applied, no error result
That is more likely an issue with either the scheduler service being unable to run the deployment job or that the deployment tracker is not successfully updating the console with the deployment...
View ArticleRe: Microsoft .NET Framework "Access is Denied"
As your deployment OS is Win7 64, can you try packaging the application on Win7 64 without bundling .NET and enabling the two package.ini parameters discussed above?
View ArticleRe: Clone operations on NFS
What NFS vendor/model are you working with? How is the networking configured for it? Is it only clone operations or all disk IO?
View ArticleRe: vmware converter failed on 98%
How many Partitions are you moving? how big is the C: Partition? I've run into this (the F: partition was 1.5 TB and I didn't want to redo the entire migration) so I remigrated the C: partition (go to...
View ArticleRe: Convert standalone physical machines to VMware
When you run the converter, choose your source server. in "Destination System" the destination type would be "VMware Workstation or other VMware virtual Machine". Browse to the location of your USB...
View ArticleRe: Microsoft .NET Framework "Access is Denied"
I've engaged VMware support and have an open ticket now on this issue. We were able to determine the issue to be cause be an applicaiton rather than the .NET Framework. In short, an AppLink applicaiton...
View ArticleRe: Deployment runs, patch does not get applied, no error result
There are .HIS files in the directory for the corresponding deployment. But that's my point though, the patch returned a code that said it couldn't install because it was missing a pre-req, doesn't...
View ArticleRe: esxi 5.1 install problem on LSI 9240-8i: loading module megaraid_sas
I guess it's not listed here right?
View ArticleRe: How to set vmGuestOsIdentifier within of a scriptable task?
Try this: var virtualMachineGuestOsIdentifier = VcVirtualMachineGuestOsIdentifier.darwin64Guest; Christophe.
View ArticleRe: Fixed IP configured during OVA deployment. VM says otherwise...
Ran into this. Is this issue resolved? Getting a dhcp address on first boot, while I have static ip specified during ova deployment. Gets a static ip on reboot.
View ArticleRe: Deployment runs, patch does not get applied, no error result
Yeah it should at least do that for you, but it sounds like your deployment tracker is not updating. The tracker uses port TCP 3121 to communicate with the Protect console - the most important thing is...
View Article