Start a Conversation

Unsolved

This post is more than 5 years old

1723

January 13th, 2011 03:00

TF/Clone terminate

Hi -  I see there  is relationship for below two dev’s on dev show properties but while terminating it say

"A Copy session has not been created for the specified device(s)"

#Cat decomm

4686 46EF

# symclone -sid 123 -f decomm terminate -force

Execute 'Terminate' operation for the 1 specified device(s)

in device file 'decomm' (y/ ) ? y

'Terminate' operation execution is in progress for the device list in

device file 'decomm'. Please wait...

A Copy session has not been created for the specified device(s)

# symclone query -f decomm -sid 123

The Source device and the Target device do not form a Copy session

Device file 'decomm' does not have any devices that are Clone source devices

below is show peroperties of dev:

#  symdev -sid 123 show 4686 |more

    Device Physical Name     : Not Visible

    Device Symmetrix Name    : 4686

    Device Serial ID         : N/A

    Symmetrix ID             : 0000000054321

    Number of RAID Groups    : 0

    Attached BCV Device      : N/A

    Attached VDEV TGT Device : N/A

    Vendor ID                : EMC

    Product ID               : SYMMETRIX

    Product Revision         : 5874

    Device WWN               : 10000000000000000001234012345678

    Device Emulation Type    : FBA

    Device Defined Label Type: N/A

    Device Defined Label     : N/A

    Device Sub System Id     : 0x003C

    Cache Partition Name     : DEFAULT_PARTITION

    Thin Pool Name           : FC_3R5

    Device Block Size        : 512

    Device Capacity

        {

        Cylinders            :      24030

        Tracks               :     360450

        512-byte Blocks      :   46137600

        MegaBytes            :      22528

        KiloBytes            :   23068800

        }

    Device Configuration     : TDEV

    Device is WORM Enabled   : No

   Device is WORM Protected : No

    SCSI-3 Persistent Reserve: Disabled

    Dynamic Spare Invoked    : No

    Dynamic RDF Capability   : None

    STAR Mode                : No

    STAR Recovery Capability : None

    STAR Recovery State      : NA

    Device Service State     : Normal

    Device Status            : Ready            (RW)

   Device SA Status         : N/A              (N/A)

    Mirror Set Type          : [Thin,N/A,N/A,N/A]

    Mirror Set DA Status     : [RW,N/A,N/A,N/A]

    Mirror Set Inv. Tracks   : [0,0,0,0]

    Back End Disk Director Information

        {

        Hyper Type                             : Thin

        Hyper Status                           : Ready           (RW)

        Disk [Director, Interface, TID]        : [N/A,N/A,N/A]

        Disk Director Volume Number            : N/A

        Hyper Number                           : N/A

        Mirror Number                          : 1

        }

    Clone Device Information

        {

        Source (SRC) Device Symmetrix Name     : 4686

        Source (SRC) Device Group Name         : N/A

        Source (SRC) Composite Group Name      : N/A

        Target (TGT) Device Symmetrix Name     : 46F4

        Target (TGT) Device Group Name         : N/A

        Target (TGT) Composite Group Name      : N/A

        State of Session (SRC ====> TGT)       : Copied

        Percent Copied                         : 100%

        Time of Last Clone Action              : Wed Jan 12 00:15:31 2011

        Clone State Flags                      : (Copy) (Diff)

        Number of Prot. Tracks for SRC Device  : 0

        Number of Indir Tracks for TGT Device  : 0

        Number of Changed Tracks for SRC Device: 0

        Number of Changed Tracks for TGT Device: 0

        }

# symdev -sid 71 show 46EF

    Device Physical Name     : Not Visible

    Device Symmetrix Name    : 46EF
    Device Serial ID         : N/A
    Symmetrix ID             : 000000054321

    Number of RAID Groups    : 0

    Attached BCV Device      : N/A

    Attached VDEV TGT Device : N/A

    Vendor ID                : EMC
    Product ID               : SYMMETRIX
    Product Revision         : 5874
    Device WWN               : 10000000000000000001234012345678
    Device Emulation Type    : FBA
    Device Defined Label Type: N/A
    Device Defined Label     : N/A
    Device Sub System Id     : 0x003C
    Cache Partition Name     : DEFAULT_PARTITION
    Thin Pool Name           : SATA_3R5

    Device Block Size        : 512

    Device Capacity
        {
        Cylinders            :      24030
        Tracks               :     360450
        512-byte Blocks      :   46137600
        MegaBytes            :      22528
        KiloBytes            :   23068800
        }

    Device Configuration     : TDEV

    Device is WORM Enabled   : No
    Device is WORM Protected : No

    SCSI-3 Persistent Reserve: Disabled

    Dynamic Spare Invoked    : No

    Dynamic RDF Capability   : None

    STAR Mode                : No
    STAR Recovery Capability : None
    STAR Recovery State      : NA

    Device Service State     : Normal

    Device Status            : Ready            (RW)
    Device SA Status         : N/A              (N/A)

    Mirror Set Type          : [Thin,N/A,N/A,N/A]

    Mirror Set DA Status     : [RW,N/A,N/A,N/A]

    Mirror Set Inv. Tracks   : [0,0,0,0]

    Back End Disk Director Information
        {
        Hyper Type                             : Thin
        Hyper Status                           : Ready           (RW)
        Disk [Director, Interface, TID]        : [N/A,N/A,N/A]
        Disk Director Volume Number            : N/A
        Hyper Number                           : N/A
        Mirror Number                          : 1
        }

Message was edited by: SymmetrixForumsModerator Modified Symmetrix ID and WWN.

82 Posts

January 13th, 2011 03:00

due to sectuity reason i have edit the o/p however i made it correct.

pls. review the my main query and assist.

419 Posts

January 13th, 2011 03:00

looks like the file is being read wrong.

from your output it shows

Execute 'Terminate' operation for the 1 specified device(s)

in device file 'venu' (y/ ) ? y

Try again ensuring the correct file is in use

symclone -sid 123 -f decomm terminate

465 Posts

January 13th, 2011 04:00

The clone device pair as seen in the symdev show is 4686 / 46F4:

        Source (SRC) Dervice Symmetrix Name     : 4686

        Source (SRC) Device Group Name         : N/A

        Source (SRC) Composite Group Name      : N/A

        Target (TGT) Device Symmetrix Name     : 46F4

Your command file for the Terminate is:

4686 46EF

Update your command file to the correct device pairing and it should work...

4686 46F4

419 Posts

January 13th, 2011 04:00

Well Spotted Jason ..

82 Posts

January 13th, 2011 05:00

Jasonc -Thank you so much... it got fixed now.

No Events found!

Top