-- HamidMoghaddam - 11 May 2016

Low graphic modes error

Some of VMs show this error after restarting to solving that do following line:

  1. Use Alt+F1 and go to terminal
  2. sudo apt-get install gdm
  3. In "Package Configuration" then use the arrow-keys to select gdm instead of lightdm, press Tab to move to OK, and press Enter.
  4. sudo reboot

EventDetail failed in CloudSuite benchmark

Do following steps on the Frontend and Web server as root:

  1. mkdir /tmp/http_sessions
  2. chmod 777 /tmp/http_sessions Then on the Client:
  3. $FABAN_HOME/master/bin/startup.sh
  4. Open the benchmark web page at https://cs-web-client-x64:9980
  5. 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
  6. Run test on the benchmark web page

Increasing number of concurrent users

For increase number of concurrent users to 1000 In the Backend:

  1. cd $FABAN_HOME/benchmarks/OlioDriver/bin
  2. chmod +x dbloader.sh
  3. ./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 :

  1. $FABAN_HOME/benchmarks/OlioDriver/bin/fileloader.sh 1000 $FILESTORE

Login Error

  1. I moved http_sessions from /tmp to /home/mike/httpsessions in Frontend because it was deleted with Frontend reboot .
  2. 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)
  3. chomd 777 /home/mike/httpsessions/http_sessions
  4. Make sure use the /home/mike/httpsessions/http_sessions in "PHP sessions directory" filed in https://cs-web-client-x64:9980/ when running benchmark.
  5. 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)
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2016-05-12 - HamidMoghaddam
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback