Re: Get the size of the lun using runtime name
$RunTimeSize = Get-VMHost $esxName | Get-ScsiLun | where {$_.RuntimeName -eq $runtimeName} | select CapacityMB I need to use $RunTimeSize to do some calculations but the code doesn't give me the...
View ArticleRe: how to remove a vm from inventory in vcentre when the host is down
yes standard vswitches. great! thanks for the confirmation (and reassurance) regarding your recommendation, and i apologies for all these bit-part questions as i've not done this in practise before,...
View ArticleRe: SQLFire server startup - Waiting for the data previously hosted...
I don't think you can start multiple servers altogether. Have you tried adding "&" at end of server start command? I think that might help solve your problem. Jianxia
View ArticleRe: Get the size of the lun using runtime name
That's probably because the Select us returning an object, not a scalar.Try it like this$RunTimeSize = Get-VMHost $esxName | Get-ScsiLun | where {$_.RuntimeName -eq $runtimeName} | select...
View ArticleRe: VM more trouble than it's worth-my nightmare experience
An ancient Access database, and some games that don't need 3D acceleration. Didn't notice any audio problems. Youtube does not work, and complains about my use of "IE7" - it's really IE6...
View ArticleRe: Running Epic EHR in VMware Fusion
dlhotka wrote: Sorry about that :-) There are a couple of that do supposedly work with boot camp, but they tend to have issues (PGP for example - long long waits for versions that work on OSX...
View ArticleRe: Upload and deploy ovf workflow
can anybody tell me what is wrong with this code ?it stays in what seems to be an infinite loop (the vcenter deploy OVF task times out ) the workflow just stays in the loop until i cancel itit loops...
View ArticleRe: how to remove a vm from inventory in vcentre when the host is down
The VM's will remain in the host's inventory and disapear from the vCenter inventory once you remove the host. What you will then do - at least that's what I would probably do - to be able to power on...
View ArticleRe: How to map a RDM to a VM via the CLI
Thanks, but that does not work. The documentation specifically states: Note: You cannot use these commands to add RDMs because vim-cmd does not support it....
View ArticleRe: SQLFire server startup - Waiting for the data previously hosted...
Yes, I modified my startup script to run the startup commands in the child process with the '&' parameter. I just wanted to confirm that there wasn't an option to start multiple nodes at once from...
View ArticleRe: lost eth0 when using a copied ubuntu-server vm
HI Guys, After clone the VM got the DHCP assign IP. So i had look and found eth0 is missing. then i follow this So here’s how we fix it:Remove the kernel’s networking interface rules file so that it...
View ArticleRe: how to remove a vm from inventory in vcentre when the host is down
Perfect!thank you very much
View ArticleRe: Host Profile non-compliance error related to CIM Indication Subscription
I found out that the Host Profile error is created because when you enable SNMP on a host, and THEN apply the profile, the VM host THEN generates the CIM info. The way around this is to create the host...
View ArticleRe: cant copy/paste from guest to host
i try that but same result, also i try to uninstall vmware worstation and same result.
View ArticleRe: Create new alarms
It's not exactly what I am after :-)What I need is to create a datastore usage alarm for a particular datastore. The script you have creates an alarm for the host. I'm not sure how to change the script...
View ArticleAutomating vCloud: "Disable Host" and "Redeploy All VMs"
Are these two functions available through any API/SDK? I cannot seem to find it for PowerCLI or the REST interfaces. Perhaps I am reading outdated/incorrect documentation? Any help would be great! Thanks.
View ArticleView Admin Portal - 2 Domains and One is Red!
Hi All, In View Admin, in the dashboard, one of the red squares pertains to one of my domains. There are two domains listed...one is green the other no good.Im getting the message: Trust Relationship:...
View ArticleOrchestrator C# API Documentation
Hello all, I've tried looking for the C# API documentation with no sucess. Is there any one who can provide me with a link to some documentation referencing C# I would appreceate it. Thank you...
View ArticleRe: Whitebox ESXi 5 build
One of the issues with a whitebox that I've experienced on my own unit (Intel DQ77KB motherboard) is that without a caching disk controller the datastore I/O throughput can be pretty bad because ESXi...
View Article