Well if you have the mission to keep multiple webservers IIS 6.0 with exactly same setup its not an easy job! I was faced with this challenge and ended up writing yet another vbs script. I played with Microsoft tool […]
FTP error codes
Comprehensive List of FTP Status and Error Codes During your FTP sessions, you’ll receive various numbered codes from servers. CuteFTP displays these codes in the log window. Some codes represent errors. Most others simply communicate the status of the connection. […]
Monitor IIS erros with nagios
So How can we know the IIS server is responding to all petitions? Well I found a way to go directly in the IIS log files and get the results from there. They key was logparser Its very usefull to […]
Monitor ESX with Nagios
Its a system administrator duty to be sure the ESX servers health and performance are OK. I monitor: I believe the most important things to monitor are: CPU check_cpu_esx DISK check_disk VOLUMES (storage) check_vfs Hardware (Fan,Temp,Arrays,Memory Dimms,Disks etc…) check_openmanage check_hpasm-4.2.tar.gz […]
website performance tools
So how can we now a website is working how it should. As far as performance, server settings, code etc… Well there are lots of tools out there but the best ones I have came across are: Firefox AddOn Firebug […]
IIS request
I found this really interesting diagram about how the IIS works. Also the HTTP error codes witch was very helpfull to debug problems. ref.: http://msdn.microsoft.com/en-us/library/ms524901%28VS.90%29.aspx
NTFS ACL Behaviour
NTFS ACL Behaviour If propagate from parent is checked the original folder permissions will totally be replaced by the new parent settings. example: Directory c:tempjoe permissions: joe RW , smith R Copid to c:tempnew already set permissions: joe R, smith […]