1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
Home
About
Author
Disclaimer
Contact
vSphere Design
Data Protection
DR/BC Solutions
Storage
From The Field
Home » Data Protection • NetBackup » How to configure NetBackup Media Server Deduplication Pool
(MSDP)?
How to configure NetBackup Media Server
Deduplication Pool (MSDP)?
By Mariusz | January 31, 2015 2 Comments
Start your free Deploy on an infrastructure protected
trial by more than 700 top experts
In this post, I will show how to create and configure Media Server Deduplication Pool (MSDP) using GUI or
command line.
The parameters that I use in this post:
Media server name = kyoto.nihonno.domein
Storage server name = kyoto.nihonno.domein
Disk Pool name = Pool1
Storage Unit Pool = Pool1-stu
Create Media Server Deduplication Pool (MSDP) via GUI
To create and configure Media Server Deduplication Pool via GUI and using Wizard, please follow steps:
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 1/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
1. Start the NetBackup administration console and click Configure Disk Storage Servers.
2. Select Media Server Deduplication Pool. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 2/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
3. Choose media server, type user name and password. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 3/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
4. If you choose master/media, you get the following warning. In the production system, not recommended
to create MSDP on master server. Click Yes
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 4/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
5. Select storage path and also deduplication database path (optional). Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 5/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
6. Review the storage server configuration summary. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 6/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
7. Please wait while the wizard completes to create storage server. Then click Next to start the wizard to
create a disk pool.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 7/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
8. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 8/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
9. Type Disk poll name. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 9/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
10. Review the disk pool configuration summary. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 10/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
11. Wait while the wizard completes to create disk pool. Click Next to create a storage unit.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 11/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
12. Type storage unit name , maximum concurrents jobs. Click Next.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 12/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
13. The MSDP has been created! Click finish to close the wizard.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 13/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
14. Review Storage Servers, Disk Pools and Storage Unit to confirm properly creation of this elements.
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 14/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
Create Media Server Deduplication Pool (MSDP) via command line
To create and configure Media Server Deduplication Pool via command line, please follow steps:
1. Create the storage server component.
nbdevconfig -creatests -storage_server kyoto.nihonno.domein -stype PureDisk -media_server
kyoto.nihonno.domein
2. Add credentials to the storage server.
tpconfig -add -storage_server kyoto.nihonno.domein -stype PureDisk -sts_user_id admin -password Your_password
3. Get config of storage server to create disk pool.
nbdevconfig -previewdv -storage_server kyoto.nihonno.domein -stype PureDisk -media_server
kyoto.nihonno.domein > c:\details.txt
4. Create a disk pool using file generated in the previous step.
nbdevconfig -createdp -dp Pool1 -stype PureDisk -storage_server kyoto.nihonno.domein -dvlist c:\details.txt
5. Create storage unit name: STU1 on disk pool: Pool
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 15/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
bpstuadd.exe -label Pool1-stu1 -dp Pool1
Note: Path of this commands are as follow:
\Veritas\NetBackup\bin\admincmd --> nbdevconfig and bpstuadd
\Veritas\Volmgr\bin --> tpconfig
Like Share Tweet Share
Data Protection NetBackup MSDP
SQL DATABASE MANAGEMENT TOOLS - AQUA DATA STUDIO™ BY AQUAFOLD®
ADS™ Comprehensive Tools for SQL Server DBAs, Developers, & Analysts. Full Trial
Related Posts
Rubrik - a software-defined platform for modern datacenter?
Veritas NetBackup 8.1 is GA - what's new and my favorite features
Protection and instant access of Microsoft SQL database - DevOps with Actifio
Veritas NetBackup 8.0 is GA - my favorite features.
← How to upgrade VMware Log Insight 2.0 to How to configure VMware Virtual SAN (VSAN)? →
vRealize Log Insight 2.5?
2 thoughts on “How to configure NetBackup Media Server Deduplication Pool (MSDP)?”
Kiran
July 20, 2015
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 16/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
Hi,
I want to implement Netbackup client accelerator and media server de duplication in my environment.
Could you please share the any document related to and prerequisites and license information.
Regards,
Kiran.
Reply ↓
Mariusz Post author
July 20, 2015
Hi,
Have you checked the guide available here.
Reply ↓
Leave a Reply
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 17/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
Post Comment
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 18/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
Search
Categories
Select Category
Tags
AIR Backup Certification cluster datastore Designing DR DRS dvs ESXi HA HP Hyper-V hyperic Lab log
Monitoring MSDP NBU Catalog Nexus 1000v NSX password patching performance Proliant
insight
Replication rp4vm Snapshot SRM SSD Upgrade VASA vCenter vCOps VDP vExpert VM VMFS
vMotion vRealize VSAN VSC vSphere VVOL Zerto
Recent posts Popular posts Recent comments
FTF 003: VMware NSX How to update or patch Sid on How to configure Multi-NIC
- Hosts with Error status vCenter 6 Appliance vMotion on vSS or vDS?
(VCSA) ?
Mariusz on How to configure Multi-
Useful tools on how to
Problem with vCenter NIC vMotion on vSS or vDS?
troubleshoot Virtual
VAMI interface after
SAN (vSAN) Sid on How to configure Multi-NIC
upgrade to VCSA 6.0
vMotion on vSS or vDS?
Rubrik - a software- U1.
defined platform for Raj on What is Storage Queue Depth
modern datacenter? (QD) and why is it so important?
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 19/20
1/13/2018 How to configure NetBackup Media Server Deduplication Pool (MSDP)? | Settlersoman - A settler in the SDDC world.
on WSFC?
Copyright 2014-2018 www.settlersoman.com
https://www.settlersoman.com/how-to-configure-netbackup-media-server-deduplication-pool-msdp/ 20/20