I was trying to search the forum, looking for ways to product a report showing things like invalid tracks, etc for SRDF reporting, but came up blank. Basically i am looking for a way to produce a list of all the groups showing if they are sync'd up or if they are not, how many track are they out by between the gold and copies.
I would like to run this script from one host only if possible.
Yep, i have that one. And have been using it right now, but since i have so many groups to report on, this is quite time comsuming merging all the data together into one report.
To determine the SRDF parameters for an RDF group, run the following command:
symcfg list -rdfg
To check the configuration of SRDF devices before adding them to a device group, you can use the
symrdf list command to list SRDF devices configured on Symmetrix units attached to your host:
symrdf list
Example 1: Basic SRDF Control Operations
The hardware setup for the following examples consists of two Solaris hosts, one connected to a source Symmetrix and the other connected to a target Symmetrix. To identify commands on each host, the command prompts were set to
src and tgt.
The
symrdf list command displays information about local (R1) and remote (R2) SRDF devices. Entries in the RDF Typ:G column identify the device as either an R1 or R2 device and the RDF (RA) group number after the colon. The ellipsis (……) represents truncated output.
symdev list command with the –r1 option displays all R1 devices. Those R1 devices that are not already part of a device group are displayed as "N/Grp’d," which means they are available to be added to a new RDF1 device group.
So in my setup, i am moving data from one site to another one way. The main group is R1 and is located at the production site, and R2 would be the copy at the DR sites. Am I understanding the syntax correctly?
I am trying to understand the values meanings of R1 and R2 for the invalid track numbers.
Internacional Periféricos y Memorias (I.P.M.E., S.L.U. Spain)
Soporte. Depto. Postventa
Telf: +34.91.741.36.33
Fax: +34.91.320.24.43
Email: rmartin@ipm.es Web: www.ipm.es
Nota de confidencialidad: Este mensaje se envía desde el sistema de correo electrónico de empresa de INTERNACIONAL PERIFERICOS Y MEMORIAS, S.L.U.. Podría contener por lo tanto secretos de empresa y otra información confidencial tutelados por las leyes de la Unión Europea y otros Estados. Si Vd. lo recibiera por error o sin ser una de las personas indicadas en el encabezamiento, deberá destruirlo sin copiarlo ni revelarlo o cualquier otra acción relacionada con el contenido del mensaje e informar inmediatamente por correo electrónico al emisor del mensaje. Las personas y entidades que violen sus deberes de confidencialidad podrán ser perseguidas ante los Tribunales de Justicia al amparo de la legislación civil, penal y administrativa nacional e internacional. Gracias por su colaboración.
Confidentiality notice: INTERNACIONAL PERIFERICOS Y MEMORIAS, S.L.U. informs you that this message was sent from its corporate e-mail network. It may include business secrets and other confidential information protected under the laws of Spain and other territories. If you are not one of the intended recipients of the message, you are legally obliged to delete the message, to not disclosure its contents and to avoid any action related on the message content. Furthermore, you are kindly requested to report immediately the incident to the sender. Breach of confidentiality duties is a serious criminal offence in Spain and other territories. Offenders shall be legally prosecuted worldwide. Thank you for your cooperation.
Thanks!!.. However i did not receive the PDF. Maybe this was blocked, I am not sure. But could you send it to joe.cascanette@gmail.com instead? This way i know i will get it since gmail will accept up to 10MB files. I attempted to search for it on powerlink but no luck.
Internacional Periféricos y Memorias (I.P.M.E., S.L.U. Spain)
Soporte. Depto. Postventa
Telf: +34.91.741.36.33
Fax: +34.91.320.24.43
Email: rmartin@ipm.es Web: www.ipm.es
Nota de confidencialidad: Este mensaje se envía desde el sistema de correo electrónico de empresa de INTERNACIONAL PERIFERICOS Y MEMORIAS, S.L.U.. Podría contener por lo tanto secretos de empresa y otra información confidencial tutelados por las leyes de la Unión Europea y otros Estados. Si Vd. lo recibiera por error o sin ser una de las personas indicadas en el encabezamiento, deberá destruirlo sin copiarlo ni revelarlo o cualquier otra acción relacionada con el contenido del mensaje e informar inmediatamente por correo electrónico al emisor del mensaje. Las personas y entidades que violen sus deberes de confidencialidad podrán ser perseguidas ante los Tribunales de Justicia al amparo de la legislación civil, penal y administrativa nacional e internacional. Gracias por su colaboración.
Confidentiality notice: INTERNACIONAL PERIFERICOS Y MEMORIAS, S.L.U. informs you that this message was sent from its corporate e-mail network. It may include business secrets and other confidential information protected under the laws of Spain and other territories. If you are not one of the intended recipients of the message, you are legally obliged to delete the message, to not disclosure its contents and to avoid any action related on the message content. Furthermore, you are kindly requested to report immediately the incident to the sender. Breach of confidentiality duties is a serious criminal offence in Spain and other territories. Offenders shall be legally prosecuted worldwide. Thank you for your cooperation.
praveen56
1 Rookie
•
102 Posts
1345
1
Posted January 11th, 2010 13:00
Joe,
Try this command..
symrdf -g .... query
replace dots with device group name.
Thanks