Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR TabMon.CounterConfig.PerfmonCounterConfigReader - Unable to load PerfMon counters for host Worker1\tableaudv2.rws.ad.ea.com\node2: The network path was not found. #235

Open
varety opened this issue Sep 24, 2019 · 5 comments

Comments

@varety
Copy link

varety commented Sep 24, 2019

2019-09-24 18:40:23,235 [19] DEBUG TabMon.CounterConfig.CounterConfigLoader - Loading ephemeral performance counters from D:\TabMon\Config\Counters.config..
2019-09-24 18:40:23,235 [19] DEBUG TabMon.CounterConfig.CounterConfigLoader - Loading Perfmon counters..
2019-09-24 18:40:27,907 [19] ERROR TabMon.CounterConfig.PerfmonCounterConfigReader - Unable to load PerfMon counters for host Primary\tableaudv1.rws.ad.ea.com\node1: The network path was not found.
Please verify that the computer name is configured correctly.
2019-09-24 18:40:32,626 [19] ERROR TabMon.CounterConfig.PerfmonCounterConfigReader - Unable to load PerfMon counters for host Worker1\tableaudv2.rws.ad.ea.com\node2: The network path was not found.
Please verify that the computer name is configured correctly.
2019-09-24 18:40:37,298 [19] ERROR TabMon.CounterConfig.PerfmonCounterConfigReader - Unable to load PerfMon counters for host Worker2\tableaudv3.rws.ad.ea.com\node3: The network path was not found.
Please verify that the computer name is configured correctly.
2019-09-24 18:40:37,298 [19] DEBUG TabMon.CounterConfig.CounterConfigLoader - Loading MBean counters..
2019-09-24 18:40:37,298 [19] DEBUG TabMon.CounterConfig.CounterConfigLoader - Successfully loaded 0 counters from configuration file.
2019-09-24 18:40:37,298 [19] DEBUG TabMon.Sampler.CounterSampler - Dynamically built result schema 'countersamples'. [8 columns]
2019-09-24 18:40:37,298 [19] INFO TabMon.Sampler.CounterSampler - Finished polling 0 counters. [0 failures]
2019-09-24 18:40:37,298 [19] DEBUG TabMon.Sampler.CounterSamplerResultHelper - Compressed 0 rows into 0 unique rows..
2019-09-24 18:40:37,298 [19] DEBUG DataTableWriter.Writers.DataTableDbWriter - Writing 0 records to database..
2019-09-24 18:40:37,298 [19] DEBUG DataTableWriter.Writers.DataTableDbWriter - Finished writing 0 records!

@varety
Copy link
Author

varety commented Sep 27, 2019

anyone faced a similar issue Unable to load PerfMon counters for host Primary\tableaudv1.rw.com\node1: The network path was not found.?

@danjrahm
Copy link
Contributor

Hey @varety,

I have a couple of questions about this setup.

  1. Are those 3 AWS instances in a Virtual Private Cloud (VPC)?
  2. Is the computer polling TabMon data within the same domain or VPC?

Thanks,
Dan

@varety
Copy link
Author

varety commented Sep 27, 2019

Hello @danjrahm , the servers are currently on premise & not hosted on AWS, all the servers are hosted on the same VM cluster

Thanks
Venu

@varety
Copy link
Author

varety commented Oct 9, 2019

@danjrahm any suggestions ?

@anshul4mba
Copy link

Hello @danjrahm . I am trying to setup TabMon in a machine which doesn't host Tableau server to monitor the performance of two other Tableau hosts. I am not getting any data in the postgres table setup by TabMon. This is how my config file looks like.My Tableau server version is 2019.2.2. I've followed the steps mentioned to enable the remote polling. Not sure what I am missing.


  <Host computerName="<Remote Host>" address="<IP>" specifyPorts="false">
  
</Cluster>

The log files says that 'Access is denied' and thus no records are written.


:40,798 [15] ERROR TabMon.Counters.Perfmon.PerfmonCounterLoader - Could not communicate with Perfmon on target host 'AWSTFBLQA2': Access is denied
2020-01-21 15:53:40,798 [15] DEBUG TabMon.Counters.Perfmon.PerfmonCounterLoader - PerfMon counter '% Processor Time' in category 'Process' on host 'AWSTFBLQA2' does not exist.
2020-01-21 15:53:40,803 [15] ERROR TabMon.Counters.Perfmon.PerfmonCounterLoader - Could not communicate with Perfmon on target host 'AWSTFBLQA2': Access is denied
2020-01-21 15:53:40,803 [15] DEBUG TabMon.Counters.Perfmon.PerfmonCounterLoader - PerfMon counter 'Private Bytes' in category 'Process' on host 'AWSTFBLQA2' does not exist.
2020-01-21 15:53:40,803 [15] DEBUG TabMon.CounterConfig.CounterConfigLoader - Loading MBean counters..
2020-01-21 15:53:40,803 [15] DEBUG TabMon.CounterConfig.CounterConfigLoader - Successfully loaded 0 counters from configuration file.
2020-01-21 15:53:40,804 [15] DEBUG TabMon.Sampler.CounterSampler - Dynamically built result schema 'countersamples'. [8 columns]
2020-01-21 15:53:40,804 [15] INFO TabMon.Sampler.CounterSampler - Finished polling 0 counters. [0 failures]
2020-01-21 15:53:40,804 [15] DEBUG TabMon.Sampler.CounterSamplerResultHelper - Compressed 0 rows into 0 unique rows..
2020-01-21 15:53:40,806 [15] DEBUG DataTableWriter.Writers.DataTableDbWriter - Writing 0 records to database..
2020-01-21 15:53:40,806 [15] DEBUG DataTableWriter.Writers.DataTableDbWriter - Finished writing 0 records!


The user under which Tabmon is installed (bi-util-svc) is part of the 'Performance Log Users' & 'Performance Monitor Users' group on the Tableau host machine. However, the TabMon hosts has the following information for TabMon service. So, there seems to be some mismatch in the user under which TabMon is configured and the user which is being used to poll the performance metrics form remote Tableau machine. The Tabmon host is an AWS server (and also the Tableau server host) and bi-util-svc user is an admin user on the Tabmon host. Please guide me.
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants