Posted On April 2, 2019

Some Stories in the Backlog

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Some Stories in the Backlog
1. Upgrade pods with 32″ monitors
– Make collaboration easier
– Increase productivity
 
2. Upgrade VirtualBox to VMware or Xen hypervisor
– High availability (automatic spin up in case a host goes down)
– Resource reallocation (move a live machine to other hosts in cluster without downtime)
– Manageability (easy to manage and find expert help in critical events)
 
3. Use AWS/Azure instead of Godaddy
– Enterprise grade systems (multi-zones, better support, higher security)
– Prices for AWS “nano” or “micro” instances are becoming cheaper over time
– Long-term horizon support
 
4. Add CKEditor to Wikipages
– Make it easy for contributors to add contents without memorizing codes
 
5. Setup Proper Lab Environment for DevOps/Infrastructure Team
– Fog Server to be available on this Lab VLAN as it is separate from Prod
– Useful for periodic system recovery tests
– Useful to test Prod system updates/upgrades
– Store Lab environment in a more persistent/secured location than our desks

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Sendmail Batch File

1. Download: 2. Place it in C:\Windows\System32   sendmail.bat --------------------------- senditquiet.exe -s smtp.gmail.com -port 587…

How to Restart Domino Services without Reboot

--------------Restart_Domino.bat------------------------------------------------------net stop "Lotus Domino Server (LotusDominoData)"c:\bats\pulist | findstr /I /C:"nadminp.exe" >c:\bats\pid.lstc:\bats\pulist | findstr /I /C:"naldaemn.exe"…

WGET Error on Windows and Its Quick Resolution

Error:PS C:\temp> Invoke-WebRequest -Uri $fileInvoke-WebRequest : The response content cannot be parsed because the Internet…