S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
21-9
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 21 Creating Dynamic VSANs
Database Merge Guidelines
About Copying DPVM Databases
The following circumstances may require the active DPVM database to be copied to the DPVM config
database:
•
If the learned entries are only added to the active DPVM database.
•
If the DPVM config database or entries in the DPVM config database are accidently deleted.
Note
If you copy the DPVM database and fabric distribution is enabled, you must commit the changes.
Copying DPVM Databases
To copy the currently active DPVM database to the DPVM config database, use the
dpvm database
copy
command.
switch#
dpvm database
copy active
Legend: “+” New Entry, “-” Missing Entry, “*” Possible Conflict Entry
---------------------------------------------------------------------
- pwwn 12:33:56:78:90:12:34:56 vsan 100
- nwwn 14:21:30:12:63:39:72:81 vsan 101
Comparing Database Differences
You can compare the DPVM databases as follows:
•
Use the
dpvm database diff active
command to compare the active DPVM database with the
DPVM config database.
switch#
dpvm database diff active
Legend: “+” New Entry, “-” Missing Entry, “*” Possible Conflict Entry
---------------------------------------------------------------------
- pwwn 44:22:33:44:55:66:77:88 vsan 44
* pwwn 11:22:33:44:55:66:77:88 vsan 11
•
Use the
dpvm database diff config
command to compare the DPVM config database with the active
DPVM database.
switch#
dpvm database diff config
Legend: “+” New Entry, “-” Missing Entry, “*” Possible Conflict Entry
---------------------------------------------------------------------
+ pwwn 44:22:33:44:55:66:77:88 vsan 44
* pwwn 11:22:33:44:55:66:77:88 vsan 22
•
Use the
show dpvm pending-diff
command (when CFS distribution is enabled) to compare the
DPVM pending database with the DPVM config database.
To add pending database entries to the DPVM config database, follow these steps:
Command
Purpose
Step 1
switch#
config t
switch(config)#
Enters configuration mode.
Step 2
switch(config)#
dpvm distribute
Enables CFS distribution.