These are some notes I normally Give out when teaching netapp classes:
Recommended Reading:
- NETAPP SIMULATOR: http://now.netapp.com/NOW/cgi-bin/simulator
- Remote Lan Card Setup: http://now.netapp.com/NOW/knowledge/docs/ontap/rel723/html/ontap/sysadmin/10rlm3.htm
- Intro to Jumbo Frames: http://now.netapp.com/NOW/knowledge/docs/ontap/rel7121/html/ontap/nag/ifconfi3.htm
- iscsi & jumbo frames (30% improvement) whitepaper
- cisco jumbo frames configuration:
Cat6509≶ (enable) set port jumbo Usage: set port jumbo Cat6509> (enable) set port jumbo 1/1 enable Jumbo frames enabled on port 1/1. Cat6509> (enable) 2002 May 29 12:34:35 %PAGP-5-PORTFROMSTP: Port 1/1 left bridge port 1/1 2002 May 29 12:34:38 %PAGP-5-PORTTOSTP:Port 1/1 joined bridge port 1/1
- DocuWiki: http://wiki.splitbrain.org/wiki:dokuwiki
- Drupal: http://drupal.org/
- edit /vol/vol0/etc/syslog.conf add the line:
*.info;*.err;kern.* @adminhost
(where adminhost = your syslog server)
- http://nfs.sourceforge.net/nfs-howto/ar01s05.html
- http://cdfcaf.fnal.gov/doc/cdfnote_5962/node16.html
- Tech Report 3183- NFS, Linux, netapp filers: http://www.netapp.com/library/tr/3183.pdf
- TR-3481 (kerberos & nfs): http://www.netapp.com/library/tr/3481.pdf
#!/bin/bash ssh filer 'priv set advanced' ssh filer 'statit -b' sleep 30 ssh filer 'statit -e -n' > /var/log/statit.out.$(date +%F.%s).txt ssh filer 'priv set'
NFS perf Tuning
statit archiving script: