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 […]
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: […]