March 14, 2012 at 10:23 pm
Comments posted to this topic are about the item Adding a log shipping monitor
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
March 15, 2012 at 2:52 am
Good one.
March 15, 2012 at 2:27 pm
ok, now that you have a log shipping monitoring server, what can you do with it?
March 15, 2012 at 11:13 pm
Great article!!Thanks for sharing it in a detailed step by step way..
March 16, 2012 at 7:31 am
Ron, there are several benefits in using a remote log shipping monitor. They include
1. Centralized monitoring and alerting solution. If you have several instances participating in log shipping throughout your enterprise this would allow you to view the overall health of those instances (provided you setup a remote log shipping monitor :-D).
2. The transaction log shipping status report on the monitor displays the status of backup, copy and restores for the instances using the monitor (instead of having to look at each primary and secondary instances). Those values listed in red have exceeded their set thresholds and action is needed.
3. If either the primary or secondary instance goes offline, or SQL Server Agent is stopped, you'll still receive alerts from the remote monitor. For example, if the primary went offline you'd no longer receive alerts when your backup threshold was exceeded.
For more information take a look at the link below. Thanks for reading!
http://msdn.microsoft.com/en-us/library/ms190224.aspx
Luke C
MCSE: Data Platform, MCP, MCTS, MCITP - Database Administrator & Database Developer
March 16, 2012 at 8:11 am
Thanks Luke, so now I finally understand what the monitoring server is for. We currently use SCOM to monitor the LSAlert jobs and create a ticket if the LSAlert job fails. If I setup a monitoring server, what additional information can I monitor? I looked at ms190224 and it does not appears that there is a lot of additional information.
March 16, 2015 at 11:13 pm
Hi,
I have only primary server and secondary server in my environment and my management want to add the secondary server as monitoring server.
Can you please guide me how to add the secondary server as monitor server to an existing log shipping setup.
Thanks in advance.
July 13, 2017 at 10:41 am
Luke,
According to the stored procedure for [sp_processlogshippingmonitorprimary] , the @mode usage for :
[sys].[sp_processlogshippingmonitorprimary]
(
@mode tinyint -- 1 = add, 2 = delete, 3 = update
Is this not right? I'm using your instruction to update an old monitor server to a new one.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply