SlideShare a Scribd company logo
How to copy archived SQL DBs (LUN)
from the 7-mode snapvault snapshot to
cDOT SAN volume using NDMPCOPY.
Scenario/Use-Case:
SQL DBs are archived via snapvault for longer duration, for example up to 1 Year.
Requirement:
Client requests retrieval of SQL DBs from six to 12 months.
Logistics:
All the archived snapvault snapshots are on 7-mode FILER. Production DBs (LUN) is already moved to
cDOT Filer.
Plan:
Use NDMPCOPY to move Snapshots from 7-mode to cDOT and then retrieve the DBs and attach it to
the Production SQL which is hosted on cDOT, basically in 2 Phases.
PHASE 1:
Use NDMPOPY to transfer the DB LUN to the destination volume.
PHASE 2:
Presenting NDMPCOPIED LUN to the SQL box: Using iSCSI
1. MAP the LUN to the SQL Initiator group
2. On the SQL box - Re-scan the disks [NTFS]
3. Once the disk is detected, bring it online.
4. You should be able to see the databases, simply copy the DB files and later import into the SQL,
using SQL Management studio.
Tool for copying the LUN:
 NDMPCOPY
Ingredients required:
 Source Filer: 192.168.0.31 [7-mode]
 Source volume: /vol/vol_SAN_SV/ [volume type = SAN]
 Snapvault Snapshot to copy: source(4082368508)_vol_SAN_SV-base.0
 Destination [Puller: cDOT] :
 Destination volume = /SVM_ASHWIN/vol_SAN_ISCSI [volume type = SAN]
On which Filer NDMPCOPY command is run:
Destination cDOT filer : which is a Puller
Following command will copy all the LUN in the given snapvault snapshot to cDOT destination
volume.
Please note: In this case it's just one LUN, hence there is no need to explicitly give LUN Name.
ONTAP92-02> ndmpcopy -sa root:ash2fudge -da vsadmin:qDDx6xrNyPbyD0Qj -st text -dt text
192.168.0.31:/vol/vol_SAN_SV/.snapshot/source(4082368508)_vol_SAN_SV-base.0/
192.168.0.244:/SVM_ASHWIN/vol_SAN_ISCSI
Ndmpcopy: Starting copy [ 20 ] ...
Ndmpcopy: 192.168.0.31: Notify: Connection established
Ndmpcopy: 192.168.0.244: Notify: Connection established
Ndmpcopy: 192.168.0.31: Connect: Authentication successful
Ndmpcopy: 192.168.0.244: Connect: Authentication successful
Ndmpcopy: 192.168.0.244: Log: Session identifier: 82687
Ndmpcopy: 192.168.0.244: Log: Session identifier for Restore : 82687
Ndmpcopy: 192.168.0.31: Log: DUMP: Using Full Volume Dump
Ndmpcopy: 192.168.0.31: Log: DUMP: Date of this level 0 dump: Wed Mar 14 20:14:03 2018.
Ndmpcopy: 192.168.0.31: Log: DUMP: Date of last level 0 dump: the epoch.
Ndmpcopy: 192.168.0.31: Log: DUMP: Dumping
/vol/vol_SAN_SV/.snapshot/source(4082368508)_vol_SAN_SV-base.0 to NDMP connection
Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass I)[regular files]
Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass II)[directories]
Ndmpcopy: 192.168.0.31: Log: DUMP: estimated 83177 KB.
Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass III) [directories]
Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass IV) [regular files]
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:03 2018: Begin level 0 restore
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:04 2018: Reading directories from the
backup
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:06 2018: Creating files and directories.
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:14 2018: Writing data to files.
Ndmpcopy: 192.168.0.31: Log: ACL_START is '84828160'
Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass V) [ACLs]
Ndmpcopy: 192.168.0.31: Log: DUMP: 82847 KB
Ndmpcopy: 192.168.0.31: Log: DUMP: DUMP IS DONE
Ndmpcopy: 192.168.0.244: Log: RESTORE: RESTORE IS DONE
Ndmpcopy: 192.168.0.244: Notify: restore successful
Ndmpcopy: 192.168.0.31: Log: DUMP_DATE is '5816025739'
Ndmpcopy: 192.168.0.31: Notify: dump successful
Ndmpcopy: Transfer successful [ 0 hours, 0 minutes, 56 seconds ]
Ndmpcopy: Done
ONTAP92-02>
Following command will copy Specific LUN (in case the volumes have multiple luns) from the
snapvault snapshot to the cDOT destination volume:
ONTAP92-02> ndmpcopy -sa root:ash2fudge -da vsadmin:qDDx6xrNyPbyD0Qj -st text -dt text
192.168.0.31:/vol/vol_SAN_SV/qtree_14032018_171020/.snapshot/source(4082368508)_vol_SAN_
SV-base.0/lun_SAN_2 192.168.0.244:/SVM_ASHWIN/vol_SAN_ISCSI
Ndmpcopy: Starting copy [ 22 ] ...
Ndmpcopy: 192.168.0.31: Notify: Connection established
Ndmpcopy: 192.168.0.244: Notify: Connection established
Ndmpcopy: 192.168.0.31: Connect: Authentication successful
Ndmpcopy: 192.168.0.244: Connect: Authentication successful
Ndmpcopy: 192.168.0.244: Log: Session identifier: 86634
Ndmpcopy: 192.168.0.244: Log: Session identifier for Restore : 86634
Ndmpcopy: 192.168.0.31: Log: DUMP: Using Partial Volume Dump of selected subtrees
Ndmpcopy: 192.168.0.31: Log: DUMP: Date of this level 0 dump: Thu Mar 15 13:22:20 2018.
Ndmpcopy: 192.168.0.31: Log: DUMP: Date of last level 0 dump: the epoch.
Ndmpcopy: 192.168.0.31: Log: DUMP: Dumping
/vol/vol_SAN_SV/qtree_14032018_171020/.snapshot/source(4082368508)_vol_SAN_SV-
base.0/lun_SAN_2 to NDMP connection
Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass I)[regular files]
Ndmpcopy: 192.168.0.31: Log: DUMP: Reading file names from NDMP.
Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass II)[directories]
Ndmpcopy: 192.168.0.31: Log: DUMP: estimated 52523 KB.
Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass III) [directories]
Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass IV) [regular files]
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:20 2018: Begin level 0 restore
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:20 2018: Reading directories from the
backup
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:22 2018: Creating files and directories.
Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:22 2018: Writing data to files.
Ndmpcopy: 192.168.0.31: Log: ACL_START is '53567488'
Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass V) [ACLs]
Ndmpcopy: 192.168.0.31: Log: DUMP: 52319 KB
Ndmpcopy: 192.168.0.31: Log: DUMP: DUMP IS DONE
Ndmpcopy: 192.168.0.244: Log: RESTORE: RESTORE IS DONE
Ndmpcopy: 192.168.0.31: Log: DUMP_DATE is '5816087436'
Ndmpcopy: 192.168.0.244: Notify: restore successful
Ndmpcopy: 192.168.0.31: Notify: dump successful
Ndmpcopy: Transfer successful [ 0 hours, 0 minutes, 48 seconds ]
Ndmpcopy: Done
ONTAP92-02>
Once the SnapVault snapshot is successfully dumped/transferred, 'LUN' can be seen under the
destination cDOT volume, as shown below:
ONTAP92::> lun show -vserver SVM_ASHWIN
Vserver Path State Mapped Type Size
--------- ------------------------------- ------- -------- -------- --------
SVM_ASHWIN
/vol/vol_SAN_ISCSI/qtree_14032018_171020/lun_SAN online unmapped windows_2008
502.0MB
ONTAP92::>
Next step, simply follow the Phase 2 as mentioned in the document above.
ashwinwriter@gmail.com
May, 2019

More Related Content

What's hot

Maxscale 소개 1.1.1
Maxscale 소개 1.1.1Maxscale 소개 1.1.1
Maxscale 소개 1.1.1
NeoClova
 
MirrorMaker: Beyond the Basics with Mickael Maison
MirrorMaker: Beyond the Basics with Mickael MaisonMirrorMaker: Beyond the Basics with Mickael Maison
MirrorMaker: Beyond the Basics with Mickael Maison
HostedbyConfluent
 
MariaDB High Availability
MariaDB High AvailabilityMariaDB High Availability
MariaDB High Availability
MariaDB plc
 
MySQL InnoDB Cluster - New Features in 8.0 Releases - Best Practices
MySQL InnoDB Cluster - New Features in 8.0 Releases - Best PracticesMySQL InnoDB Cluster - New Features in 8.0 Releases - Best Practices
MySQL InnoDB Cluster - New Features in 8.0 Releases - Best Practices
Kenny Gryp
 
Percona Xtrabackup - Highly Efficient Backups
Percona Xtrabackup - Highly Efficient BackupsPercona Xtrabackup - Highly Efficient Backups
Percona Xtrabackup - Highly Efficient Backups
Mydbops
 
Kernel (computing)
Kernel (computing)Kernel (computing)
Kernel (computing)
Teja Bheemanapally
 
MySQL/MariaDB Proxy Software Test
MySQL/MariaDB Proxy Software TestMySQL/MariaDB Proxy Software Test
MySQL/MariaDB Proxy Software Test
I Goo Lee
 
My sql failover test using orchestrator
My sql failover test  using orchestratorMy sql failover test  using orchestrator
My sql failover test using orchestrator
YoungHeon (Roy) Kim
 
An Introduction to RISC-V bootflow
An Introduction to RISC-V bootflowAn Introduction to RISC-V bootflow
An Introduction to RISC-V bootflow
Atish Patra
 
VictoriaMetrics 2023 Roadmap
VictoriaMetrics 2023 RoadmapVictoriaMetrics 2023 Roadmap
VictoriaMetrics 2023 Roadmap
VictoriaMetrics
 
The Linux Block Layer - Built for Fast Storage
The Linux Block Layer - Built for Fast StorageThe Linux Block Layer - Built for Fast Storage
The Linux Block Layer - Built for Fast Storage
Kernel TLV
 
BuildKitの概要と最近の機能
BuildKitの概要と最近の機能BuildKitの概要と最近の機能
BuildKitの概要と最近の機能
Kohei Tokunaga
 
Introducing GitLab (June 2018)
Introducing GitLab (June 2018)Introducing GitLab (June 2018)
Introducing GitLab (June 2018)
Noa Harel
 
MySQLHeatwave-TheBasics.pptx
MySQLHeatwave-TheBasics.pptxMySQLHeatwave-TheBasics.pptx
MySQLHeatwave-TheBasics.pptx
Bobby Curtis
 
Best Practice for Achieving High Availability in MariaDB
Best Practice for Achieving High Availability in MariaDBBest Practice for Achieving High Availability in MariaDB
Best Practice for Achieving High Availability in MariaDB
MariaDB plc
 
MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...
MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...
MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...
Miguel Araújo
 
Maxscale_메뉴얼
Maxscale_메뉴얼Maxscale_메뉴얼
Maxscale_메뉴얼
NeoClova
 
[AIX] RDX Device Backup Guide
[AIX] RDX Device Backup Guide[AIX] RDX Device Backup Guide
[AIX] RDX Device Backup Guide
CheolHee Han
 
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会真乙 九龍
 
MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)
Kenny Gryp
 

What's hot (20)

Maxscale 소개 1.1.1
Maxscale 소개 1.1.1Maxscale 소개 1.1.1
Maxscale 소개 1.1.1
 
MirrorMaker: Beyond the Basics with Mickael Maison
MirrorMaker: Beyond the Basics with Mickael MaisonMirrorMaker: Beyond the Basics with Mickael Maison
MirrorMaker: Beyond the Basics with Mickael Maison
 
MariaDB High Availability
MariaDB High AvailabilityMariaDB High Availability
MariaDB High Availability
 
MySQL InnoDB Cluster - New Features in 8.0 Releases - Best Practices
MySQL InnoDB Cluster - New Features in 8.0 Releases - Best PracticesMySQL InnoDB Cluster - New Features in 8.0 Releases - Best Practices
MySQL InnoDB Cluster - New Features in 8.0 Releases - Best Practices
 
Percona Xtrabackup - Highly Efficient Backups
Percona Xtrabackup - Highly Efficient BackupsPercona Xtrabackup - Highly Efficient Backups
Percona Xtrabackup - Highly Efficient Backups
 
Kernel (computing)
Kernel (computing)Kernel (computing)
Kernel (computing)
 
MySQL/MariaDB Proxy Software Test
MySQL/MariaDB Proxy Software TestMySQL/MariaDB Proxy Software Test
MySQL/MariaDB Proxy Software Test
 
My sql failover test using orchestrator
My sql failover test  using orchestratorMy sql failover test  using orchestrator
My sql failover test using orchestrator
 
An Introduction to RISC-V bootflow
An Introduction to RISC-V bootflowAn Introduction to RISC-V bootflow
An Introduction to RISC-V bootflow
 
VictoriaMetrics 2023 Roadmap
VictoriaMetrics 2023 RoadmapVictoriaMetrics 2023 Roadmap
VictoriaMetrics 2023 Roadmap
 
The Linux Block Layer - Built for Fast Storage
The Linux Block Layer - Built for Fast StorageThe Linux Block Layer - Built for Fast Storage
The Linux Block Layer - Built for Fast Storage
 
BuildKitの概要と最近の機能
BuildKitの概要と最近の機能BuildKitの概要と最近の機能
BuildKitの概要と最近の機能
 
Introducing GitLab (June 2018)
Introducing GitLab (June 2018)Introducing GitLab (June 2018)
Introducing GitLab (June 2018)
 
MySQLHeatwave-TheBasics.pptx
MySQLHeatwave-TheBasics.pptxMySQLHeatwave-TheBasics.pptx
MySQLHeatwave-TheBasics.pptx
 
Best Practice for Achieving High Availability in MariaDB
Best Practice for Achieving High Availability in MariaDBBest Practice for Achieving High Availability in MariaDB
Best Practice for Achieving High Availability in MariaDB
 
MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...
MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...
MySQL InnoDB Cluster / ReplicaSet - Making Provisioning & Troubleshooting as ...
 
Maxscale_메뉴얼
Maxscale_메뉴얼Maxscale_메뉴얼
Maxscale_메뉴얼
 
[AIX] RDX Device Backup Guide
[AIX] RDX Device Backup Guide[AIX] RDX Device Backup Guide
[AIX] RDX Device Backup Guide
 
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
 
MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)
 

Similar to NDMPCOPY lun from 7-mode NetApp to cDOT

SnapDiff
SnapDiffSnapDiff
SnapDiff
Ashwin Pawar
 
FPC for the Masses - CoRIIN 2018
FPC for the Masses - CoRIIN 2018FPC for the Masses - CoRIIN 2018
FPC for the Masses - CoRIIN 2018
Xavier Mertens
 
SnapDiff
SnapDiffSnapDiff
SnapDiff
Ashwin Pawar
 
Shifter singularity - june 7, 2018 - bw symposium
Shifter  singularity - june 7, 2018 - bw symposiumShifter  singularity - june 7, 2018 - bw symposium
Shifter singularity - june 7, 2018 - bw symposium
inside-BigData.com
 
FIWARE Tech Summit - Stream Processing with Kurento Media Server
FIWARE Tech Summit - Stream Processing with Kurento Media ServerFIWARE Tech Summit - Stream Processing with Kurento Media Server
FIWARE Tech Summit - Stream Processing with Kurento Media Server
FIWARE
 
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using KurentoFIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE
 
Reusing your existing software on Android
Reusing your existing software on AndroidReusing your existing software on Android
Reusing your existing software on Android
Tetsuyuki Kobayashi
 
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using KurentoFIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE
 
kubernetes for beginners
kubernetes for beginnerskubernetes for beginners
kubernetes for beginners
Dominique Dumont
 
Windows containers troubleshooting
Windows containers troubleshootingWindows containers troubleshooting
Windows containers troubleshooting
Alexey Bokov
 
Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)
Nicola Paolucci
 
L2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by stepL2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by step
Ahmed Abdelwahed
 
Java and Containers - Make it Awesome !
Java and Containers - Make it Awesome !Java and Containers - Make it Awesome !
Java and Containers - Make it Awesome !
Dinakar Guniguntala
 
Check the version with fixes. Link in description
Check the version with fixes. Link in descriptionCheck the version with fixes. Link in description
Check the version with fixes. Link in description
Przemyslaw Koltermann
 
Simplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual CloudSimplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual Cloud
Liz Warner
 
The Rise of ZStandard: Apache Spark/Parquet/ORC/Avro
The Rise of ZStandard: Apache Spark/Parquet/ORC/AvroThe Rise of ZStandard: Apache Spark/Parquet/ORC/Avro
The Rise of ZStandard: Apache Spark/Parquet/ORC/Avro
Databricks
 
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Aljoscha Krettek
 
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
Felipe Prado
 
SEMLA_logging_infra
SEMLA_logging_infraSEMLA_logging_infra
SEMLA_logging_infra
swy351
 
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-BaljevicHow to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
Circling Cycle
 

Similar to NDMPCOPY lun from 7-mode NetApp to cDOT (20)

SnapDiff
SnapDiffSnapDiff
SnapDiff
 
FPC for the Masses - CoRIIN 2018
FPC for the Masses - CoRIIN 2018FPC for the Masses - CoRIIN 2018
FPC for the Masses - CoRIIN 2018
 
SnapDiff
SnapDiffSnapDiff
SnapDiff
 
Shifter singularity - june 7, 2018 - bw symposium
Shifter  singularity - june 7, 2018 - bw symposiumShifter  singularity - june 7, 2018 - bw symposium
Shifter singularity - june 7, 2018 - bw symposium
 
FIWARE Tech Summit - Stream Processing with Kurento Media Server
FIWARE Tech Summit - Stream Processing with Kurento Media ServerFIWARE Tech Summit - Stream Processing with Kurento Media Server
FIWARE Tech Summit - Stream Processing with Kurento Media Server
 
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using KurentoFIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
 
Reusing your existing software on Android
Reusing your existing software on AndroidReusing your existing software on Android
Reusing your existing software on Android
 
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using KurentoFIWARE Global Summit - Real-time Media Stream Processing Using Kurento
FIWARE Global Summit - Real-time Media Stream Processing Using Kurento
 
kubernetes for beginners
kubernetes for beginnerskubernetes for beginners
kubernetes for beginners
 
Windows containers troubleshooting
Windows containers troubleshootingWindows containers troubleshooting
Windows containers troubleshooting
 
Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)Be a better developer with Docker (revision 3)
Be a better developer with Docker (revision 3)
 
L2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by stepL2 tp i-psec vpn on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by step
 
Java and Containers - Make it Awesome !
Java and Containers - Make it Awesome !Java and Containers - Make it Awesome !
Java and Containers - Make it Awesome !
 
Check the version with fixes. Link in description
Check the version with fixes. Link in descriptionCheck the version with fixes. Link in description
Check the version with fixes. Link in description
 
Simplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual CloudSimplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual Cloud
 
The Rise of ZStandard: Apache Spark/Parquet/ORC/Avro
The Rise of ZStandard: Apache Spark/Parquet/ORC/AvroThe Rise of ZStandard: Apache Spark/Parquet/ORC/Avro
The Rise of ZStandard: Apache Spark/Parquet/ORC/Avro
 
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
Talk Python To Me: Stream Processing in your favourite Language with Beam on ...
 
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
DEF CON 27 - workshop - ISAAC EVANS - discover exploit and eradicate entire v...
 
SEMLA_logging_infra
SEMLA_logging_infraSEMLA_logging_infra
SEMLA_logging_infra
 
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-BaljevicHow to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
 

More from Ashwin Pawar

16TB Max file size.pdf
16TB Max file size.pdf16TB Max file size.pdf
16TB Max file size.pdf
Ashwin Pawar
 
Our 5 senses can only perceive representation of reality but not the actual r...
Our 5 senses can only perceive representation of reality but not the actual r...Our 5 senses can only perceive representation of reality but not the actual r...
Our 5 senses can only perceive representation of reality but not the actual r...
Ashwin Pawar
 
E=C+O
E=C+OE=C+O
Oracle database might have problems with stale NFSv3 locks upon restart
Oracle database might have problems with stale NFSv3 locks upon restartOracle database might have problems with stale NFSv3 locks upon restart
Oracle database might have problems with stale NFSv3 locks upon restart
Ashwin Pawar
 
Is it possible to upgrade or revert ontap versions on a Simulator
Is it possible to upgrade or revert ontap versions on a SimulatorIs it possible to upgrade or revert ontap versions on a Simulator
Is it possible to upgrade or revert ontap versions on a Simulator
Ashwin Pawar
 
Cannot split clone snapcenter 4.3
Cannot split clone snapcenter 4.3Cannot split clone snapcenter 4.3
Cannot split clone snapcenter 4.3
Ashwin Pawar
 
Network port administrative speed does not display correctly on NetApp storage
Network port administrative speed does not display correctly on NetApp storageNetwork port administrative speed does not display correctly on NetApp storage
Network port administrative speed does not display correctly on NetApp storage
Ashwin Pawar
 
How to connect to NetApp FILER micro-USB console port
How to connect to NetApp FILER micro-USB console portHow to connect to NetApp FILER micro-USB console port
How to connect to NetApp FILER micro-USB console port
Ashwin Pawar
 
NDMP backup models
NDMP backup modelsNDMP backup models
NDMP backup models
Ashwin Pawar
 
How to use Active IQ tool to access filer information
How to use Active IQ tool to access filer informationHow to use Active IQ tool to access filer information
How to use Active IQ tool to access filer information
Ashwin Pawar
 
San vs Nas fun series
San vs Nas fun seriesSan vs Nas fun series
San vs Nas fun series
Ashwin Pawar
 
Steps to identify ONTAP latency related issues
Steps to identify ONTAP latency related issuesSteps to identify ONTAP latency related issues
Steps to identify ONTAP latency related issues
Ashwin Pawar
 
SnapDiff process flow chart
SnapDiff process flow chartSnapDiff process flow chart
SnapDiff process flow chart
Ashwin Pawar
 
SnapDiff performance issue
SnapDiff performance issueSnapDiff performance issue
SnapDiff performance issue
Ashwin Pawar
 
Volume level restore fails with error transient snapshot copy is not supported
Volume level restore fails with error transient snapshot copy is not supportedVolume level restore fails with error transient snapshot copy is not supported
Volume level restore fails with error transient snapshot copy is not supported
Ashwin Pawar
 
Disk reports predicted failure event
Disk reports predicted failure eventDisk reports predicted failure event
Disk reports predicted failure event
Ashwin Pawar
 
OCUM shows ONTAP cluster health degraded
OCUM shows ONTAP cluster health degradedOCUM shows ONTAP cluster health degraded
OCUM shows ONTAP cluster health degraded
Ashwin Pawar
 
Latency in storage
Latency in storageLatency in storage
Latency in storage
Ashwin Pawar
 
NVRAM vs NVMEM
NVRAM vs NVMEMNVRAM vs NVMEM
NVRAM vs NVMEM
Ashwin Pawar
 
NAS vs SAN
NAS vs SANNAS vs SAN
NAS vs SAN
Ashwin Pawar
 

More from Ashwin Pawar (20)

16TB Max file size.pdf
16TB Max file size.pdf16TB Max file size.pdf
16TB Max file size.pdf
 
Our 5 senses can only perceive representation of reality but not the actual r...
Our 5 senses can only perceive representation of reality but not the actual r...Our 5 senses can only perceive representation of reality but not the actual r...
Our 5 senses can only perceive representation of reality but not the actual r...
 
E=C+O
E=C+OE=C+O
E=C+O
 
Oracle database might have problems with stale NFSv3 locks upon restart
Oracle database might have problems with stale NFSv3 locks upon restartOracle database might have problems with stale NFSv3 locks upon restart
Oracle database might have problems with stale NFSv3 locks upon restart
 
Is it possible to upgrade or revert ontap versions on a Simulator
Is it possible to upgrade or revert ontap versions on a SimulatorIs it possible to upgrade or revert ontap versions on a Simulator
Is it possible to upgrade or revert ontap versions on a Simulator
 
Cannot split clone snapcenter 4.3
Cannot split clone snapcenter 4.3Cannot split clone snapcenter 4.3
Cannot split clone snapcenter 4.3
 
Network port administrative speed does not display correctly on NetApp storage
Network port administrative speed does not display correctly on NetApp storageNetwork port administrative speed does not display correctly on NetApp storage
Network port administrative speed does not display correctly on NetApp storage
 
How to connect to NetApp FILER micro-USB console port
How to connect to NetApp FILER micro-USB console portHow to connect to NetApp FILER micro-USB console port
How to connect to NetApp FILER micro-USB console port
 
NDMP backup models
NDMP backup modelsNDMP backup models
NDMP backup models
 
How to use Active IQ tool to access filer information
How to use Active IQ tool to access filer informationHow to use Active IQ tool to access filer information
How to use Active IQ tool to access filer information
 
San vs Nas fun series
San vs Nas fun seriesSan vs Nas fun series
San vs Nas fun series
 
Steps to identify ONTAP latency related issues
Steps to identify ONTAP latency related issuesSteps to identify ONTAP latency related issues
Steps to identify ONTAP latency related issues
 
SnapDiff process flow chart
SnapDiff process flow chartSnapDiff process flow chart
SnapDiff process flow chart
 
SnapDiff performance issue
SnapDiff performance issueSnapDiff performance issue
SnapDiff performance issue
 
Volume level restore fails with error transient snapshot copy is not supported
Volume level restore fails with error transient snapshot copy is not supportedVolume level restore fails with error transient snapshot copy is not supported
Volume level restore fails with error transient snapshot copy is not supported
 
Disk reports predicted failure event
Disk reports predicted failure eventDisk reports predicted failure event
Disk reports predicted failure event
 
OCUM shows ONTAP cluster health degraded
OCUM shows ONTAP cluster health degradedOCUM shows ONTAP cluster health degraded
OCUM shows ONTAP cluster health degraded
 
Latency in storage
Latency in storageLatency in storage
Latency in storage
 
NVRAM vs NVMEM
NVRAM vs NVMEMNVRAM vs NVMEM
NVRAM vs NVMEM
 
NAS vs SAN
NAS vs SANNAS vs SAN
NAS vs SAN
 

Recently uploaded

Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 

Recently uploaded (20)

Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 

NDMPCOPY lun from 7-mode NetApp to cDOT

  • 1. How to copy archived SQL DBs (LUN) from the 7-mode snapvault snapshot to cDOT SAN volume using NDMPCOPY. Scenario/Use-Case: SQL DBs are archived via snapvault for longer duration, for example up to 1 Year. Requirement: Client requests retrieval of SQL DBs from six to 12 months. Logistics: All the archived snapvault snapshots are on 7-mode FILER. Production DBs (LUN) is already moved to cDOT Filer. Plan: Use NDMPCOPY to move Snapshots from 7-mode to cDOT and then retrieve the DBs and attach it to the Production SQL which is hosted on cDOT, basically in 2 Phases.
  • 2. PHASE 1: Use NDMPOPY to transfer the DB LUN to the destination volume. PHASE 2: Presenting NDMPCOPIED LUN to the SQL box: Using iSCSI 1. MAP the LUN to the SQL Initiator group 2. On the SQL box - Re-scan the disks [NTFS] 3. Once the disk is detected, bring it online. 4. You should be able to see the databases, simply copy the DB files and later import into the SQL, using SQL Management studio. Tool for copying the LUN:  NDMPCOPY Ingredients required:  Source Filer: 192.168.0.31 [7-mode]  Source volume: /vol/vol_SAN_SV/ [volume type = SAN]  Snapvault Snapshot to copy: source(4082368508)_vol_SAN_SV-base.0  Destination [Puller: cDOT] :  Destination volume = /SVM_ASHWIN/vol_SAN_ISCSI [volume type = SAN] On which Filer NDMPCOPY command is run: Destination cDOT filer : which is a Puller
  • 3. Following command will copy all the LUN in the given snapvault snapshot to cDOT destination volume. Please note: In this case it's just one LUN, hence there is no need to explicitly give LUN Name. ONTAP92-02> ndmpcopy -sa root:ash2fudge -da vsadmin:qDDx6xrNyPbyD0Qj -st text -dt text 192.168.0.31:/vol/vol_SAN_SV/.snapshot/source(4082368508)_vol_SAN_SV-base.0/ 192.168.0.244:/SVM_ASHWIN/vol_SAN_ISCSI Ndmpcopy: Starting copy [ 20 ] ... Ndmpcopy: 192.168.0.31: Notify: Connection established Ndmpcopy: 192.168.0.244: Notify: Connection established Ndmpcopy: 192.168.0.31: Connect: Authentication successful Ndmpcopy: 192.168.0.244: Connect: Authentication successful Ndmpcopy: 192.168.0.244: Log: Session identifier: 82687 Ndmpcopy: 192.168.0.244: Log: Session identifier for Restore : 82687 Ndmpcopy: 192.168.0.31: Log: DUMP: Using Full Volume Dump Ndmpcopy: 192.168.0.31: Log: DUMP: Date of this level 0 dump: Wed Mar 14 20:14:03 2018. Ndmpcopy: 192.168.0.31: Log: DUMP: Date of last level 0 dump: the epoch. Ndmpcopy: 192.168.0.31: Log: DUMP: Dumping /vol/vol_SAN_SV/.snapshot/source(4082368508)_vol_SAN_SV-base.0 to NDMP connection Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass I)[regular files] Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass II)[directories] Ndmpcopy: 192.168.0.31: Log: DUMP: estimated 83177 KB. Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass III) [directories] Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass IV) [regular files] Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:03 2018: Begin level 0 restore Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:04 2018: Reading directories from the backup Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:06 2018: Creating files and directories. Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 00:28:14 2018: Writing data to files.
  • 4. Ndmpcopy: 192.168.0.31: Log: ACL_START is '84828160' Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass V) [ACLs] Ndmpcopy: 192.168.0.31: Log: DUMP: 82847 KB Ndmpcopy: 192.168.0.31: Log: DUMP: DUMP IS DONE Ndmpcopy: 192.168.0.244: Log: RESTORE: RESTORE IS DONE Ndmpcopy: 192.168.0.244: Notify: restore successful Ndmpcopy: 192.168.0.31: Log: DUMP_DATE is '5816025739' Ndmpcopy: 192.168.0.31: Notify: dump successful Ndmpcopy: Transfer successful [ 0 hours, 0 minutes, 56 seconds ] Ndmpcopy: Done ONTAP92-02> Following command will copy Specific LUN (in case the volumes have multiple luns) from the snapvault snapshot to the cDOT destination volume: ONTAP92-02> ndmpcopy -sa root:ash2fudge -da vsadmin:qDDx6xrNyPbyD0Qj -st text -dt text 192.168.0.31:/vol/vol_SAN_SV/qtree_14032018_171020/.snapshot/source(4082368508)_vol_SAN_ SV-base.0/lun_SAN_2 192.168.0.244:/SVM_ASHWIN/vol_SAN_ISCSI Ndmpcopy: Starting copy [ 22 ] ... Ndmpcopy: 192.168.0.31: Notify: Connection established Ndmpcopy: 192.168.0.244: Notify: Connection established Ndmpcopy: 192.168.0.31: Connect: Authentication successful Ndmpcopy: 192.168.0.244: Connect: Authentication successful Ndmpcopy: 192.168.0.244: Log: Session identifier: 86634 Ndmpcopy: 192.168.0.244: Log: Session identifier for Restore : 86634 Ndmpcopy: 192.168.0.31: Log: DUMP: Using Partial Volume Dump of selected subtrees Ndmpcopy: 192.168.0.31: Log: DUMP: Date of this level 0 dump: Thu Mar 15 13:22:20 2018. Ndmpcopy: 192.168.0.31: Log: DUMP: Date of last level 0 dump: the epoch.
  • 5. Ndmpcopy: 192.168.0.31: Log: DUMP: Dumping /vol/vol_SAN_SV/qtree_14032018_171020/.snapshot/source(4082368508)_vol_SAN_SV- base.0/lun_SAN_2 to NDMP connection Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass I)[regular files] Ndmpcopy: 192.168.0.31: Log: DUMP: Reading file names from NDMP. Ndmpcopy: 192.168.0.31: Log: DUMP: mapping (Pass II)[directories] Ndmpcopy: 192.168.0.31: Log: DUMP: estimated 52523 KB. Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass III) [directories] Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass IV) [regular files] Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:20 2018: Begin level 0 restore Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:20 2018: Reading directories from the backup Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:22 2018: Creating files and directories. Ndmpcopy: 192.168.0.244: Log: RESTORE: Thu Mar 15 13:31:22 2018: Writing data to files. Ndmpcopy: 192.168.0.31: Log: ACL_START is '53567488' Ndmpcopy: 192.168.0.31: Log: DUMP: dumping (Pass V) [ACLs] Ndmpcopy: 192.168.0.31: Log: DUMP: 52319 KB Ndmpcopy: 192.168.0.31: Log: DUMP: DUMP IS DONE Ndmpcopy: 192.168.0.244: Log: RESTORE: RESTORE IS DONE Ndmpcopy: 192.168.0.31: Log: DUMP_DATE is '5816087436' Ndmpcopy: 192.168.0.244: Notify: restore successful Ndmpcopy: 192.168.0.31: Notify: dump successful Ndmpcopy: Transfer successful [ 0 hours, 0 minutes, 48 seconds ] Ndmpcopy: Done ONTAP92-02>
  • 6. Once the SnapVault snapshot is successfully dumped/transferred, 'LUN' can be seen under the destination cDOT volume, as shown below: ONTAP92::> lun show -vserver SVM_ASHWIN Vserver Path State Mapped Type Size --------- ------------------------------- ------- -------- -------- -------- SVM_ASHWIN /vol/vol_SAN_ISCSI/qtree_14032018_171020/lun_SAN online unmapped windows_2008 502.0MB ONTAP92::> Next step, simply follow the Phase 2 as mentioned in the document above. ashwinwriter@gmail.com May, 2019