Monitor Status of Dell PowerVault TL4000 Quick and Dirty with Nagios

You can monitor the Dell PowerVault TL4000 Tape Library using the Nagios check_snmp plugin. After setting the TL4000 to accept SNMP connections on v2 SNMP you can run the following command below. This queries for the status of the library as a rollup. # ./check_snmp -H <IP Address> -C community -o .1.3.6.1.4.1.674.10893.2.102.2.1.0 -r3 SNMP OK … Read more

Dell 6Gbps SAS HBA – Adapter(s) Disabled by User

Upon booting the Dell PowerEdge R720 server with two Dell 6Gbps SAS HBAs that are installed and connected to a two drive Dell PowerVault TL4000 I got this error message Turns out this is a normal error. Page 25 of ftp://ftp.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_dell_adapters/dell-sas-hba-6gbps_User’s%20Guide_en-us.pdf Basically because it is a tape HBA, the error is saying it cant be … Read more

Dell 6Gbps SAS HBA – Adapter(s) Disabled by User

Upon booting the Dell PowerEdge R720 server with two Dell 6Gbps SAS HBAs that are installed and connected to a two drive Dell PowerVault TL4000 I got this error message Turns out this is a normal error. Page 25 of ftp://ftp.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_dell_adapters/dell-sas-hba-6gbps_User’s%20Guide_en-us.pdf Basically because it is a tape HBA, the error is saying it cant be … Read more

After Upgrading to DPM 2012 SP1 SQL Maintenance Tasks are Inaccessible

PROBLEM: Using Microsoft DPM 2012 SP1 with the locally installed SQL 2008 R2 SP2 instance (i.e. the one that DPM installs) once installed, you can’t get into the Maintenance tasks using SQL Management Studio. Clicking on Maintenance Tasks gives you an error: The task with the name “Task Name XXX” and the creation name “Microsoft.SqlServer.Management.DatabaseMaintenance.DbMaintenanceFileXXXTask, … Read more

After Upgrading to DPM 2012 SP1 SQL Maintenance Tasks are Inaccessible

PROBLEM: Using Microsoft DPM 2012 SP1 with the locally installed SQL 2008 R2 SP2 instance (i.e. the one that DPM installs) once installed, you can’t get into the Maintenance tasks using SQL Management Studio. Clicking on Maintenance Tasks gives you an error: The task with the name “Task Name XXX” and the creation name “Microsoft.SqlServer.Management.DatabaseMaintenance.DbMaintenanceFileXXXTask, … Read more

DPM Reporting Broken after an Upgrade to New Hardware

PROBLEM: You upgraded DPM after the upgrade you can click to run any reports in “Reporting” within the DPM console and you get an error like the following: Cannot open database “DPMDB” requested by the login. The login failed. Login failed for user ‘%servername%\DPMR$%servername%. CAUSE: The account ‘%servername%\DPMR$%servername%. doesn’t have the correct mappings for the … Read more

DPM Email Notification Errors

An odd one, you need to configure SQL Reporting Services first with the correct FROM: email address, email server and port. Once you have done that you won’t get the error message about reporting services not be configured, however you are likely then to get this error. DPM 2010 Administrator Console->Management->Options->Notifications Entering a valid email … Read more