Hi Experts,
I was just doing some experiments so that I can check my IIS Server's performance.
My Network
DC-WINDOWS-2012
IIS/Controller- Windows Server 2008
Clients- Windows 2k-8
Firewall-Disabled in all
I read about scenario and Settings Files but there is not such file called scenario. I got two UBR file (Home and Settings) which are inside C:\Program Files\wcat\samples\scripts.
Do I need to change these files? Im confuse as there is not any scenario.UBR. If Yes what values and where (On Controller or Clients)
I downloaded wcat.msi and installed on IIS machine (Without any change in installation process, C:\Pro\Wcat). Then I installed Wcat on all 2 Windows Client.
I typed below mwntioned command ..
(a) ‘wcat.wsf –terminate –update –clients {comma separated list of WCAT client machines}. It took my clients a restart.
(b) C:\Program Files\wcat>wcat.wsf -terminate -run -clients Win8-01.dev.TEST.local,Win8-02.dev.TEST.local -t home.ubr -f settings.ubr -s localhost -singleip -x
After this command I'm getting below mentioned error.
C:\Program Files\wcat>wcat.wsf -terminate -run -clients Win8-01.dev.TEST.local,Win8-02.dev.TEST.local -t home.ubr -f settings.ubr -s localhost
-singleip -x
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
wcat.wsf - WCAT Utility Script
Copyright (c) 1995-2010 Microsoft Corporation.
message: Parsing parameters...
parameter: terminate
parameter: run
parameter: clients = Win8-01.dev.TEST.local,Win8-02.dev.TEST.local
parameter: server = DC01-DEV.dev.TEST.local
parameter: {wcctl.exe command line} = -t home.ubr -f settings.ubr -singleip -x
-clients 2 -server DC01-DEV.dev.TEST.local
message: Terminating all instances of wcclient...
message: Terminating all local instances of wcctl.exe...
message: Launching wcclient.exe on all clients...
message: starting wcclient.exe on Win8-01.dev.TEST.local with command line of
\\localhost\admin$\wcat\wcclient.exe WIN-EGIN7LQVSHS -b...
message: starting wcclient.exe on Win8-02.dev.TEST.local with command line of
\\localhost\admin$\wcat\wcclient.exe WIN-EGIN7LQVSHS -b...
message: executing '"C:\Program Files\wcat\wcctl.exe" -t home.ubr -f settings.u
br -singleip -x -clients 2 -server DC01-DEV.dev.TEST.local'...
Invalid number of virtual clients specified.message: Run error detected, terminating clients...
message: Terminating all instances of wcclient...
message: terminating pid 2536 on Win8-01.dev.TEST.local
message: terminating pid 224 on Win8-02.dev.TEST.local
message: Terminating all local instances of wcctl.exe...
Any Idea how to correct this?