|
From: Ian <io...@ze...> - 2006-08-30 00:07:18
|
Running iometer 2006.07.27-RC2 I'm currently running into an odd problem attempting to run a test on a remote dynamo. workstation is running iometer win2k3 server is running dynamo. this is in a LAN setting. (All computers part of 192.168.0.0/24 network)= . If I run this from the workstation: iometer /c linearfs.icf /r linearfs.csv /t 10 I get this error: ERROR: Error loading the ICF file. A worker is assigned a target, "PHYSICALDRIVE:0", that isn't available. I believe this has something to do with iometer also opening up a dynamo process on the workstation even when it is not specified in the .icf file= , and assinging THAT worker the target that was meant for the manager specified in the icf file. When I run the exact same command on the server itself using the exact same icf file, it runs correctly but it does open an additional dynamo with the same name.. the one I start before I ran the iometer command shows up in the iometer list, but isn't used. Is there a way to get the .icf file to tell iometer to NOT open any managers itself and to wait as it should? Here is the manager section of the icf file: 'MANAGER LIST =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 'Manager ID, manager name 1,test-server1 'Manager network address 192.168.0.2 'Worker Worker 1 'Worker type DISK 'Default target settings for worker 'Number of outstanding IOs,test connection rate,transactions per connecti= on 1,DISABLED,1 'Disk maximum size,starting sector 0,0 'End default target settings for worker 'Assigned access specs File Server Access Pattern 'End assigned access specs 'Target assignments 'Target PHYSICALDRIVE:0 'Target type DISK 'End target 'End target assignments 'End worker 'End manager 'END manager list |