Posts

Showing posts from November, 2012

Configuring WCS alarm notifications

Follow these steps to configure alarm notifications on your WCS. Log into WCS Click Administration then Settings Click Configure Mail Delivery Settings ( Can't remember the actual name, will modify) Configure all necessary SMTP settings Tick ‘Apply recipient list to all alarm categories’ Click Test Make sure the settings are still there after testing Click Save Check settings are still there Click ‘Configure email notification for individual alarm categories’. Click the Alarm Category (not necessary, dependant on alert type)                                                                i.       Adjust the severity level                                                              ii.       Click Save Enable whatever you want. Save. Job Done.

Sql 2008 Cluster - Add Node Error

Image
During the end of the installation for configuring a new cluster with the SQL 2008 Enterprise installation,  the following error was shown; The following error has occurred; There was an error setting private property 'RequireKerberos' to value 1 for resource 'SQL Network Name () Error: Value does not fall within the expected range. The solution to is to register the SPN of the user account you created to run the services. Open up the Command Prompt and type the following; setspn -L mynet\sqlservice setspn -s MSOLAPSvc.3/sqlcluster:cluster1 mynet\sqlservice setspn -s MSOLAPSvc.3/sqlcluster.mynet.local:cluster1 mynet\sqlservice setspn -s MSSQLSvc/sqlcluster:cluster1 setspn -s MSSQLSvc/sqlcluster.mynet.local:cluster1 sqlcluster is the name of my SQL cluster set during the SQL installation and cluster1 is the name of my instance. Once you have done this, make sure all computer accounts used in Cluster are enabled for Kerberos Delegation and that the user service