Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by austin123

  1. austin123

    Cron job to run every other Sunday

    Thanks for the replies, what I ended up doing was :- WK=`/usr/bin/date +%U` WKNO=`/usr/bin/expr $WK % 2` if [ $WKNO -eq 1 ]; then echo "No back up this week - once a fortnight only." exit 0 fi This seems to work fine!, Cheers.
  2. austin123

    Cron job to run every other Sunday

    Hi, Can anyone help me, we have an (e10k sol8) and I need to set up a cronjob that runs every other Sunday at 2am. Is there any simple way to do this? Cheers, Austin.
  3. austin123

    Hi, This is my fist call (or call

    To all replied, Thanks. After all the invetigations it was found that the disk c0t0d0 was duff. We had the disc replaced and I done a ufs restore. Cheers.
  4. austin123

    Hi, This is my fist call (or call

    Hi, This is my fist call (or call for help) to tek-tips, great site. 1 of our SSP's connected to our E10k's had failed, it was displaying cntl'd & root P/W for maintenance etc!, I logged on as root and ran a :- fsck -y /dev/dsk/c0t0d0s0 notice the error!, /DSK/ not /RDSK/ I am getting constant...

Part and Inventory Search

Back
Top