Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

  • Functional Examples:
    • /uo*

...

    • : matches all: /u01, /u02, etc.
    • /u01

...

    • : matches

...

    • only: /u01
  • Invalid Examples:
    • tmp
    • /oracle/???/sapdata*
    • ///sapdata*

...