Re: vCOPS v5.8 default password
Thank you. I'm trying to reset the admin user/password but I don't understand where is the script resetadminpwd.sh as mentioned in this KBVMware KB: Resetting user passwords in vCenter Operations...
View ArticleRe: vCOPS v5.8 default password
Let me understand. I just downloaded a new vApp and I'm trying to access the UIVM for the first time: there is no password by default?? I have to necessarily change even if the vApp is new and although...
View ArticleRe: vCOPS v5.8 default password
Can you see if the issue continues even when you try deploying a new instance apart from the one you have. Just trying to rule out the possibility if its consistant / environment specific.I have not...
View ArticleRe: Stop collecion notice
Hi greywolfxy, There is no way to know that a user has stopped collection of adapter instance inside the adapter itself.What case are you considering? - Mariam
View ArticleRe: vCOPS v5.8 default password
Luca82 wrote: Let me understand. I just downloaded a new vApp and I'm trying to access the UIVM for the first time: there is no password by default?? I have to necessarily change even if the vApp is...
View ArticleRe: How to look at various time perf time periods?
i need to monitor CPU and Memory usage at different times as a test is performed. this can be for 10 minutes or as much as 2 days as testing is occurring.i was viewing the vcops-custom page after...
View ArticleRe: vCOPS v5.8 default password
Ok it works! I've run the script and changed the password! /usr/lib/vmware-vcops/user/conf/install./resetadminpwd.sh new-password.
View ArticleMetrics and Reports Confusion
I am kinda confused when it comes to interpreting some of the reports and correlating them to metrics.In the trend report it looks like on March 16th the VM CPU Effective demand jumped way up close to...
View Article"Collector User (optional)" and minimun permission on vcenter
I'm just trying to setup a vcops and I'm a little bit confuse about the vcenter permission requirements.First, the wizard asks me an OPTIONAL information about hosting vCenter Server (vcenter that...
View ArticleSupermetric not working
Hi All, I am trying to create a supermetric for "Cluster Total CPU Demand - Ghz) I go in and I select Cluster Compute Resource, under adapter Kinds I select Demand(Mhz) My formula is sum(Cluster...
View ArticleRe: Supermetric not working
Hi Greg,Your formula is correct, using it you should recieve data for datacenters, but not for Cluster Compute Resource, because the formula says: iterate child resources of selected resource and find...
View ArticleRe: Supermetric not working
I'm actually not in complete agreement with aag, as this formula isn't correct if you're applying it to a cluster compute resource. What you're trying to do is simply convert the Mhz value of a metric...
View ArticleRe: Metrics and Reports Confusion
The screenshot of the report you show is a little bit obscure. I always recommend using the table view to actually see values, as the 20 varieties of colors on the chart can become difficult to...
View ArticleRe: "Collector User (optional)" and minimun permission on vcenter
Registration user and collector user are different, in that registration user need reg/unreg extension, license priv's, etc. Whereas the collector needs read+storage view:views+global:health. These...
View ArticleRe: Metrics and Reports Confusion
Ok I'll give it a shot. But either way, the two charts/graphs are looking basically at two different things. One is trend and the other is actual??
View ArticleRe: Metrics and Reports Confusion
That's right, one is trend and the other is actual. However, if you look at the trend-lines for demand in the metric graph, it'll roughly line up to what the CapIQ engine is showing/forecasting....
View ArticleRe: Supermetric not working
What you are suggesting is another formula, which is correct, I just said that sum(Cluster Compute Resource: CPU Usage|Demand(MHz))/1000 will not be computed for Clusters, but it will be computed for...
View ArticleRe: Stop collecion notice
Hi Mariam, Thank you for your help. In my case I create a independent thread to collect and cache data from data source.VcOps's collection process just read the cache. So if user has stopped collection...
View ArticleRe: Stop collecion notice
greywolfxy, There is an onDiscard() method, which in particular is called when the adapter instance is stopped.You could override the method to suspend the thread. - Mariam
View Article