cancel
Showing results for 
Search instead for 
Did you mean: 

File system monitoring, how to pass SID as variant

Former Member
0 Kudos

Hi Folks,

I want to use file system monitoring using Linux templates of solution manager, my requirement is I want to monitor oracle file systems, but only specfic one, like /oralce/<SID>oraarch or /oralce/<SID>/112_64, I don't want to get alert for file systems like /oracle/<SID>/sapdata1,2,3...etc.

can you please tell how to pass variant as SID for file systems, I could not file any documents related to this?

as tried to pass SID as below, but data not comming  for file system.

No oracle metrices comming

Thanks,

Dinesh


Accepted Solutions (0)

Answers (4)

Answers (4)

jayanth_velugati
Active Participant
0 Kudos

Hi

You can create your custom template .Please follow the wiki How to create custom template

http://wiki.scn.sap.com/wiki/download/attachments/269157890/How+to+create+custom+CCMS+metrics+in+MAI...

Regards

Jayanth

rohan_hardikar2
Active Participant
0 Kudos

Try these:

/oracle/(.*)/oraarch

/oracle/(.*)/112_64

You cannot use &SID& as this is host template. That is not available at runtime. &SID& can be used in Technical instance or Technical system templates.

Former Member
0 Kudos

Please update, if anyone know how to pass variant? in file systems

roland_hennessy
Contributor
0 Kudos

Hi Dinesh,

Please try (?:(?!/oracle/$T_SYSTEM_SID$/sapdata(/.*)*).*)  to see if this helps.

Kind regards.

Roland

Former Member
0 Kudos

Hi,

Have you check the below doc.

Check if it helps.

http://wiki.scn.sap.com/wiki/download/attachments/269157890/Template+Maintenance+-+File+System+Varia...

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi Rishi,

I already checked this document, but it is not any help, it does not talk about variable file systems, where i can put variant like SID

Thanks

Dinesh