
Symmetrix
Posts
Selected Posts
This post is more than 5 years old
Solved!
Go to Solution2 Posts
0
5649
February 14th, 2013 00:00
Tagging devices
How to tag a device to recover point in cli ?
Responses(7)
No Events found!
This post is more than 5 years old
2 Posts
0
5649
February 14th, 2013 00:00
How to tag a device to recover point in cli ?
Top
AranH1
2.2K Posts
0
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
0
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
0
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
0
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
0
June 25th, 2013 07:00
How do you untag a device that has been tagged?
AranH1
2.2K Posts
0
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
0
June 25th, 2013 08:00
Thank you