Archive for December, 2007
Monday, December 31st, 2007
Translated Moodle stress test for technical partner Moodle Windows implementation. Collected some jmeter scripts and test course and sent. Hmm, what a load of crap. Room for improvement
Posted in BrnDmp | No Comments »
Monday, December 31st, 2007
Updated client site to see latest forum posts on homepage.
Updated apache conf to redirect *.mydomain.nl -> add ServerAlias mydomain.nl to virtual host entry.
Installed 2 sandboxes for client:
latest stable (1.8.3)
latest and greatest (1.9beta)
Posted in BrnDmp | No Comments »
Thursday, December 20th, 2007
In Bb, you can set the privacy settings of what information to show in the user directory (Home Tab -> User Directory). Click on Personal and then Set Privacy Options. Under 1, you can select what information to show. Under 2 you can select if you want ot list the info ...
Posted in Uncategorized | No Comments »
Tuesday, December 18th, 2007
Post on the Moodle forums about shared mountpoint when running a load balanced server. Point is you should use NFS with low latency (private network with hosts file?).
Posted in BrnDmp | No Comments »
Monday, December 17th, 2007
Customised Front Page for Client: they want the latest forum posts on the front page.
Restored production environment (TODO: write script to make a test environment based on production environment):
backup production database
restore production database to test database
copy production data dir to test datadir
set cookieprefix to testxxxxx
copy production theme dir to test ...
Posted in BrnDmp | No Comments »
Monday, December 17th, 2007
tried to optimize mysql DB performance on server. Especially when querying groups and users there is a high load on the database.
To show the type of DB-engine used for a database (and performance vars):
SHOW TABLE STATUS FROM db_name;
SHOW STATUS;
SHOW VARIABLES;
Set key_buffer = 256M and user queries went much faster, especially ...
Posted in BrnDmp | No Comments »
Monday, December 17th, 2007
got php error for custom scripts at client:
: No such file or directory: line 1: ?php
so probably, php interpreter or something is not working correctly. Check it. Forgot to add php at the beginning of script.
Then error remained: changed ../config to ./config and script worked again.
Posted in BrnDmp | No Comments »
Friday, December 14th, 2007
Installed health check building block. Checks, amongs others, for orphaned content. That replaces the admin search in the CS tab on the syspanel.
Orphaned Content Folder Removal Tool (System Health Check)
Nice because it bypasses the problem of the error in the admin search of the CS.
Posted in Uncategorized | No Comments »
Thursday, December 13th, 2007
Installed MRTG on Bb application server:
snmp services was already installed
added mrtguser to snmp service community names (READ_ONLY)
forgot to adapt some settings in config and other files so wrong settings in registry, edited paths in registry and service started. Damn, and now it's not working anymore. Anyway, there was also a ...
Posted in Uncategorized | No Comments »
Thursday, December 13th, 2007
Installed stresstest result analyser scripts.
Create database on bb database server: stresstest, table test_resultaten, o:sa
Setup analysis environment
installed logparser 2.2 (from MS website)
Installed scripts on app server because they anyway have osql installed
Adapted parameters in scripts
Test run script, failed but if I run from command line all goes well: ok, I had ...
Posted in Uncategorized | No Comments »