Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. 20 Key Principles of Design of High Availability
  2.  
  3.  
  4. # 20: Do not be cheap
  5. # 19: Assume Nothing
  6. # 18: Remove single points of failure
  7. # 17: to enhance security
  8. # 16: Consolidate Servers
  9. # 15: Watch your speed
  10. # 14: Apply Change Control
  11. # 13: Document Everything
  12. # 12: Hiring Service Level Agreements
  13. # 11: Plan Ahead
  14. # 10: Test of Everything
  15. # 09: Separate environments
  16. # 08: Learn from history
  17. # 07: Design for Growth
  18. # 06: Pick mature software
  19. # 05: Choose mature, reliable hardware
  20. # 04: Reuse Settings
  21. # 03: explore external resources
  22. # 02: One problem, a solution
  23. # 01: K.I.S.S (Keep it Simple)
  24.  
  25.  
  26.  
  27.  
  28. 20 Principais de Design de Alta Disponibilidade
  29.  
  30. # 20: Não é barato
  31. # 19: Não assumir Nada
  32. # 18: Remover pontos únicos de falha
  33. # 17: reforçar a segurança
  34. # 16: Consolidar Servidores
  35. # 15: Cuidado com a velocidade
  36. # 14: Aplicar de Controle de Mudança
  37. # 13: Documente Tudo
  38. # 12: Empregar Service de terceiros
  39. # 11: Planeje com antecedência
  40. # 10: Teste Tudo
  41. # 09: Separe os ambientes (teste/produção)
  42. # 08: Aprenda com a história
  43. # 07: Design para expanção
  44. # 06: Escolha de software maduro
  45. # 05: Escolha hardware confiável, maduro
  46. # 04: Reutilização Configurações
  47. # 03: Explorar os recursos externos ( mail-list, IRC, etc..)
  48. # 02: Um problema, uma solução
  49. # 01: K.I.S.S (Mantenha-o Simples)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement