Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

6296

August 19th, 2013 16:00

How to create STD, BCV and IDR on DMX

Can you help how to create STD, BCV and IDR on DMX using GUI(*) or CLI

And differences between them

419 Posts

September 27th, 2013 23:00

What version of symcli are you running?

can you verify that the license file has the correct name and location,

c:\program files\emc\symapi\config\symapi_licenses.dat

Also what does  symlmf  list   -type se -summary show you?

if the license doesn't appear with that command you may need to add it again

symlmf add -type se -license

August 19th, 2013 19:00

I think my question is in Symmetrix sypport forum

2 Intern

 • 

2.1K Posts

August 19th, 2013 19:00

They are only different user interfaces.

To create symdev using symcli:

create a command file (called create.cmd) containing the following option:

"create dev count=x, size=xxx,emulation=FBA, config=2-Way-Mir disk_group=x;"

Then activate the option using the command:

symconfigure -sid xxx -file create.cmd -v -noprompt commit

For details, please check the Solutions Enabler Symmetrix Array Management CLI 7.6 Product Guide based on your SE version. Below is the ver 7.6 link for your reference.

https://support.emc.com/docu46983_Solutions_Enabler_Symmetrix_Array_Management_CLI__7.6_Product_Guide.pdf

August 19th, 2013 19:00

Thanks for the reply.

I am able to create STD's and to make BCV devices i can change the configuration of STD's to BCV.

And i want to know how we can create IDR devices, Do we have IDR devices in Symmetrix, If so can you help to create IDR devices.

2 Intern

 • 

2.1K Posts

August 19th, 2013 19:00

IN GUI (SMC):

You can check the detail step in SMC online help ( Device Configuration - Creating regular devices ):

Download link: https://support.emc.com/docu40279_Symmetrix_Management_Console_V7.3.3_Online_Help.htm

BTW, your question written to the users' own "Discussions" space don't get the same amount of attention and questions can go unanswered for a long time, You can select "Move" under ACTIONS along the upper-right.  Then search for and select: "Symmetrix Support Forum" which would be the most relevant for this question.

2 Intern

 • 

20.4K Posts

August 19th, 2013 20:00

what is IDR device ?

August 19th, 2013 21:00

I too don't know about IDR devices. I never heard of it. But i got a request to create IDR devices so i was just raising a question if any one know about it.

1 Rookie

 • 

119 Posts

August 20th, 2013 06:00

I'm guessing IDR = DRV

August 20th, 2013 11:00

I have confusion with sym devices. Can someone explain about BCV, IDR, and any devices that are available.

2 Intern

 • 

2.1K Posts

August 20th, 2013 19:00

I remember there is no IDR in Symmetrix. BCV is Business Continuance Volume

Description about some SymmDevs

  • Standard volumes (STD) are configured for normal production operations
  • There is no device type of Standard, but if a Symmetrixdevice is not one of any of the other SymmetrixDevice types then it is considered to be a Standard device.
  • Business Continuance Volumes (BCV) are configured for TimeFinder/Mirror replication
  • Virtual Devices (VDEV) are configured for TimeFinder/SNAP local pointer-based replication
  • Dynamic Reallocation Volumes (DRV) devices are configured SymmetrixOptimizer and FAST (Fully Automated Storage Tiering)
  • TDEV devices are configured for Virtual Provisioning
  • Save Devices are configured for TimeFinder/Snap and SRDF/A DSE (Delta Set Extension)
  • Data Devices are configured for Virtual Provisioning
  • R1 and R2 volumes are configured for remote replication (SRDF –SymmetrixRemote Data Facility)
  • R22 are target volumes that have two source volumes

August 26th, 2013 11:00

Can we create pair between VDEV and STD's

August 26th, 2013 12:00

Can i know how.

I have vdev's in the group. But when i run show dev on STD or VDEV i am not seeing relation between them.

2 Intern

 • 

20.4K Posts

August 26th, 2013 12:00

yes, when you create snapshot session

2 Intern

 • 

20.4K Posts

August 26th, 2013 12:00

you need to create relationship first

symsnap -g create

symsnap -g activate -consistent

symsnap -g query

No Events found!

Top