summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
-rw-r--r--common.config34
2 files changed, 34 insertions, 2 deletions
diff --git a/check b/check
index 438f351e..5f372ab9 100755
--- a/check
+++ b/check
@@ -65,7 +65,7 @@ _wallclock()
_timestamp()
{
- now=`date "+%D-%T"`
+ now=`date "+%T"`
echo -n " [$now]"
}
diff --git a/common.config b/common.config
index b39cb928..a0d8ea33 100644
--- a/common.config
+++ b/common.config
@@ -311,7 +311,39 @@ known_hosts()
TEST_DIR=/qa/test
SCRATCH_MNT=/qa/scratch
;;
- *)
+ icy)
+ MODULAR=0
+ EMAIL="ajones@sgi.com"
+ TEST_DIR=/mnt/test
+ TEST_DEV=/dev/sda3
+ #TEST_LOGDEV=/dev/sda9
+ #TEST_RTDEV=/dev/sda10
+ SCRATCH_MNT=/mnt/scratch
+ SCRATCH_DEV=/dev/sda5
+ SCRATCH_LOGDEV=/dev/sda8
+ SCRATCH_RTDEV=/dev/sda7
+ TAPE_DEV=/dev/st0
+ RMT_IRIXTAPE_DEV=snort:/dev/tape
+ RMT_TAPE_DEV=icy:/dev/st0
+ RMT_TAPE_USER=guest
+ ;;
+ dribble)
+ MODULAR=0
+ EMAIL="ajones@sgi.com"
+ TEST_DIR=/mnt/test
+ TEST_DEV=/dev/dsk/dks0d2s0
+ #TEST_LOGDEV=
+ SCRATCH_MNT=/mnt/scratch
+ SCRATCH_DEV=/dev/dsk/dks0d2s1
+ #SCRATCH_LOGDEV=
+ #SCRATCH_RTDEV=
+ TAPE_DEV=/dev/tape
+ RMT_TAPE_DEV=icy:/dev/st0
+ RMT_TAPE_USER=guest
+ RMT_IRIXTAPE_DEV=snort:/dev/tape
+ ;;
+
+ *)
echo "Error: need to define parameters for host $HOST"
exit 1
;;