summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptools <ptools>2004-06-18 06:14:48 +0000
committerptools <ptools>2004-06-18 06:14:48 +0000
commit81f3c307dfd86c59eccb7bcc37de420c5dd8afbc (patch)
treef0662ee1aa3d3e80ca44393e7add61d709279e13
parent0117ae13f6ee33163106b97ab0ee81ebdfc135fa (diff)
Fix issue with TIMESTAMP and added asg qa machines to common.config
Removed date file from TIMESTAMP var.
-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
;;