You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The string-based mount matching within the file system capacity monitor is designed to accept a * wildcard at the end of the string only. Full regular expression matching is not currently supported.\n
\n
Functional Examples:\n
\n
/uo* - matches all: /u01, /u02, etc.\n
/u01 - matches just /u01\n
\n
Invalid Examples:\n
\n
*tmp*\n
/oracle/???/sapdata*\n
/*/*/sapdata*
  • No labels