PROBLEM: (none) (Patch ID: OSF425-391) ******** This patch provides the following new functionality for bootable tape: o Using the "-d" option, a user can choose the location where the btcreate command creates its temporary files. Previously, btcreate was used to create its temporary files in the /usr filesystem and required about 156000 blocks (512 bytes per block) of disk space in the /usr filesystem. Now the user has the option of using free disk space anywhere on the system. In the following example, the temporary files will be created at /mnt/bt_tmp: # ./btcreate -d /mnt/bt_tmp Note, the "btcreate -d" option has been incorporated in the interactive mode also. o The ability for a user to label disks using their own disklabel script. If the customized disklabel script is not present, the btextract command will label the disks in the usual manner. A customized disklabel script has the following restrictions: o It must be located in the /usr/lib/sabt/etc directory. o It must be named custom_disklabel_file. PROBLEM: (HPAQ715Z0) (Patch ID: OSF425-752) ******** A problem in the btextract script could result in a failure of the script in the event that more than one disklabel file in the /etc/disk_lbl directory matches the disk name specified by the user. This has been corrected. PROBLEM: (BCSM8083T / QAR 74139) (Patch ID: OSF425-802) ******** This patch fixes a problem when attempting to restore to system configured with backplane raid, btextract fails. PROBLEM: (BCSM608NX/73473) (Patch ID: OSF425-855) ******** This patch fixes a problem with the btcreate command where it does not pass the full pathname to newfs. PROBLEM: (BCSM816C6) (PATCH ID: OSF425-909) ******** This patch fixes a problem with the btcreate command where default restore fails if disklabel is different. PROBLEM: (HPAQ2144F) (PATCH ID: OSF425-953) ******** This patch fixes a problem with btcreate not waiting long enough between vdumps for the next tape to be loaded by some media changers.