How do I list static loaded kernel modules on hp-ux?



  • Note that configured and loaded mean two different things, this only shows loaded

    Long format

    # kmadmin -S
    
    Module Name krm
    Module ID 1
    Module Path
    Status UNLOADED
    Size 0
    Base Address 0x0
    BSS Size 0
    BSS Base Address 0x0
    Hold Count 0
    Dependent Count 0
    Unload Delay 0 seconds
    Type WSIO
    Block Major 0
    Character Major 0
    Flags 0
    

    Short format

    # kmadmin -s
    
    Name ID Status Type
    =====================================================
    krm 1 UNLOADED WSIO
    

Log in to reply
 

© Lightnetics 2024