I did from Prime Client:
In PowerCLI, try running
get-cluster prodcl01 | get-vm
get-cluster prodcl01 | get-vmhost
YES, the output is what I am looking for. i use command connect to the vcenter use DOMAIN\USER as the username.
I am not sure is this related
20130731-18:39:55 InfraOps: Request Cluster ListHosts Info : (prodcl01, c:\VMmark2\tools\VMmarkPScli.ps1 -f listhosts -vc 10.1.80.15 -c prodcl01 -u DOMAINUser -p 'test')
some wrong is here. in the vmmark2.config I did put
VCServerUSER="DOMAIN\USER"
but that line change to DOMAINUSER (without \)
20130731-18:40:21 VMmark 2 : Hosts In Cluster : []
20130731-18:40:21 Info: Stop Timer: virtualclient2 : stop workload mstmr0 using SIGTERM
20130731-18:40:21 VMmark2 ListHosts Failed to Run Correctly
20130731-18:40:21 Test Msg Before Cancel Test (1 : 1)
20130731-18:40:21 Info: Signal Received, cleaning up prior to termination
20130731-18:40:21 VMmarkRMQmgr Terminating PowerCLI Service and Cleaning Up
20130731-18:40:42 Info: Stop Timer: virtualclient2 : stop workload mstmr0 using SIGTERM
20130731-18:40:43 Info: Signal Received, running canceltest to attempt cleanup
20130731-18:40:52 Cancel Test completed
I did remove the DOMAIN, then I got the report issue "ListVMs Failed to Run Correctly"
thanks