Skip to content

{ Monthly Archives } April 2013

HANDLING WITH AIX ERROR LOG PART ONE : SAVE

#!/usr/bin/ksh # Rotate Errorlog on local Node BINPATH=/usr/bin OUTPUT=/root/system/errpt.out USRLOC=/usr/local/bin DATE=`date +%Y%m%d-%H%M%S` # 1. Extract errtp $BINPATH/errpt -a > $OUTPUT.$DATE $BINPATH/gzip $OUTPUT.$DATE if [ -f $OUTPUT.$DATE.gz ] ; then $BINPATH/errclear 0 else echo “Achtung: $OUTPUT.$DATE.gz nicht gefunden!” exit 3 fi # eof

Tagged , ,

RESTORE PRIMARY TAPE FROM COPY POOL ON TS 3584

One tape from primary pool was damage ,reclamation process fail because of this tape. I found how many tapes is necessary from copy pool to recreate the tape. For this issue I use ISC Console. I put the tapes from copy pool into the library. steps: 1) update vol 030xxxx   access=readwrite ( we have to […]

Tagged

VIOS RELEASE PLAN

Tagged ,