Another nagios/bash script that verifies if a cluster has performed a failover. This one is used for any microsoft cluster. #!/bin/bash # 2008-07-23 Nereu # edit: Felipe Ferreira 01-2010 TMPDIR=/usr/local/nagios/var PLGDIR=/usr/local/nagios/libexec OK=0 WARN=1 CRIT=2 UNKN=3 if [ “$#” -ne 3 […]
monitor microsoft cluster
To find out if your Microsoft cluster did a failover is a boring task to go in the eventviewer or logs. Well I wrote a script that does just that all it needs is check_nt NC_NET plugin on the server […]
replicate IIS configuration
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 […]
wcat howto
WCAT howto It was a little trick but I got it working.The config file I am using is here EDIT the URL to point to your website.Save it as stress.ubr. NOTE:I am testing with 3 clients, so the stress will […]
Enumerate exchange mailboxes script
I had already written a simillar script, that would go thru an entire Cluster and SGs, these one implements same theory but it is more flexible and easy to use. Basically you will get 3 types of info and all […]
Enumerate all IIS websites script
These script can be usefull when we want to know or map where are all our websites located. It is also capable of querying remote servers like getAllWebSistesIIS.vbs WEB2 I did like getAllWebSistesIIS.vbs WEB2 >> web2sites.txt and then I imported […]
MSSQL Server 2005 class
MSSQL Server 2005 Prof.: Alex Casanovas (SoftObert) ######CLASS 1 – 27/02/2009 ####### Relations – Entity Entity = Table Property = (COLUMNS) [CLIENTS] Propreties | Conditions, Name, SUrname, Address…. Strong Entity(Independent) or Weak Entity(Depends on other) CLIENTS –> ORDER Entity Relations: […]