Forum Discussion

Roman_Kuznetsov's avatar
12 years ago

Solaris 11.1 VXVM 6.0.1 'df' cause a panic

Environment: System Configuration: HP ProLiant BL480c G1 Oracle Solaris 11.1 X86 panic string:   BAD TRAP: type=e (#pf Page fault) rp=fffffffc816fdb90 addr=0 occurred in module "unix" due to...
  • mikebounds's avatar
    12 years ago

    If you think issue is odm you could:

    1. umounted /dev/odm if it umounted
    2. Stop odm is it is running (it shows in output of gabconfig -a if it is running as port d I think)
    3. Unload odm from kernel ("modinfo | grep odm" and then modunload the id given)

    Then see if df still panics the system.

    ODM is an optional component used to improve the access to Oracel disk files

    Mike