Quantcast
Viewing all articles
Browse latest Browse all 5781

Variants for Filesystem monitoring in TechMon

Hello,

 

I am trying to create variant for Filesystem monitoring which satisfy my below requirement.

 

On particular single host I have following filesystems:

/oracle/ABC, /oracle/DEF, /oracle/XYZ - All these /oracle/SID should be monitored.

/oracle/ABC/sapdata01,02,03 ... 10 - Out of these I want to exclude only specific FS, like /oracle/ABC/sapdata03 and /oracle/XYZ/sapdata05

 

I checked document http://wiki.sdn.sap.com/wiki/download/attachments/269157890/Template+Maintenance+-+File+System+Variants.pdf

 

Based on it if I create variant as /oracle(/.*)*, every FS starting with /oracle gets monitored.

 

There is another example given in document, (?:(?!/oracle(/.*)*)(?!/aris(/.*)*).*)

The meaning is clear, but I could not adopt this to my requirement where I want to monitor everything starting with /oracle except /oracle/ABC/sapdata03 and /oracle/XYZ/sapdata05.

 

Please suggest. It would also be great if someone can help me understanding the meaning of symbols used in above Negative Regular Expression, like ?:/.*

 

Thanks in advance.

 

Regards,

Hrishikesh Wagle


Viewing all articles
Browse latest Browse all 5781

Trending Articles