Installing and upgrading to HP Insight Software 6.3 on Windows Server 2008 R2 Failover Cluster with SQL Server 2008 for high availability

67
' ... or when a LooksAlive call fails.
End Function
Function Offline( )
' ... Insert your Offline' code here.
' ... Offline is executed once when the resource is placed offline.
End Function
Function Close( )
' ... Insert your Close code here.
End Function
Function Terminate( )
' ... Insert your Terminate code here.
' ... Terminate is executed once when the script terminates.
End Function
Function WMIDateStringToDate(dtmBootup)
WMIDateStringToDate = CDate(Mid(dtmBootup, 5, 2) & "/" & _
Mid(dtmBootup, 7, 2) & "/" & Left(dtmBootup, 4) _
& " " & Mid (dtmBootup, 9, 2) & ":" & _
Mid(dtmBootup, 11, 2) & ":" & Mid(dtmBootup,13, 2))
End Function
---------Remove this line after copying---