top of page

AIX- CLEAR ERROR LOG

  • Writer: Hanh Nguyen
    Hanh Nguyen
  • Oct 30, 2015
  • 1 min read
  1. To delete all entries from the error log, enter:

errclear 0

  1. To delete all entries in the error log classified as software errors, enter:

errclear -d S 0

  1. To clear all entries from the alternate error-log file/var/adm/ras/errlog.alternate, enter:

errclear -i /var/adm/ras/errlog.alternate 0

  1. To clear all hardware entries from the alternate error-log file/var/adm/ras/errlog.alternate, enter:

errclear -i /var/adm/ras/errlog.alternate -d H 0

  1. To clear one identifier:

Errclear –j ID 0

Recent Posts

See All
HACMP- HMC COMMAND

Here are some very useful commands for the Hardware Management Console (HMC): Show vital product data, such as the serial number: # lshmc...

 
 
 

Comments


bottom of page