EMC networker nmm can restore and recover sqlserver as different name to different location
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的更多相关文章
- 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 ...
- 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 ...
- 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. ...
- 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 ...
- restore和recover的区别(转)
recover和restore的区别: restore just copy the physical file, recover will consistent the database. resto ...
- restore和recover的区别
restore 是还原物理文件 recover 是用日志恢复到一致 用了RMAN备份后就必须要用restore还原,然后才用recover恢复 restore——还原,与backup相对,从备份读出恢 ...
- 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 ...
- 【12c】12c RMAN新特性之通过网络远程恢复数据库(RESTORE/Recover from Service)
[12c]12c RMAN新特性之通过网络远程恢复数据库(RESTORE/Recover from Service) 通过网络远程恢复数据库(Restore/Recover from Service) ...
- 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 ...
随机推荐
- solr学习(一)安装与部署
经过测试,同步MongoDB数据到Solr的时候,Solr版本为8.4.0会出现连接不上的错误,8.3.0未经测试不知,博主测试好用的一版为8.2.0,但是官网已经下不到了,所以我会把下载链接放在文末 ...
- Spring boot项目搭建及简单实例
Spring boot项目搭建 Spring Boot 概述 Build Anything with Spring Boot:Spring Boot is the starting point for ...
- JVM系列六(自定义插入式注解器).
一.概述 从前面 文章 中我们可以了解到,javac 的三个步骤中,程序员唯一能干预的就是注解处理器部分,注解处理器类似于编译器的插件,在这些插件里面,可以读取.修改.添加抽象语法树中的任意元素.因此 ...
- C#支付宝支付接口H5版(手机网页支付)
接口官方文档 https://docs.open.alipay.com/203/107090/ 首先在Nuget 安装 Alipay /// <summary> /// 支 ...
- python 矩阵向右旋转90°(分行输入输出)
输入格式 第一行输入两个整数n,m,用空格隔开. 接下来n行,每行输入m个整数,表示输入矩阵.矩阵元素都是int范围内的整数. 输出格式 输出m行,每行n个空格隔开的整数,表示旋转以后的矩阵.注意:每 ...
- crawler 听课笔记 碎碎念 3 关于python的细枝末节的回顾复习
和廖雪峰大神的教程学了几遍后,还是出现了许多不足,于是就做一些回顾,列出一些python的细节问题,有一些就提一下,如果发现不清楚的话 还请移步https://www.liaoxuefeng.com/ ...
- 关于neo4j初入门(3)
这一章主要是函数的部分 UPPER 它需要一个字符串作为输入并转换为大写字母. UPPER (<input-string>)<input-string>可以是来自Neo4J数据 ...
- 20190918Java课堂记录
1. EnumTest.java public class EnumTest { public static void main(String[] args) { Size s=Size.SMALL; ...
- restframework 认证、权限、频率组件
一.认证 1.表的关系 class User(models.Model): name = models.CharField(max_length=32) pwd = models.CharField( ...
- noip2017考前基础复习——数论数学
·最大公约数 gcd 辗转相除法 gcd(a,b)=gcd(b,a%b) int gcd(int x,int y){ ) return x; return gcd(y,x%y); } 效率O(log ...