Hi
We are using IP spoofing for Load generator when execute performance testing.
Recently we find out the load generator server has lesser space on C: drive.
And there are series of temp file under C:\Program Files (x86)\HP\Load Generator\Temp\brr_rf2.217 which size over 50GB.
We try to check expert mode and under option to unchecked the temp file in the controller however those temp file still accumulate at load generator server especially when encounter many errors/failure.
Appreciate if any expert can advise how to disable from storing up those temp files or any setting switch from C:\ drive to D:\ drive which is location for data purposely.
Great thanks
To add/change the temporary environemnt:
1. For Windows 2000 or Windows XP machine:
a. Right-click on the ‘My Computer’ icon on the desktop and select ‘Properties’.
b. Go to the Advanced tab and click on the ‘Environmental Variables’ button.
c. There are two sections listed: User Variables and System Variables. Under each section, you should see a variable for TEMP and TMP.
d. Double-click on these entries, and modify the location to the temporary environment created above.
Example:
Change from C:\Documents and Settings\<user>\Local Settings\Temp
Change to C:\TEMP
e. Click <Apply>.
2. For Windows NT machine:
a. Right-click on the ‘My Computer’ icon on the desktop and select ‘Properties’.
b. Go to the ‘Environmental’ tab.
c. There are two sections listed: User Variables and System Variables. Under each section, you should see a variable for TEMP and TMP.
d. Double-click on these entries, and modify the location to the temporary environment created above.
Example:
Change from C:\Documents and Settings\<user>\Local Settings\Temp
Change to C:\TEMP
e. Click <Apply>.
--
You received this message because you are subscribed to the Google Groups "LoadRunner" group.
To unsubscribe from this group and stop receiving emails from it, send an email to LR-LoadRunne...@googlegroups.com.
To post to this group, send email to LR-Loa...@googlegroups.com.
Visit this group at https://groups.google.com/group/LR-LoadRunner.
To view this discussion on the web visit https://groups.google.com/d/msgid/LR-LoadRunner/20de1954-6fe1-4021-a449-0c073f7b78e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Environment variables
Temp: %userprofile%\AppData\Local\Temp
TMP: %USERPROFILE%\AppData\local\Temp
LG_PATH: C:\Program Files (x86)\HP\Load Generator\
Runtime File Storage
radio button: On the current vuser machine
Radio button: On a share network drive
I don't think temp or tmp pointing to C:\Program Files (x86)\HP\Load Generator\bin\temp
For runtime file storage
After checking to on a share network drive, the script cannot run in load controller as LG cannot be identified.
Thanks