This is a discussion on errclear certain errpt entries within the AIX Operating System forums, part of the Unix Operating Systems category; --> IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION C3E70E5D 0119160104 P S pmand SOFTWARE PROGRAM ERROR 12081DC6 0119160104 P S sp_configd ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION C3E70E5D 0119160104 P S pmand SOFTWARE PROGRAM ERROR 12081DC6 0119160104 P S sp_configd if i wanted to clear errpt entries with the identifier 12081DC6 and resource_name sp_configd, how can i do that? errclear 0 clears everything. i tried with option -J but unsuccessful. thanks |
| |||
| In article <c06e4d68.0401191732.2c46551a@posting.google.com >, yls177 <yls177@hotmail.com> wrote: > IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION > C3E70E5D 0119160104 P S pmand SOFTWARE PROGRAM ERROR > 12081DC6 0119160104 P S sp_configd > > if i wanted to clear errpt entries with the identifier 12081DC6 > and resource_name sp_configd, how can i do that? > > errclear 0 clears everything. > > i tried with option -J but unsuccessful. # errclear -j C3E70E5D 0 or # errclear -j 12081DC6 0 -Dan |
| ||||
| Dan Foster <dsf@globalcrossing.net> wrote in message news:<slrnc0p1lc.h2s.dsf@gaia.roc2.gblx.net>... > In article <c06e4d68.0401191732.2c46551a@posting.google.com >, yls177 <yls177@hotmail.com> wrote: > > IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION > > C3E70E5D 0119160104 P S pmand SOFTWARE PROGRAM ERROR > > 12081DC6 0119160104 P S sp_configd > > > > if i wanted to clear errpt entries with the identifier 12081DC6 > > and resource_name sp_configd, how can i do that? > > > > errclear 0 clears everything. > > > > i tried with option -J but unsuccessful. > > # errclear -j C3E70E5D 0 > > or > > # errclear -j 12081DC6 0 > > -Dan errclear -N pmand 0 You can delete by name also; it is a little easier on us humans -- at least it is for me. g. |