This post is more than 5 years old
2 Posts
0
1700
June 3rd, 2013 03:00
SYMCLI command SRDF - info
I'm searching for a SYMCLI command for info about an invalid SRDF-group. With symdg show DgName and symrdf –g DgName que, I get no result.
05/31/2013 14:29:02.254 7304 7384 EMC:SYMRDF
emcSymValidateGroup Group: (GroupName) is invalid because there are mixed type std devices;
No Events found!
pete2c
1 Rookie
•
76 Posts
1
June 3rd, 2013 07:00
You could do 'symdg exportall -f ' to export the group information to a file. Then check the devices by doing a symdev show of each. Chances are some are RDF (R1 or R2) and some are not. If the group is a type 'RDF1' for example, all source devices in the group need to be R1's. If any are not, you'll get an invalid group.
RRR
2 Intern
•
5.7K Posts
0
June 3rd, 2013 06:00
So you want to find out which of the devices in this device group cause this behavior? So you need a listing of the devices in this device group.
You could try exporting the DG to a file and see which devices are different from the others.
Mannie1962
2 Posts
0
June 3rd, 2013 23:00
Hello pete2c,
THX, this is exact the command, what I was looking for.
With symdev show I discovered that 7 devices are not RDF1.
Kind regards,
Manfred
RRR
2 Intern
•
5.7K Posts
0
June 4th, 2013 08:00
so it was the export I suggested after all?