--
HamidMoghaddam - 11 May 2016
Low graphic modes error
Some of VMs show this error after restarting to solving that do following line:
- Use Alt+F1 and go to terminal
- sudo apt-get install gdm
- In "Package Configuration" then use the arrow-keys to select gdm instead of lightdm, press Tab to move to OK, and press Enter.
- sudo reboot
Do following steps on the Frontend and Web server as root:
- mkdir /tmp/http_sessions
- chmod 777 /tmp/http_sessions Then on the Client:
- $FABAN_HOME/master/bin/startup.sh
- Open the benchmark web page at https://cs-web-client-x64:9980
- Copy the faban directory ($FABAN_HOME) to the App (frontend), Backend (backend), and Web (webonly) machines. Faban directories must be in the same path on every machine
- Run test on the benchmark web page
Increasing number of concurrent users
For increase number of concurrent users to 1000 In the Backend:
- cd $FABAN_HOME/benchmarks/OlioDriver/bin
- chmod +x dbloader.sh
- ./dbloader.sh 10.0.100.1 1000
Because we used cloudsuite.patch in filestore in Frontend there is no need to increase number of filestore otherwise :
- $FABAN_HOME/benchmarks/OlioDriver/bin/fileloader.sh 1000 $FILESTORE
Login Error
- I moved http_sessions from /tmp to /home/mike/httpsessions in Frontend because it was deleted with Frontend reboot .
- chmod +x $FABAN_HOME/benchmarks/OlioDriver/bin/fileloader.sh (This step is very important otherwise all subfolders access of http_sessions will be as root and error will not solve)
- chomd 777 /home/mike/httpsessions/http_sessions
- Make sure use the /home/mike/httpsessions/http_sessions in "PHP sessions directory" filed in https://cs-web-client-x64:9980/ when running benchmark.
- Deleted some files form Frontend in order to make some disk space( because we have snapshot of it, it is not possible to increase its disk space in vSphere. Maybe we should boot it from a live disk and increase its disk space)