Oracle Solaris Performance, Panics, Hangs, and Dtrace (MOSC)

MOSC Banner

How to prevent panics from file system corruption

Comments

  • From the mapage umouont_ufs:
    ...
             onerror = action

                 This option specifies the  action  that  UFS  should
                 take  to recover from an internal inconsistency on a
                 file system.  Specify  action  as  panic,  lock,  or
                 umount. These values cause a forced system shutdown,
                 a file system lock to be applied to the file system,
                 or the file system to be forcibly unmounted, respec-
                 tively. The default is panic.
    ...

    Best option is to umount the filesystem, as a lock can cause other issues even another issue will occur wih the disks/filesystem

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center