Hello Alex,
We have attached the DNS configuration in workload file.
AddrMap Map = {
addresses = [ '172.16.X.101:80', '172.16.X.101:80', '172.16.X.101:80',
'172.16.X.101:80', '172.16.X.101:80' ];
names = [ 'www[1-5].mycompany.com:80' ];
};
DnsResolver dr = {
servers = [ '172.16.X.X:53' ];//DNS server IP and Port
timeout = 05sec;
};
Robot R = {
.......................
.......................
dns_resolver = dr;
};
Is there any wrong. Please help me.
Thanks in Advance,
---Jag
On 10/26/06, Alex Rousskov <rousskov@measurement-factory.com> wrote:
>
> On Wed, 2006-10-25 at 12:36 +0530, Jegadeesh wrote:
>
> > We run the polygraph test with 2 polyclients ,1 polyserver and 1
> > squid-2.6 proxy.we are runing the polygraph test in reverse proxy
> > mode using webaxe-4.pg workload file
> >
> > We have configured the internal DNS in the some network.We got the
> > following error msg's while runing the test.
> >
> > 001.05| DnsXact.cc:83: error: 16384/16384 (c88) timedout waiti ng for
> > DNServer response
> > 001.05| 10.1.1.236 failed to lookup www3.mycompany.com:80 afte r 1
> > attempts; last req id: 19522
> >
> > Is there a way to a hardcode DNS response in source or workload file.
> > How to resolve the problem.
>
> My understanding is that WebAxe workload does not use any DNS names. It
> is all IP-based, unlike PolyMix-4. Did you modify the workload to add
> some host names? Or does www3.mycompany.com name come from some error
> response that Polygraph is processing? In other words, where does
> www3.mycompany.com name come from?
>
> Thank you,
>
> Alex.
>
>
>
Received on Wed Oct 25 17:56:24 2006
This archive was generated by hypermail 2.1.8 : Thu Oct 26 2006 - 12:00:05 MDT