Unsolved
This post is more than 5 years old
1 Rookie
•
10 Posts
0
562
January 20th, 2012 01:00
logging rdf events
Hi,
I'm looking for a couple of pointers on the best way to capture the RDF operations on a per device basis, close to real time, so I can feed them up into SCOM 2007 for a custom management app.
I've looked through the solutions enabler docs and at symaudit and symevent and storevntd and none of them really do what I want.
Ideally I'm looking to create messages in the Windows Event Log (or syslog or whatever later on) that contains messages like
"device xxx on sid yyyy was split from device aaaa on sid bbbb"
"device xxx on sid yyyy is syncronized to device aaaa on sid bbbb"
and so on
My best approach at the moment is parsing symrdf list and watching for state changes. This however is somewhat inefficient and intensive.
Other ideas included using storeventd - but there are no specific rdf operations listed - but it does do logging to the event log
symaudit - you can see the events but you'd need to be very good at parsing to get what you wanted and you'd have to poll.
symevent - it really only contains array level events (PSUs disks etc)
I'd like to know if anyone has eny experience they can share on this? Thanks in advance
Regards
Simon
Rasmmacias
108 Posts
0
January 31st, 2012 05:00
Hi Simon.
You can try;
HOW WE COLLECTED THE STATISTICS :
=================================
symstat -sid xxxx -rdfg xx -reptype rdfa -type cycle -i 300 >cycle_stats.txt