How to move Hyper-V virtual backups to different DPM server

First off, I want to say that I've spent a large amount of time scanning the forums and internet for a solution to my problem with no luck. Here's the situation, as best as I can describe it:
We currently have 2 2012 R2 DPM servers.  Let's call them DPM1 and DPM2.     DPM 1 was originally, before my employment here, setup as a primary DPM server backing up a Hyper-V HostServer1 (server 2012 R2) that had 4 virtuals
on it.  DPM was setup to backup JUST the virtuals on HostServer1, nothing native on the host itself (files, etc.) 
At some point later on DPM2 Server was created, and I believe setup as a Secondary DPM server to DPM1.  (I'm not completely certain of this, as it does not appear to be setup that way now, but I can't tell for sure) but I believe it was because of the
specific error I'm getting (more on that in a moment)
We want to start backing up the virtuals that are on HostServer1 using DPM2, instead of DPM1.   Again, before I started here, the previously person removed all content from DPM1 (protection groups and replica's of the 4 virtual servers that were on
HostServer1, and uninstalled the DPM1 client from HostServer1. 
Today I am attempting to add back protection of this HostServer1, but to DPM2.  I am able to successfully install the DPM client from DPM2 to HostServer1.   When I create a new protection group to DPM2, and navigated down the protection options,
I can see the 4 virtuals running on HostServer1.    Here's the weird thing:
I can ADD 3 of the 4 virtuals to the protection group without issue, and successfully back them up!   However, ONE virtual, when I check the box throws this error:
"You have chosen to protect replicas on another DPM server (primary DPM server).   We recommend that you protect the DPM database of the primary DPM server along with the replicas.  Without protecting the DPM Database, you will not be able
to recover the replicas of the primary DPM server in case of a disaster where the DPM Database and the replicas are lost."
It then throws this error:
"One or more of the selected data sources are already configured for protection on the primary DPM server.  When you switch back protection, the replicas of these data sources will be protected from the primary DPN server. (ID: 31162)"
If I continue through the PG setup wizard, I see that under the PG game, the DPM1 server name listed, and then this one virtual listed underneath it and the replica shows "unable to configure protection."
I have found numerous threads with this error, but the solutions (ranging from running PS scripts using Attatch-ProductionServer.ps1, to Remove-ProductionServer.ps1 from the primary DPM1 box, etc.) all have failed.   Some of these threads are similar
it seems, to my issue, but most of the threads seem to be with an issue when the DPM client is on a protected server, instead of a Hyper-V box running off of a Hyper-V Host, as in my case.  
I am either barking up the wrong tree, or not implementing these available DPM PS scripts properly.  Can anyone assist me in pointing out what I might be doing wrong, or if that's not the issue, point me in the right direction?   
The odd thing here is that 3 of the 4 virtuals work fine when I moved them to DPM2.  Only one virtual (which doesn't have a DPM agent on it) throws this error.  Somehow, it's as if this particular .vhd has something tagged on it that's making DPM2
think that it's being protected somehow, by DPM1, which is not, or no longer, the case.   If it was a DPMDB issue, why are 3 of the 4 other virtuals working fine?  
There may be missing information here that's causing this confusing; I'm not entirely sure all 4 were originally backed up by DPM1; but I *BELIEVE* they were.  it could be just the troublesome virtual was, not %100 certain of that.  
There has to be some way to clear out the reference to DPM1 from this HostServer1, virtual, or DPMDB right?  Wherever the issue lies?  I would think it's in one of those.  
We are not interested in having a Primary or Secondary server any longer, so if the fix somehow lies in clearing out all references the 2 DPM servers of "Primary vs. Secondary", that's fine too.  We want 2 separate DPM servers protection two
different sets of Hyper-V hosts, unaware of each other.   
Any assistance would be much appreciated!

Hi,
See DPM 2012 content:  Unsupported Scenarios for DPM  under heading "Moving protected servers with DPM
secondary servers"
With that said, if you call support have the DPM engineer reference ID 2507990- they can assist in cleaning up the DPM2 database so VM's can be protected.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • How to move existent Time Machine backups to a NAS?

    Hello everybody
      I am not sure if I am posting this discussion in the correct community, so please move it to the right one in case you need.
      Currently I am using a 1TB external hard drive to store all my time machine backups. This drive also contains other information (movies, photos etc). I bought a Western Digital MyBook World Edition II which is a NAS. I want it to move my Time Machine backups to my NAS. How can I do it? Just copy over the backups folder from the external hard drive to the NAS?
    Thank you!
    Gilson

    That's just crazy slow. 
    It won't be fast, as the data can't go directly from the old disk to the new one.  It must pass through your Mac, so is on the network twice, slowing the effective speed by roughly half.  But that's awful.
    There could be any number of causes, from bad ports or cables to problems with either drive or controller.  I don't have any experience with modern RAID systems, but some of the older ones were extremely slow when there was a problem with one of the drives.  
    And it may get worse -- if the backups are damaged, the copy will fail and the result won't be useable.
    About all I can recommend is the usual:  it's always prudent to keep secondary backups. If you don't have any, I'd strongly recommend getting a (plain) external HD and making a "bootable clone" on it ASAP (that will probably slow the copy down somewhat).  See Time Machine - Frequently Asked Question #27 for details and some suggestions. 
    It wouldn't have to be a 2 TB drive, just the same size as your internal HD (or at least 10% larger than the data on it).  You might consider getting a portable drive, so you can take it to a secure off-site location once you get your TM backups working to the new WD box.  Then update it periodically.

  • How to move partitions/sub-partitions into a different tablespace?

    Hi Uisng oracle 1..20.3 and have a range-hash partitioned table using interval partitioning - code below.
    Works fine just one problem.
    we wish to move the system geneerated partitions to different tablespaces later and also rename th epartitions.
    When try assign partition to a different tablespace get the folloiwng message
    alter table por_rt move partition SYS_P2283 tablespace bi_dw_data
    get message ora-14257 - cannot move partition other than range,list, system or hash partition.
    How can we avoid this.
    We we need to move all the subpartitions first?
    Tried this
    alter table move subpartition SYS_SUBP2269 tablespace bi_dw_data;
    but get message ora-01735 message invalid statement
    -- Create table
    create table POR_RT
      plant_issue_id    NUMBER not null,
      pf_run_num        NUMBER,
      partitioning_date DATE
    partition by range (PARTITIONING_DATE)
    subpartition by hash (PLANT_ISSUE_ID)
      partition PART_200912 values less than (TO_DATE(' 2010-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace BI_SUPPORT_DATA
        pctfree 10
        initrans 1
        maxtrans 255
        subpartition SYS_SUBP2261 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2262 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2263 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2264 tablespace BI_SUPPORT_DATA
      partition PART_201001 values less than (TO_DATE(' 2010-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace BI_SUPPORT_DATA
        pctfree 10
        initrans 1
        maxtrans 255
        subpartition SYS_SUBP2265 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2266 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2267 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2268 tablespace BI_SUPPORT_DATA
      partition SYS_P2273 values less than (TO_DATE(' 2010-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace BI_SUPPORT_DATA
        pctfree 10
        initrans 1
        maxtrans 255
        subpartition SYS_SUBP2269 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2270 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2271 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2272 tablespace BI_SUPPORT_DATA
      partition SYS_P2283 values less than (TO_DATE(' 2010-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace BI_SUPPORT_DATA
        pctfree 10
        initrans 1
        maxtrans 255
        subpartition SYS_SUBP2279 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2280 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2281 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2282 tablespace BI_SUPPORT_DATA
      partition SYS_P2278 values less than (TO_DATE(' 2010-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace BI_SUPPORT_DATA
        pctfree 10
        initrans 1
        maxtrans 255
        subpartition SYS_SUBP2274 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2275 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2276 tablespace BI_SUPPORT_DATA,
        subpartition SYS_SUBP2277 tablespace BI_SUPPORT_DATA
    );Edited by: user5716448 on 22-Mar-2013 04:49

    you can not move composite parition directly you need to move subpartition using this statments
    alter table <tablename> move subpartition <sub partition name > tablespace <tablespace name>;
    than change partition tablespace using
    ALTER TABLE <table name> MODIFY DEFAULT ATTRIBUTES FOR PARTITION      <partition name> TABLESPACE <tablespace name>;

  • How to move a tempfile online to a different mountpoint

    Hi,
    I need to move a tempfile online to a different mountpoint
    Can you please tell me the steps
    Thanks
    bsac14

    hi,
    I would recommend the following steps:
    ==============================
    SQL> alter database tempfile '/u01/app/temp02.dbf' drop;
    Database altered.
    SQL> alter tablespace USER_TEMP_1 add tempfile '/oracle/temp03.dbf' size 2M;
    Tablespace altered.
    $ rm /u01/app/temp02.dbf
    ==============================
    i.e. Drop the tempfile and add a new one to the tablespace. Then remove the OS file.
    Hope this helps!

  • How to setup an email account which has different outgoing server

    I have my work email and I do not know how to set it up on my iphone, the email server is in another country and i should set it up to login to that server to send and receive my email, on outlook i can set it up by using the advace setting to put the info of the this server but on iphone i tried it but does not work, please help me.
    thanks

    You need to go see your IT person at work so they can add you to the BES server - they would have the password. 

  • How do I create a virtual directory in Snow Leopard Server Admin program?

    Hi, how do you use the server admin program in snow leopard server to create an apache virtual directory? I can't see it in the applet anywhere. Thank you.

    Well this is what I thought too but I don't think I'm doing something right. I have a default website on port 80 and I created a second site on the same port. They are two different websites. One is the initial one that comes stock with the osx. The second one I created.
    When I browse to my server I get the second site. How can I get the default to be the one that points to the mail, wiki, calendar stuff, while my second domain is something totally different.
    http://myserver (should be the default stuff like mail.)
    http://myserver/mysecondsite (should be my other stuff.)
    The problem is that when I go to http://myserver it is going to http://myserver/mysecondsite
    What am I doing wrong? Thank you.

  • How to move temp file, redo log to different drive oracle 9i

    Hi ,
    I am using oracle 9i
    by mistakenly, i have instaled oracle installable on system drive i mean c: drive.I have installed teh database on D: drive.
    For tunning perfomance i would like to move the redlog files and temp files to different drive.
    Could you please explain me the step by step procedure how to do this
    Thanks
    AITS

    Very easy -
    Create a new temp tablespace with the files on the drive you want, make it the default temp tablespace for any users/schemas you have created, then drop the old temp tablespace including datafiles.
    For the redo logs, create new groups, again with the logfiles on the dirves you want them on, cycle out of the old ones with "alter system switch logfile;" then drop them.

  • How to move Remote Desktop License's from one 2003 server to 2003/2008

    Hi Sir,
    We have one windows 2003 server with 5 Remote Desktop connection.
    Someone hack our server and all the files (including system files) had been corrupted. 
    Kindly guide us the procedure to move it another server 2003/2008.
    So, Please tell me the procedure recover/repair corrupted files.
    The virus is something like encrypted the file and given some email to decrypt.

    For migration of licenses read
    http://technet.microsoft.com/en-us/library/dd851844.aspx
    http://technet.microsoft.com/en-us/library/hh553155(v=ws.10).aspx
    https://blogs.technet.com/b/anthoben/archive/2010/05/13/migrating-your-terminal-server-license-server-from-windows-server-2003-to-2008.aspx
    http://yuridejager.wordpress.com/2011/11/10/migrating-terminal-server-licenses-from-windows-server-2003-to-windows-server-2008-r2-using-the-rd-license-manager/
    http://public.madeinengland.co.nz/how-to-transfer-terminal-services-licenses-in-windows-2003-2008-2012/Hope
    this helps you in migration
    Milos

  • How to move data in the table to different database ?

    I'm currently having some problem with moving some of my data from devlopment db to production db. Currently i'm having 2 dev. db and i would like to combine the data in the table into 1 prod. db. Can anyone pls tell me, is it possible to do so. Please tell me the solution on how this can be done, if you guys know.
    Thanks in advance.

    Hi,
    create a database_link from your
    PROD db to each of the DEV dbs.
    then insert into table (select * from
    table@dev_db1)
    insert into table (select * from table@dev_db2)
    HTH
    Detlev
    null

  • How to move lobsegment and  lobindex to a different Tablespace

    Oracle Version: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
    Os: Solaris 10
    Hello Everybody,
    I want to move a lobsegment and a lobindex to a differrent tablespace.
    But when i am executing the following statement in order to move the LOBINDEX I am getting the errors listed below:
    SQL> ALTER INDEX SYS_IL0000012358C00008$$ REBUILD TABLESPACE INDX;
    ALTER INDEX SYS_IL0000012358C00008$$ REBUILD TABLESPACE INDX
    ERROR at line 1:
    ORA-02327: cannot create index on expression with datatype LOB
    Is there any differrent commands/methods of moving the LOBSEGMENT/LOBINDEX to a differrent tablespace.
    Any help Appreciated..
    Regards,
    Prosenjit Mukherjee.

    Hi,
    Assuming that I have table "TEST" in USERS TableSpace
    CREATE TABLE TEST
    TEST_ID NUMBER NOT NULL,
    TEST_NAME CLOB,
    CONSTRAINT PK_TEST PRIMARY KEY(TEST_ID)
    SQL> ALTER TABLE TEST MOVE TABLESPACE EXAMPLE;
    Above command will move the table to new tablespace but will not move the CLOB segment and it will still be in original tablespace. This is because LOB data is stored outside of the table.
    Check the tablespace of the CLOB column by issuing following sql.
    SQL> SELECT index_name, tablespace_name
    FROM user_indexes WHERE table_name = ‘TEST’;
    INDEX_NAME TABLESPACE_NAME
    SYS_IL0000073575C00002$$ USERS
    In order to move CLOB column to different tablespace, we have to issue following command.
    SQL> ALTER TABLE TEST MOVE LOB(TEST_NAME) STORE AS (TABLESPACE EXAMPLE);
    In above example, TEST_NAME is the CLOB column which we want to move to new tablespace and EXAMPLE is target tablespace. Above command will successfully move LOB segments to the new tablespace. We can verify it by issuing same sql again.
    SQL> SELECT index_name, tablespace_name
    FROM user_indexes WHERE table_name = ‘TEST’;
    INDEX_NAME TABLESPACE_NAME
    SYS_IL0000073575C00002$$ EXAMPLE
    - Pavan Kumar N

  • How can i do scheduled automatic backups to an ftp server in ios xr?

    Hello guys! As the title says im looking forward to automatically back up my running config on a cisco CRS-1 to an FTP server. I was only able to find this config example:
    Configuration commit auto-save filename ftp://A.B.C.D/myconfig.txt
    This allows me to save my config to an ftp server everytime i use commit on the device. Now i want to know if there's a way to automatically save my configs everyday at 00:00  and also include the date and time in the name of the file so i don't overwrite the existing files in the ftp server.
    I dont want to use any tool i just wanna know if what im asking is possible via CLI commands. I would greatly appreciate your help with this subject.
    Regards,
    David

    Not sure if this script will work on a CRS, but try this:
    archive
    log config
    logging enable
    hidekeys
    path tftp:///$h-
    write-memory
    time-period 10080
    Explaination: 
    There are two ways to save your config to your remote station:
    1.  When someone saves the config; and
    2.  At an alloted time period, expressed in 10080 (weekly for me). 

  • How to deploy a war file from a different app server to the SAP one

    Hello,
    I hve recieved a war file from Tomcat that needs to be deployed on the SAP Java App server. As far as I know the SDM only allows to deploy ear files. How can I deploy this war to the app server?

    Hi Roy,
    in order to deploy the WAR file you have to wrap an EAR around it. I had the same problem.
    You can do this using Netweaver Developer studio.
    Perform the following steps:
    - Start NWDS
    - Create a New Enterprise Application Project
    - Create a New Web Module Project (name it like your war file => e.g. your war file is called myApp.war => call your Web Module myApp)
    - Edit the application.xml of your Enterprise App if necessary (description, Displayname etc.)
    - Link your Web Archive to your application archive (right Mouse click on Application Archive and from the Context Menu choose "Add Modules" => In the list choose your Web Module)
    => You can also perform a right mouse click on your web Module and from the context menu choose "Add to EAR Project" => In the list choose your Enterprise Application!
    - Build Web Archive (right mouse click on your Web Module and from the context menu choose "Build Web Archive" => This will create a war file that has the same name as your war file! => If you do not see it try to switch to resource perspective!)
    - Build Application archive (right mouse click on Application archive => from the context menu choose "Build Application Archive")
    You are done
    The EAR file is generated and will be created in your workspace.
    Now browse to your workspace. Unpack the EAR using WinZip or any other Archiver program.
    Replace the contained war with your war and repack the ear file (You can also use tools like Total Commander to directly replace the war file in the EAR with your war without having to unpack the war). You can also import your war into NWDS and rebuild it so you won't have to replace the WAR in the EAR but as your WAR is already built I would just replace it as described!
    You can now deploy the ear file to SAP J2EE
    Hope this helps (Reward points for helpful answers are appreciated!)
    Cheers

  • How do i move my itunes library to a different drive

    i underestimated the space i needed for my itunes library. at the time, i thought 75gb is more than enought for my 60gb ipod, then the videos and movies came along. although i cannot put them on my 4th gen ipod, but i did downloaded a bunch of free tv shows and video podcasts.
    i thought i was simply gonna delete some already-viewed files as i push the limit, but then the recycle bin on my ipod specific drive screwed up. i can no longer delete anything off that drive. since the partition i had earlier was kind small for my ipod drive, i think i want to reformat the drive to a different partition.
    of course, i need to move my itunes library first. can someone please teach me how to move my itunes library to a different drive? thank you very much.

    When I added a second drive internal drive I used this guide: Moving your iTunes Music Folder

  • How to route traffic across subnets when one NIC is a hyper-V virtual switch?

    Having a bit of a problem with a hyper-V environment which does not seem to route network traffic on two different subnets between each other.
    If it were a purely physical server with two NICs and a gateway set traffic would automatically be forwarded between the two different subnets.
    However when one of those NICs is a hyper-V virtual switch this simple routing no-longer seems to work and no traffic gets forwarded between subnets?
    Situation is:
    Hyper-V server with two NICs
    NIC 1 = 192.168.0/24 - main Internal company network.
    NIC 2 (hyper-V virtual switch.) = 192.168.1/24 - connects to ADSL internet router
    Virtualized Domain Controller.
    One or two virtualiszed NICs as necessary
    How then does traffic get routed between these two subnets?  If RRAS has to be configured to do this where is the best place to do it, on the hyper-V host or on the virtualized domain controller?
    Thanks,

    Hi ,
    You can create an internal virtual switch and configure an IP for it (I assume it is 192.168.1.2/24) .
    After you enable RRAS in hyper-v host  there will be two gateways for different subnets  .
    " NIC 2 (hyper-V virtual switch.) = 192.168.1/24 - connects to ADSL internet router "
    The problem is here ,if  these VMs need to access internet .
    So , these VMs can not configure their gateway same as the IP of internal virtual switch , you may set VM's gateway as the ADSL internet router's IP meanwhile add a static route entry for every VM .
    Please refer to the Syntax :
    route add -p 192.168.0.0 mask 255.255.255.0 192.168.1.2
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do I create a permanent backup of all my iTunes data, and movies?

    I'm confused about how to effectively backup and share my data.  And know others must have wrestled with this one too - so help please!
    Our family works across several platforms (PC, MacBookPro, 2 iPads, iPods, 2 iPhones and appleTV) and want to have a method to effectively share and save (i.e. permanently backup) our data (iTunes, other documents and movies).   We use HomeSharing, iCloud and iTunes Match, which work most of the time.  All the devices are linked to a single iTunes library.
    I understand that iCloud serves to synchronise data and share it between devices. Great.  But how do I create a permanent backup of the data?  I could get a third party online service (e.g. Box.net) or use external harddrives.  Is there a simpler approach that apple provides, that I've missed?  I'd lke to make teh solution a simple to use (i.e. upload data and share it), reliable without paying the earth! 

    Have you considered this...
    Backup iTunes to an External Drive  >  http://support.apple.com/kb/HT1751
    And there is this  >  ..Most commonly used backup methods

Maybe you are looking for

  • Total Failure of CC 2014 Apps on Windows 7

    Total Failure of CC 2014 Apps on Windows 7 Yesterday (Thursday16 Oct 2014) I had one of those tech issues that stretch the imagination and patience of a customer. After using CC for the past two years, and generally very happy with the response and r

  • String padding in FCC

    Hello All, I have receiver FCC and have requirement of Right padding strings and left padding numerics. FCC  is of fixedLength. String data type fields have to be end padded with " " e.g. "Data    " Numeric or Decimal data type have to be forward pad

  • I have downloaded Thunderbird Setup 31.3.0 but it will not run!

    My Thunderbird on this machine stopped working properly yesterday. It refused to download e-mails from my account - but it was seeing the correct number of e-mails on the mail server. It would not accept updates (it was at version 24.6 but would not

  • Error while patching J2EE Java Engine from SP15 - SP20

    We are patching our Enterprise Portal J2EE Java engine from SP15 - SP20 and are getting the following error. Dec 10, 2007 5:26:20 PM  Info: 17:26:18 2007-12-10 ora-Info:  compareTo NAME: column length 256 larger than length 100 of target column Dec 1

  • Is it possible to open à web page

    Inside à page of iBook I mean when we havé à link we go outside thé ibook But i want à link Thatcher open inside thé iBook Using thé main page of à widget and adding à code