Originally posted by: orphy
Just to get a few files out of the mksysb? Is there any reason
why you don't just
restore -Tvqf <mksysb> > /tmp/restore.out # get a list of the files
restore -xvqf <mksysb> ... # files starting with "./"
If the mksysb is on a tape, you'll have to use "-s4" & "/dev/rmt#.1".
Do this on a temp directory so if something is messed up, you don't
restore files everywhere to clean up.
Orphy