#!/bin/ksh cp $1 $1.good tid=`od -c $1 |grep 2020 | awk '{print $5}'` echo $tid | dd of=$1.good oseek=127507 bs=1 count=1 dd if=$1 iseek=127508 bs=1 >> $1.good /etc/vx/diag.d/vxprivutil list ./$1.good