EMC networker nmm can restore and recover sqlserver as different name to different location

That is true.

However, we should select this oprtions when installing NMM

We need to build empty database on target machine.

After that.

Yes, you can set up the source and destination

select  relocate and overwrite exist empty database (with replace)

The that is OK. You can see restore log

43708:(pid 1160):Start time: Tue Mar 07 10:35:25 2017
43621:(pid 1160):Computer Name: TEST02 User Name: administrator
NSR_CLIENT: NB51;
NSR_SERVER: BACKUP;
69318:(pid 1160):Recover database 'DB': No exact match of backup was found for the specified time: Mon Jul 03 06:31:04 2017
69319:(pid 1160):No transaction log backups after this time were found, performing a Point-In-Time restore is not possible.
69320:(pid 1160):Database 'IFDB' will be restored to the immediately previous backup of save time: Tue Mar 07 09:31:15 2017
37725:(pid 1160):Recovering database 'FCSIFDB' into 'TEST' ...
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE database [TEST] FROM virtual_device='Legato#b782505a-fe8f-41f3-a0e8-4c4e5b62fe25' WITH move 'FCSIFDB' to 'N:\TEST\TEST.mdf', move 'DB_log' to 'N:\TEST\TESTLog.ldf', replace, maxtransfersize = 4194304, norecovery
35866:(pid 1160):The restore of database 'DB' completed successfully.
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE log [TEST] FROM virtual_device='Legato#db5604e9-2382-420f-a84a-34f90ff15c7f' WITH maxtransfersize = 4194304, norecovery
35866:(pid 1160):The restore of database 'DB' completed successfully.
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE log [TEST] FROM virtual_device='Legato#7b007fb6-05dc-466a-9512-04ab9d519919' WITH maxtransfersize = 4194304, norecovery
35866:(pid 1160):The restore of database DB' completed successfully.
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE log [TEST] FROM virtual_device='Legato#5c5a642f-19a7-4db2-94c7-189b568df535' WITH maxtransfersize = 4194304
35866:(pid 1160):The restore of database 'DB' completed successfully.
29310:(pid 1160):
Received 91 MB 4 item(s) from NSR server (size information for snapshot(s) is not available).
nsr/db_apps/bsmsql/rcovmain.cpp(442): Entering cleanUp().
nsr/db_apps/bsmsql/rcovmain.cpp(500): Exiting cleanUp().
43709:(pid 1160):Stop time: Tue Mar 07 10:38:01 2017

nsrsqlrc.exe -s BACKUP -c nb51 -C" 'DB'='N:\TEST\TEST.mdf', 'DB_log'='N:\TEST\TESTLog.ldf'" -f -t "07/03/2017 6:31:04" -S normal -d "MSSQL:TEST" "MSSQL:DB"

That is all

EMC networker nmm can restore and recover sqlserver as different name to different location的更多相关文章

  1. EMC NW NMM to restore MS AG database

    Following last article, how to restore MS AG database , that is in the following: You see ?  Cheer u ...

  2. get your sqlserver database back by using EMC NW NMM

    Dear all Yes ~ We can backup our sqlserver by EMC NW NMM. That is true and NW is a very very powerfu ...

  3. How to restore and recover a database from an RMAN backup. (Doc ID 881395.1)

    APPLIES TO: Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.2 [Release 10.1 to 11. ...

  4. EMC NW NMM to backup MS AG

    To use EMC NW NMM to backup MS SQL always on database, that is a simple and safe way to protector da ...

  5. restore和recover的区别(转)

    recover和restore的区别: restore just copy the physical file, recover will consistent the database. resto ...

  6. restore和recover的区别

    restore 是还原物理文件 recover 是用日志恢复到一致 用了RMAN备份后就必须要用restore还原,然后才用recover恢复 restore——还原,与backup相对,从备份读出恢 ...

  7. How to setup backup by using EMC NW + EMC NMM for sqlserver failover cluster (not always on)

    As we said, sqlsever fail over cluster is perviously version of always on. The HA was guarenteed by ...

  8. 【12c】12c RMAN新特性之通过网络远程恢复数据库(RESTORE/Recover from Service)

    [12c]12c RMAN新特性之通过网络远程恢复数据库(RESTORE/Recover from Service) 通过网络远程恢复数据库(Restore/Recover from Service) ...

  9. Restore Oracle database to another server

    1. Copy or remotely mount the backupset folder from the source server to the target server 2. On the ...

随机推荐

  1. 利用 Hexo 或者 hugo 搭建个人博客

    我们无法选择生活的样子,但我们可以记下来. 博客的开始 其实,一切都是为了更好的装逼.好吧,我着相了. 最开始想做一个自己博客,主要是因为看到了很多人都有,觉得自己没有太 Low 了.于是申请了 CS ...

  2. Animator的小记

    前阵子在做动画相关的内容,整理一下Animator. 1.动画切换 1.1状态之间的切换,在状态间连线(Make Transition),并且设置触发条件,代码里调用SetTrigger.SetBoo ...

  3. 从头学pytorch(十八):GoogLeNet

    GoogLeNet GoogLeNet和vgg分别是2014的ImageNet挑战赛的冠亚军.GoogLeNet则做了更加大胆的网络结构尝试,虽然深度只有22层,但大小却比AlexNet和VGG小很多 ...

  4. Spring Cloud(三):Web服务客户端之Feign

    前文介绍了实现客户端负载均衡的Ribbon,但直接使用Ribbon的API来实现服务间的调用相对较为繁琐,服务间的调用能否像本地接口调用一样便捷.透明,更符合编程习惯呢?Feign就是用来干这事的. ...

  5. Nginx作为负载均衡服务介绍

    ​ GSLB ​ SLB ​ 四层负载均衡 ​ 七层负载均衡 ​ 四层负载均衡 四层负载均衡工作在OSI模型的传输层,由于在传输层,只有TCP/UDP协议,这两种协议中除了包含源IP.目标IP以外,还 ...

  6. RocketMQ 实战之快速入门

    原文地址:https://www.jianshu.com/p/824066d70da8 最近 RocketMQ 刚刚上生产环境,闲暇之时在这里做一些分享,主要目的是让初学者能快速上手RocketMQ. ...

  7. lind 语 api 数据的安全性  第四弹

    web api的安全性怎么保证呢. 一般公司会自己封装一套请求的规范. 下面来看看lind语里的webapi安全规范 step one 先看下 diagram: 学而思: 从上面的图分析一下: 如果我 ...

  8. 超越队西柚考勤系统--Beta冲刺2

    超越队西柚考勤系统- -beta冲刺2 格式描述 这个作业属于哪个课程 课程链接 这个作业要求在哪里 作业链接 团队名称 超越队(西柚考勤系统) 这个作业的目标 对alpha版本的程序进行改进,代码核 ...

  9. NSQ源码剖析——主要结构方法和消息生产消费过程

    目录 1 概述 2 主要结构体及方法 2.1 NSQD 2.2 tcpServer 2.3 protocolV2 2.4 clientV2 2.5 Topic 2.6 channel 3 启动过程 4 ...

  10. mysql 常用sql操作总结

    批量修改表的引擎,从MyISAM修改为InnoDB 生成执行语句: select CONCAT('alter table ',table_name,' engine=InnoDB;') FROM in ...