You can load a database or log even if one of your dump devices becomes unavailable between the dump and load. Specify fewer stripe clauses in the load command than you did in the dump command.
dump database pubs2 to "/dev/nrmt0" stripe on "/dev/nrmt1" stripe on "/dev/nrmt2" load database pubs2 from "/dev/nrmt0" stripe on "/dev/nrmt1"
After the first two tapes are loaded, a message notifies the operator to load the third.
dump database pubs2 to "d:\backups\backup1.dat" stripe on "d:\backups\backup2.dat" stripe on "d:\backups\backup3.dat" load database pubs2 from "/dev/nrmt0" stripe on "d:\backups\backup2.dat" stripe on "d:\backups\backup3.dat"