Hello,
I'm trying to create a bootable mksysb tape from the mksysbs image stored on disk.
I'm using the "dd" command but the tape that I'm creating does not "boot" properly.
Does anyone knows how to do it?
Thanks
Leandro
Here is the script with dd command that I'm using:
#
server=edmnim
BLK_SZ=1024
TAPE=rmt0
#
tctl -f /dev/$TAPE rewind
#
#
dd if=/edmnin_nim/mksysb/$server/$server.mksysb of=/dev/$TAPE obs=$BLK_SZ conv=sync
#
tctl -f /dev/$TAPE rewoffl
#
I'm trying to create a bootable mksysb tape from the mksysbs image stored on disk.
I'm using the "dd" command but the tape that I'm creating does not "boot" properly.
Does anyone knows how to do it?
Thanks
Leandro
Here is the script with dd command that I'm using:
#
server=edmnim
BLK_SZ=1024
TAPE=rmt0
#
tctl -f /dev/$TAPE rewind
#
#
dd if=/edmnin_nim/mksysb/$server/$server.mksysb of=/dev/$TAPE obs=$BLK_SZ conv=sync
#
tctl -f /dev/$TAPE rewoffl
#