This is a long time...
As far as I remember, the install tape #1 contains the following "files", where a "file" is data between two EOF marks on the tape. I am not 100% sure with the order and the exact tape file indices:
a stand-alone boot with a menu on file #1
a kernel image
a ram disk image
a standalone disk formatter
one or more TAR archives with parts of the install or at least an inventory list.
In other words: if you tell the boot prom to boot from tape, if does the right things.
So what are you interested in?
If you like to analyze the tapes, I recommend to do the following:
mt -f /dev/rmt1n asf 1 # or a similar tape device that fits star -tv f=/dev/rmt1n
Then continue with mt afs 2 ... until you get an error message that indicates a hard EOF on the tape. Skip tape files that are flagged by star as non-archive...
The other tapes contain more or less just one tar image.
filecommand will help identify what these are.starthat includes more and better format support, e.g.cpioas well.