March 3, 2017 at 2:11 pm
While cleaning up and documenting backup processes in an environment that is new to me, I have come across several machines that have a physical_device_name path in msdb.dbo.backupmediafamily that looks like the below. Each time the backup job runs, the GUID part of this changes. No one can tell me what is creating these backups or where they are going. I don't see any third party backup apps or agents on the machines where I see these types of entries and they aren't from native SQL Server backups. Those are going to Data Domain devices. There are very recent backups written to these unknown targets. Could these paths be backup destinations that no longer exist, such as decommissioned storage devices?
{17B43C53-C61E-4991-A915-F2E89DA8A465}6
{17B43C53-C61E-4991-A915-F2E89DA8A465}1
{17B43C53-C61E-4991-A915-F2E89DA8A465}3
{17B43C53-C61E-4991-A915-F2E89DA8A465}2
{17B43C53-C61E-4991-A915-F2E89DA8A465}4
{17B43C53-C61E-4991-A915-F2E89DA8A465}5
The next set of rows from physical_device_name might look like:
{F2ADA9B2-FB98-469B-852A-695298B4A545}3
{F2ADA9B2-FB98-469B-852A-695298B4A545}1
{F2ADA9B2-FB98-469B-852A-695298B4A545}2
{F2ADA9B2-FB98-469B-852A-695298B4A545}6
{F2ADA9B2-FB98-469B-852A-695298B4A545}5
{F2ADA9B2-FB98-469B-852A-695298B4A545}4
March 3, 2017 at 2:58 pm
Snapshot backups by a SAN product maybe?
March 6, 2017 at 8:50 am
I would guess there's a Data Domain process that uses the VDI interface to take a backup. However, the backup isn't going to a file, it's going to some identifier that the product uses.
You don't necessarily need an agent to get these. I'd talk with the Data Domain people.
March 6, 2017 at 9:16 am
Lynn Pettis - Friday, March 3, 2017 2:58 PMSnapshot backups by a SAN product maybe?
Thanks for the reply Lynn. I wondered the same thing so I checked the SQL Server Error Log for messages like "I/O Frozoen..." which usually occur for SAN snapshots, but I didn't see any of those messages.
March 6, 2017 at 9:19 am
Steve Jones - SSC Editor - Monday, March 6, 2017 8:50 AMI would guess there's a Data Domain process that uses the VDI interface to take a backup. However, the backup isn't going to a file, it's going to some identifier that the product uses.You don't necessarily need an agent to get these. I'd talk with the Data Domain people.
Thanks Steve. There is already a native process that writes backups to the Data Domain. If I understand you correctly though, the Data Domain application/appliance could be initiating these backups and without an agent installed on the box. Is that what you're saying?
March 6, 2017 at 11:18 am
lmarkum - Monday, March 6, 2017 9:19 AMSteve Jones - SSC Editor - Monday, March 6, 2017 8:50 AMI would guess there's a Data Domain process that uses the VDI interface to take a backup. However, the backup isn't going to a file, it's going to some identifier that the product uses.You don't necessarily need an agent to get these. I'd talk with the Data Domain people.
Thanks Steve. There is already a native process that writes backups to the Data Domain. If I understand you correctly though, the Data Domain application/appliance could be initiating these backups and without an agent installed on the box. Is that what you're saying?
yes
March 13, 2017 at 9:58 am
These are normally VM Backups that also backup the DB or something like COMMVAULT.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply