Adding dmnt2 and defining its parameters.
authorJohn Kihonge <mkulima@sgi.com>
Tue, 28 May 2002 16:20:19 +0000 (16:20 +0000)
committerJohn Kihonge <mkulima@sgi.com>
Tue, 28 May 2002 16:20:19 +0000 (16:20 +0000)
common.config

index 0813e918edef7c85f4ad814229b15d0502d3a5cc..be8302426f8427a7f2f6ba4cc5620158b7e828bc 100644 (file)
@@ -187,6 +187,16 @@ in
        SCRATCH_MNT=/mnt/sda2
        SCRATCH_LOGDEV=/dev/sda3
        ;;
+   dmfnt2)
+        TEST_DEV=/dev/sda6
+       TEST_DIR=/mnt/test
+       SCRATCH_DEV=/dev/sdc6
+       SCRATCH_MNT=/mnt/scratch
+       TAPE_DEV=/dev/st0
+       RMT_TAPE_DEV=longhorn:/dev/tape
+#      RMT_IRIXTAPE_DEV=longhorn:/dev/tape
+       RMT_TAPE_USER=guest
+       ;;
     *)
        echo "common.config: Error: need to define parameters for host `hostname -s`"
        exit 1