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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stkcloudjl

    script shell

    Something like this? #!/bin/bash if [ -z $1 ] then echo -e "\nNeed the number of days to go back to!\n" echo "Example;" echo "$0 15" echo -e "Will go back 15 days" exit 1; fi dt1=$(date "+%s" ) reftm=$(echo "$1*24*3600" |bc) let "newtm=$dt1-$reftm" for d in $(ls -l |grep "^d" |awk '{print...
  2. stkcloudjl

    STK 9730 - FSC #3317

    Looks like code on the 9730. Is this a new installation/upgrade or has this been up and working? 3317 ERR_AUD_USER_RESPONSE_TIMEOUT, Software error occurred in packet being sent to audit task. FRU: LOCATION: CONFIDENCE %...
  3. stkcloudjl

    Storagetek 9730 setup probs

    You may need to check to see if the 9730 is jumpered for Diff SCSI. Just inside the back door on the main board you will see a set of jumpers. Make sure the 9730 is set for Diff SCSI, and as well are the DLT drives.
  4. stkcloudjl

    raid 5

    I will assume this is a D-Series type disk. You could actually upgrade by installing one disk at a time and waiting for the rebuild to happen before changing the next disk. The array will see the extra space but will not be added to any LUN. It will be extra space in that volume group. You could...
  5. stkcloudjl

    L180 FSC 3E15 error

    3e15 ERR_DRV_CONN_STATE_NOT_FUNCTIONAL, DRV Drive Connection State Transition - Drive not functional.
  6. stkcloudjl

    rmt0 goes defined after reboot

    After you make the drive available run bosboot -a. This will load your configuration into the boot kernel.

Part and Inventory Search

Back
Top