How do I display boot messages in aix?



  • To display boot messages in AIX do the following:

    # alog -o -t boot 
    

    To display console message

    # alog -o -t console
    

    alog create and maintains logs, you can do more than just list logs with alog, for full option list see the man page

    To see a list of logs in the log database, do:

    # alog -L
    

Log in to reply
 

© Lightnetics 2024