Start a Conversation

Unsolved

This post is more than 5 years old

443

February 6th, 2012 01:00

I am getting following errror message while creating devices from dmx

symconfigure -sid **** -cmd "create dev count =2,size=18590 cyl,emulation=FBA,config=RAID-5,data_member_count=7;" -v preview

Execute a symconfigure operation for symmetrix '00019010****' (y/ ) ? y

A Configuration Change operation is in progress. Please wait...

    Establishing a configuration change session...............Established.

    Processing symmetrix 00019010****

    {

      create dev count=2, size=18590 cyl, emulation=FBA, config=RAID-5,

        data_member_count=7 , mvs_ssid=0;

    }

    Performing Access checks..................................Allowed.

    Checking Device Reservations..............................Allowed.

    Submitting configuration changes..........................Failed.

    Definition 1 is in error:

    Could not find disks that satisfy our mirror/RAID policy

    Terminating the configuration change session..............Done.

The configuration change session has failed.

Please help me to rectify the error .i got the error even though i specified the diskgroup.

symconfigure -sid **** -cmd "create dev count =2,size=18590 cyl,emulation=FBA,config=RAID-5,data_member_count=7,disk_group=1;" -v preview

Execute a symconfigure operation for symmetrix '00019010****' (y/ ) ? y

A Configuration Change operation is in progress. Please wait...

    Establishing a configuration change session...............Established.

    Processing symmetrix 00019010****

    {

      create dev count=2, size=18590 cyl, emulation=FBA, config=RAID-5,

        data_member_count=7 , mvs_ssid=0, disk_group=1;

    }

    Performing Access checks..................................Allowed.

    Checking Device Reservations..............................Allowed.

    Submitting configuration changes..........................Failed.

    Definition 1 is in error:

    Could not find disks that satisfy our mirror/RAID policy

    Terminating the configuration change session..............Done.

The configuration change session has failed.

93 Posts

February 6th, 2012 01:00

Hi,

The most common reason for this error is insufficient space available to create new volumes.

You can follow primus emc233434,emc225354 .

9 Legend

 • 

20.4K Posts

February 6th, 2012 07:00

RobertDudley wrote:

When creating FBA volumes (open systems) you do not need to specify the MVS SSID. 

you do need to specify SSID when you create FBA devices if you have Ficon adapters in the box or you have the MVS support enabled in the bin even if you don't have Ficon adapters.

RobertDudley wrote:

If you are on a DMX make sure you already have raid-5 (7+1) devices as the DMX series machines only support 1 raid-5 in a box at a time unlike the VMAX.  If you have raid 5 (3+1) set as the bin file option you can only create that type of device.

Huh ? I have DMX4 and i have 3+1 and 7+1 in the box

2 Intern

 • 

448 Posts

February 6th, 2012 07:00

Check that you have enough space on the drives for what your are creating. 

When creating FBA volumes (open systems) you do not need to specify the MVS SSID. 

If you are on a DMX make sure you already have raid-5 (7+1) devices as the DMX series machines only support 1 raid-5 in a box at a time unlike the VMAX.  If you have raid 5 (3+1) set as the bin file option you can only create that type of device.

2 Intern

 • 

448 Posts

February 7th, 2012 07:00

Thanks for correcting me dynamox.  Wasnt aware EMC supported multiple raid-5 types below a VMAX.

859 Posts

February 8th, 2012 00:00

Robert,

We do support it.

regards,

Saurabh

No Events found!

Top