Maintained by Abby Ge.
If you don't find something you are looking for or you have something that should be posted send me email.
Wrote a script to generate user info for cleaning purpose, including last interactive access, last mail access, disk usage on /clients and /var/mail
Network capacity through ftp
Things to know about running proftpd over crossover cable
Got Folding@Home to run under Debian. Migrated to all 16 Athena machines. User name: athenaX (Earlham CS)
See individual machine statistics
Add "proc ./fahclient" in the snmpd.conf file to tell snmpd to watch for the processes we care about. To add extra MIBS, we need to 1), add the text file in the MIBS directory; 2) export the environment variable MIBS to load the additonal mibs
Figured out how to double check the numeric file nodes and text file name are the same:
psql -d test-pvfs \d pg_class select relname,relfilenode from pg_class where relname='a100000';
Make the diskIO mib work under FreeBSD
Clean up dba code using qq::
Make the diskIO mib work under FreeBSD
Clean up dba code using qq::
Switch backbone capacity test - without VLAN
Modify the fahclient script to start logging
Got diskIO mib to work!!! - continue to work on configure and getting ready to submit the patch to the snmp group
Submitted patched diskio.c to net-snmp group, use the following line to configure snmp: ./configure --with-mib-modules="net-snmp/diskio" --with-ldflags="-ldevstat"
Installed Postgres-7.1.2 on Quark. Note for future: backup up existing databases before the upgrade with pg_dump
Did the switch testing. View the report
Finished installing Postgres. A small note
Figure out whether the PCI bus or the IDE disk is the limiting factor of the Athena cluster
Installed Pg.pm and DBI/DBD for Postgres, remember to put
ldconfig -m /etc/ld-elf.confin /etc/rc.local for FreeBSD
Did more testing on the switch with the athena cluster. It turned out that memory swapping was what slowed down the network traffic. View the updated report. Here is a little document describing how to do the test with ftp.
Adding logging to jobmon.pl
Learned about VPN. In a nutshell, it's a security feature that builds a virtual private network over internet, so that users can get rid of the modem pool.
Quick and dirty fix for the trailing domainname problem: turn off the search option by putting .nslookuprc containing "set nosea" in homedirectory
Questions about dd/iostone
1) dd_file.pl goes file system 2) Why fork - $total_time doesn't carry back to the parent process 3) dd - I/O error?