Problem Statement:
We need to display lights and play sounds for different activities in IT Departments.
Example: Specific production server went down. Or Build failed. Or Too much traffic on network, got email from xyz….etc
Solution 1:
DelCom Product: This comes with DLL and we need to write Java JNI.
http://www.delcomproducts.com/products_USBLMP.asp
Solution 2:
Arduino Micro Controller
http://joe.blog.freemansoft.com/2011/04/extreme-feedback-aka-status-lights-das.html
http://arduino.cc/en/
http://cweiske.de/tagebuch/usblamp-monitoring.htm
Writing simple USB Driver: http://www.linuxjournal.com/article/7353
Hudson Build Lights: http://www.rallydev.com/engblog/tag/indicator-lights/
-o-
Problem Statement: Having 80GB external disk and using JFileSync to take backup. Now it is going to full soon. Also system hard disk.
When data is increasing, JFileSync is taking too much time to compare and to perform sync after that.
Solution 1:
Buy 1.5 TB internal hard disk. Install as secondary disk.
Buy 1.5 TB USB hard disk
Use backup software to take backup.
Problems: backup time is very high. difficult to maintain over period of time.
Advantages: Internal disk is safe with big tower system. We can store external USB in safe place.
Solution 2:
Buy: D-Link DNS-321 Network Attached Storage Enclosure – 2-Bay SATA, RAID 0/1 from compusa
Buy: Seagate 1.5TB SATA Barracuda 7200.11 Internal Hard Drive – 2-Pack from Dell
Setup RAID. Life will be cool.
Problems:
1. In case of theft, we may lose whole system.
2. We need to configure how to take backup if we add second disk after n days.
3. We need to protect it on internet or add to USB
List of back up software to use.
http://en.wikipedia.org/wiki/List_of_backup_software
Dir Sync Pro: http://directorysync.sourceforge.net/
-o-