Comments
-
Be nice to see some sort of GUI interface for node auto addition of new VMs, perhaps looking in to the decomming side too. Perhaps so you can select ahead of time what is to be done, for example by subset / like at cluster level the option to auto add or ignore. I know where we are we generally do not care about any of the…
-
For our installation the error is seen on the MPE normally, and then APEs as a result, seems to occur after a reboot of everything for whatever reason. After reboot we have to stop/start SWIS v3 after a boot - a half missing appstack issue workaround on our version, sometimes we have to stop/start module engine after.…
-
Still seeing this in error pop up in Chrome 6 years later after attempting to export to excel a custom report. Worked in Safari Guess that's still the workaround.
-
"I don't need monitoring" is an often heard answer to the offer/statement that monitoring is coming. "Anything in particular you would like monitoring?" is usually followed by the answer,"er..." and a mindblank. To assist we often create a quick NOC screen, showing users some basic info, grouped together to assist in…
-
Likewise, discovered this also today following up recent discoveries that we had 2 diff pollers hang twice recently and SRM not behave. For this I created the following report and found 12 rows of various rediscovery dates going back 2 years in all. Not sure how bad that really is but raising it with support to be safe and…
-
I have the same question. Just been advised that some of our vCenters will be upgraded, no concern there, but one will be replaced by a new vCenter entirely. The Hosts and vms under it will be migrated in to this new vCenter. The ESX Hosts and VMs are in Orion generally as nodes in their own right, but how will the vMAN…
-
Noticed we had lots enabled for Dynamic but no address picked up by DNS for it so Dynamic was not going to work - chose to clear those out for now. Dynamic IP but no DNS to resolve to SELECT Nodes.NodeID, Nodes.Caption, Nodes.IP_Address, Nodes.DNS, Nodes.ObjectSubType FROM [dbo].[Nodes] where dynamicip = 1 and DNS = '' or…
-
I believe you can alert on it like this: but saying that, our system took an age to populate further... and eventually if I picked the instance option in the second (not shown in that pic above) box, I got this error: Has anyone got this to work?
-
We had this repeatedly on the MPE website, but rarely if ever on AWSs Apparently from talking with SW in a ticket at the time, SWIS v3 needed to come up last, or was being interrupted on start by something else so was advised to restarted SWIS v3 on the effected server (in our case MPE). Sometimes that would resolve it on…
-
Think I just managed this after guidance from what I found in another thwack thread which led me where to look and tweaking slightly: Try a SQL alert on: Starts with: SELECT Nodes.Caption, Nodes.NodeID FROM Nodes add on: join VIM_VCenterNodes VCN on VCN.NodeID = Nodes.NodeID where VCN.managedstatus ! = 1 Then for the alert…