msgbartop
Everybody get your shell on!
msgbarbottom

Jan 14, 2009 9:22 am Manually removing an Altiris Recovery Solution server from a cluster

Ive run into this issue multiple times now. Here is the situation:

  • Using Altiris Recovery Solution
  • Have a cluster with a single Recovery Solution server in it
  • The Recovery Solution server goes down and is not recoverable
  • The Recovery Solution server is rebuilt on the same hardware and put back into Altiris

At this point, if Altiris does its thing correctly and merges the new record for the RS server with the old one (retaining the old GUID), you will not be able to add the rebuilt RS server to the cluster as Altiris still thinks the original server is still servicing that cluster (basically, since the new RS server takes assumes the old GUID, Altiris thinks that nothing has changed and that the old server is still out there servicing the cluster). You can verify this is the case by opening the “Recovery Solution Server Uninstall” section on the Notification Server console. In there you will see the server that you rebuilt as available to uninstall (even though the rebuilt server doesnt have the RS server installed on it yet).

RSuninstall.JPG

This leaves you with a unique situation…you need to remove the RS server record from the cluster to make Altiris think there are no RS servers servicing that cluster so that you can install a new RS server into that cluster (the rebuilt server). This can be accomplished by removing a row in the Notification Server database:

  • Connect to your Notification Server database server
  • Backup your NS database (always a good idea)
  • Expand the list of tables and navigate to dbo.RS_Servers
  • Find the row that contains the GUID of your RS server (under the ServerGuid column), or the GUID of the cluster (under the ClusterGuid column)
  • Delete this row (make SURE that this is the correct row before you remove it. Double, Triple, Quadruple check).

dbo.RS_Servers.jpg

At this point, you will now notice that this server no longer shows up in the “Recovery Solution Server Uninstall” area in the NS console. You now will be able to add your rebuilt RS server to the cluster.

VN:F [1.5.0_759]
Rating: 10.0/10 (1 vote cast)
  • TwitThis
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Technorati
  • Live
  • Print this article!
  • E-mail this story to a friend!

Tags: ,

Dec 22, 2008 11:58 am DPM 2007 SP1 released

Microsoft has just released DPM 2007 SP1 (Version 2.0.8793.0…released on 12/19/2008). You can find the update here along with other information pertaining to the update. Notable fixes/changes in SP1 include:

  • Protection for Hyper-V
  • Enhanced support for Windows Sharepoint Services (WSS) and Microsoft Office Sharepoint Server (MOSS)
  • Support for Exchange Server Standby Continuous Replication
  • Support for Mirrored SQL server databases
  • Support for Cross-forest Data Protection with a Two-way trust
  • Support for migrating DPM servers and data sources

…along with a slew of other stuff. NOTE: This update will require a reboot of your DPM server and protected clients. Clients can continue backing up normally without a reboot (however the agents MUST BE UPDATED before snapshots can continue), however you should schedule time to perform this soon after updating your agents to avoid issues.

One of the most exciting features of SP1 is direct protection of Hyper-V. Here is a video from TechNet discussing this particular feature:

DPM 2007 SP1 — Protecting Hyper-V

VN:F [1.5.0_759]
Rating: 0.0/10 (0 votes cast)
  • TwitThis
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Technorati
  • Live
  • Print this article!
  • E-mail this story to a friend!

Tags:

Dec 16, 2008 10:46 am DPM 2007 Health Model

Microsoft recently released this Technet article outlining the DPM 2007 alerts and typical resolution procedures. Very handy if you run across an error that you haven’t seen before…this will at least get you pointed in the right direction. You can find the health model here. Here are a few of the resolutions that may be useful:

VN:F [1.5.0_759]
Rating: 0.0/10 (0 votes cast)
  • TwitThis
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Technorati
  • Live
  • Print this article!
  • E-mail this story to a friend!

Tags:

Dec 16, 2008 9:53 am DPM default space allocation formulas

When protecting a Data Source in DPM, you have the option to define your own Replica Volume and Recovery Point Volume sizes or to use the default sizes determined by DPM. Typically, the default sizes provide significant room for growth without gross overallocation of resources (though I tend to find they allocate more space than necessary…I prefer to manually allocate slightly more than the Data Source size and run an “autogrow” script to thin-provision resources. You can find out how to autogrow space here). Below are the algorithms used by DPM to determine how much space to allocate to a Data Source.

Replica volume

For files:  (Data source size x 3) / 2
 
For Exchange data:  Data source size x (1 + log change) / (alert threshold - .05) <strong>Note: </strong>Log change is assumed to be 6%.  Alert threshold typically 90%.
 
For SQL Server data:  Data source size x (1 + log change) / (alert threshold - .05) <strong>Note: </strong>Log change is assumed to be 6%.  Alert threshold typically 90%.
 
For Windows SharePoint Services data:  Total size of all databases/ (alert threshold - .05) <strong>Note: </strong>Log change is assumed to be 10%.  Alert threshold typically 90%.
 
For Virtual Server data:   Data source size x 1.5
 
For system state:  (Data source size x 3) / 2  <strong>Note:</strong> Data source size is assumed to be 1GB for Windows 2003 and 10GB for Windows 2008

Recovery point volume

For files:  (Data source size x retention range in days x 2) / 100 + 1600 MB <strong>Note: </strong>Retention range is assumed to be 5
 
For Exchange data:  4.0 x retention range in days x log change x data source size + 1600 MB <strong>Note: </strong>Log change is assumed to be 6% and retention range is assumed to be 5
 
For SQL Server data:  2.5 x retention range in days x log change x data source size + 1600 MB <strong>Note: </strong>Log change is assumed to be 6% and retention range is assumed to be 5
 
For Windows SharePoint Services data:  1.5 x retention range in days x log change x total size of all databases + 1600 MB <strong>Note: </strong>Log change is assumed to be 10% and retention range is assumed to be 5
 
For Virtual Server data:  (Data source size x retention range in days x 0.02) + 1600 MB <strong>Note: </strong>Retention range is assumed to be 5
 
For system state:  (Data source size x retention range in days x 2) / 100 + 1600 MB <strong>Note: </strong>Retention range is assumed to be 5

Change journal (for file protection only)

300MB stored on each volume on the protected server

When you are creating a Protection Group (or adding a Data Source to an existing Protection Group), in the modify disk allocation dialog box, these are the algorithms that are used to determine the initial disk allocation based on the volume that the Data Source is on. To apply these algorithms to the actual Data Source, click the calculate button and DPM will poll the client and determine the actual Data Source allocation based on that particular Data Source size and its corresponding formula (which can take a while).

Keep in mind that once you allocation space to a Data Source and commit the settings, you cannot decrease the space allocated. The only way to remove space from a Data Source is to remove protection for it and then setup protection again.

VN:F [1.5.0_759]
Rating: 0.0/10 (0 votes cast)
  • TwitThis
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Technorati
  • Live
  • Print this article!
  • E-mail this story to a friend!

Tags:

Dec 15, 2008 3:27 pm Veritas NetBackup 6.5.2 and 6.5.3

Interesting video discussing changes with Veritas (Symantec) Netbackup 6.5.2 (which is out), 6.5.3 (which is greatly anticipated…at least by me) and where the product is headed.

VN:F [1.5.0_759]
Rating: 0.0/10 (0 votes cast)
  • TwitThis
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Slashdot
  • StumbleUpon
  • Technorati
  • Live
  • Print this article!
  • E-mail this story to a friend!

Tags: