dump just stops at the end and never exits

From: Barnwell_at_eksystems.com voice 508-303-6905 <barnwell_at_jbsvax.eksystems.com>
Date: Fri, 1 Nov 1996 20:17:01 -0500

I use the following script to backup my system to a TLZ7L (a 4mm dat auto
loader)

This also produces the same symptom when just typed on the terminal.

#!/bin/sh
/sbin/dump -0un -N -f /dev/rmt0h -b 32 /
/sbin/dump -0un -f /dev/rmt0h -b 32 /usr
/sbin/dump -0un -N -f /dev/rmt0h -b 32 /usr1
/sbin/dump -0un -f /dev/rmt0h -b 32 /usr2
/sbin/dump -0un -f /dev/rmt0h -b 32 /usr4
/sbin/dump -0un -f /dev/rmt0h -b 32 /usr5

this used to work just fine but now it doesn't (of course (I have yet to see
notes about gee this still works))

the first dump is executed and then the process just stalls forever (well not
forever since I haven't waited that long yet)

the out out put on the screen looks like this:

# backdev
dump: Dumping from host dcpaxr.eksystems.com
dump: Date of this level 0 dump: Fri Nov 1 20:06:26 1996 EST
dump: Date of last level 0 dump: the start of the epoch
dump: Dumping /dev/rre0a (/) to /dev/nrmt0h
dump: Mapping (Pass I) [regular files]
dump: Mapping (Pass II) [directories]
dump: Estimate: 44022 tape blocks on 1 volume(s)
dump: Dumping (Pass III) [directories]
dump: Volume 1, tape # 0001, begins with blocks from i-node 2
dump: Dumping (Pass IV) [regular files]
dump: 1.16% done -- finished in 00:01
dump: Actual: 44150 tape blocks on 1 volume(s)
dump: Feet remaining on tape: 2187
dump: Volumes used: 1
dump: Level 0 dump on Fri Nov 1 20:06:26 1996 EST
dump: Dump completed at Fri Nov 1 20:07:52 1996 EST

Message from the dump program to all operators at 20:07 ...

DUMP IS DONE!


and it just sits there waiting and waiting and waiting...

I do a

ps -a | grep dump
 2959 ttyp7 I + 0:00.20 /sbin/dump -0un -N -f /dev/ mt0h -b 32 /
 3115 ttyp7 I + 0:00.08 /sbin/dump -0un -N -f /dev/ mt0h -b 32 /
 3134 ttyp7 I + 0:00.01 /sbin/dump -0un -N -f /dev/ mt0h -b 32 /
 3071 ttyp9 S + 0:00.02 grep dump

gives this

I am stuck any ideas??
Received on Sat Nov 02 1996 - 02:30:48 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT