PROBLEM: (86168, 89557) (PATCH ID: OSF520-124) ******** This patch fixes two problems users of /sbin/scu might encounter. Without this patch a user executing /sbin/scu with the 'inquiry' option will see the World Wide ID (WWID) displayed in 64-bit format, although 128-bit WWIDs are supported, as follows: FC-PH 64-bit Name Identifier: 0x60001fe100014c50 This patch is also needed in order for scu to work with HSV110. PROBLEM: (94109) (PATCH ID: OSF520-817) ******** The scu utility displays a misleading data expected pattern: scu> read media records 1 bs 64k pattern 1 Reading 65536 bytes on /dev/tape/tape2c (SDX-500C) using pattern 0x00000001... scu: Error number 1 occurred on Fri Jun 14 09:36:16 2002 scu: Data compare error at byte 0 in record number 1 scu: Data expected = 0x00, data found = 0x00, byte count = 65536 In this case, the informational data expected value should b 0x01, not 0x00.