Gilamou

updated

14 years ago

G

Gilamou

2 Posts

0

5687

February 14th, 2013 00:00

Tagging devices

How to tag a device to recover point in cli ?

  • AranH1

    2163 Posts

    2515

    0

    Posted February 14th, 2013 10:00

    There is also a detailed guide on deploying RecoverPoint with the Symmetrix Splitter on support.emc.com that I recommend you review:

    "RecoverPoint Deploying with Symmetrix Arrays and Splitter Technical Notes"

    https://support.emc.com/docu10627_RecoverPoint_Deploying_with_Symmetrix_Arrays_and_Splitter_Technical_Notes.pdf?language=en_US

  • pete2c

    1 Rookie

    76 Posts

    2515

    0

    Posted February 14th, 2013 07:00

    The Solutions Enabler Array Controls Guide 7.5 has these details.  You can get that on https://support.emc.com

  • pete2c

    1 Rookie

    76 Posts

    2515

    0

    Posted February 14th, 2013 07:00

    With symcli, you'll need to set this as a device attribute using the symconfigure command.  The file for symconfigure looks like:

    set device attribute= RCVRPNT_TAG;

    *** this requires Enginuity 5875.198.148 or higher.

  • Gilamou

    2 Posts

    2515

    0

    Posted February 16th, 2013 22:00

    Thank you , I already managed to tag the devices I needed.

    Gilbert Amouyal

    System Administrator

    ClalBit Systems.

    Tel: 972-77-6388641

    Fax: 972-77-6383004

    Cel: 972-52-6582655

    Email: Yossia@clal-ins.co.il

  • kquayle

    10 Posts

    2515

    0

    Posted June 25th, 2013 07:00

    How do you untag a device that has been tagged?

  • AranH1

    2163 Posts

    2515

    0

    Posted June 25th, 2013 08:00

    It is the same syntax as setting it except adding a "no" to the command:

    set device attribute=no RCVRPNT_TAG;

    You can also use Unisphere

  • kquayle

    10 Posts

    2515

    0

    Posted June 25th, 2013 08:00

    Thank you