Patch Name: PHCO_21854 Patch Description: s700_800 11.00 HPDPS cumulative patch Creation Date: 00/06/14 Post Date: 00/07/25 Hardware Platforms - OS Releases: s700: 11.00 s800: 11.00 Products: N/A Filesets: DistributedPrint.PD-CLIENT,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP DistributedPrint.PD-COMMON,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP DistributedPrint.PD-SERVCOMMON,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP DistributedPrint.PD-SPOOLER,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP DistributedPrint.PD-SUPERVISOR,fr=B.11.00,fa=HP-UX_B.11.00_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair enhancement general_release Path Name: /hp-ux_patches/s700_800/11.X/PHCO_21854 Symptoms: PHCO_21854: SR: 8606141699 CR: JAGad11059 ER -- Model files needed for new printer hardware, color LaserJet8550. SR: 5003458026 CR: JAGab03805 The Title: field on a DPS banner page is different for files submitted using the lp command than for files submitted with the pdpr command. For lp, the file name is fully qualified. For pdpr, the file name is whatever the user entered, even if relative. For example: User enters lp -dDPS_lp mydir/myfile Title field displays /myroot/mypath/mydir/myfile User enters pdpr -pDPS_lp mydir/myfile Title field displays mydir/myfile SR: N/A CR: JAGaa93960 If a user chooses e-mail event notification (the default) in a locale with an 8-bit character set, the subject line is corrupted. PHCO_21205: SR: 1653255984 CR: JAGaa51929 - DPS printer attributes job-size-range-ready and job-size-range-supported shrink from 2^63 - 1 to 9 bytes when servers are stopped and restarted. SR: 8606127294 CR: JAGac68840 - PHCO_20525 patch fails to swverify correctly. PHCO_20525: - New printer models such as 8100 and 8500 are not recognized by HPDPS. - lp command on a secure printer in extended mode does not work. - Trace facility is not usable. - The start and stop of HPDPS in basic mode are slow. PHCO_18230: - Customers configure a large number of printers per supervisor, causing performance problems. - Customers may experience a HPDPS supervisor hang, under certain conditions, such as a sudden powered off while the printer is printing. - Customers may experience hangs of job cancellation commands, such as pdrm, pddelete and pdclean. - Customers may experience HPDPS supervisor core dumps when it is starting to print a job. - Users of HPDPS can have problem printing small postscript files. - paper-out and paper-jam state were not reflected in the printer status. - Users of HPDPS may experience pdclientd core dumping when printing a Script generated file. - Users of HPDPS experience spooler hangs when printing an empty file. - HPDPS did not support P405 printer model. - Users of HPDPS have to execute additional administration commands after a printer device changes its ip address. tcpip-address. Defect Description: PHCO_21854: SR: 8606141699 CR: JAGad11059 Model files needed for new printer hardware, color LaserJet8550. Resolution The ip (model script) file, attribute file, and ipmap file are provided to support the new printer hardware, LaserJet8550. A brand new printer model directory, /opt/pd/lib/model/LaserJet8550, is delivered. SR: 5003458026 CR: JAGab03805 The Title: field comes from the DPS Job Name, the third column in a pdls -c job listing. The DPS code that services the lp command directed at a DPS printer expands the user-specified file to its absolute path if the user didn't specify one, then inserts the result into the Job Name. The code that services the pdpr command inserts only the exact file specified by the user. Resolution The pdpr code is modified to behave similarly to the lp code. SR: N/A CR: JAGaa93960 /usr/bin/mailx, the mailer used internally by DPS, does not support eight-bit characters in its infrastructure. Although messages with 8-bit characters can be mailed using mailx, internal strings such as the subject line are corrupted. There are no plans to change this. Resolution Replace DPS' internal mailer with /usr/bin/elm, which supports 8-bit subjects, etc. PHCO_21205: SR: 1653255984 CR: JAGaa51929 - Attributes are represented internally as type double but stored in a permanent DPS data file as strings in engineering notation, for example, 9.22337e+18 . In non-C locales such as de_DE.iso88591, the decimal point between the "9" and "2" (in our example) is a comma (","). In such locales, the "." in the file is assumed to be a delimiter when the string is read in and converted to its double representation, so it and anything following it is discarded. The result is a value of "9". Resolution - The "." continues to be used in the permanent file. It is changed within DPS, if required, to whatever decimal point character is required by the current locale *before* conversion to type double. It is also changed back to ".", as required, before being written to the file. SR: 8606127294 CR: JAGac68840 - Two files shipped with PHCO_20525 were in the wrong fileset. Resolution - They have been moved to the correct fileset. PHCO_20525: - HPDPS does not provide support for new printer models 8100 and 8500. - lp does not allow access to secure printers. - The trace facility does not recognize trace groups and does not print the date correctly. - The start and stop functionality accessed disc too often. Resolution - Support for printers 8100 and 8500 is added to HPDPS. - lp now authorizes access to secure printers in extended mode. - The trace facility is fixed to recognize trace groups, and display legible date. - The start and stop functionality are redesigned for better performance. PHCO_18230: - The guideline of maximum of 50 printers per supervisor is not documented. - HPDPS supervisor might hang under certain conditions, such as when the physical printer, configured with tcpip attachment type, is suddendly powered off while the printer is printing. - Job cancellation commands, such as pdrm, pddelete and pdclean, might hang under certain conditions. - HPDPS supervisor occassionally core dumps when it is starting to print a job. - A few more error detections added. - HPDPS can have problem printing small postscript files. - paper-out and paper-jam state were not reflected in the printer status. - pdclientd may core dump when printing a Script generated file. - HPDPS spooler hangs when printing an empty file. - HPDPS does not support P405 printer model. - Physical printer always stores dotted decimal for tcpip-address. SR: 1653273029 5003455303 8606103766 5003458026 1653255984 8606141699 Patch Files: DistributedPrint.PD-CLIENT,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lbin/pdcommand /opt/pd/bin/pdclean /opt/pd/lbin/pdclientd /opt/pd/lbin/pdlp /opt/pd/lib/libpdobj.sl DistributedPrint.PD-COMMON,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/bin/lp /opt/pd/bin/pdps /opt/pd/bin/pdmsg /opt/pd/bin/pdmsghlp /opt/pd/lbin/basicdsd /opt/pd/lbin/dspmsg /opt/pd/lbin/pddmsg /opt/pd/lib/libordered.sl /opt/pd/lib/libpd.sl /opt/pd/lib/nls/msg/C/fpa.cat /opt/pd/lib/nls/msg/C/fpahelp.cat /opt/pd/newconfig/etc/rc.config.d/pd /sbin/init.d/pd DistributedPrint.PD-SERVCOMMON,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lib/libdposerv.sl /opt/pd/lib/libserv.sl DistributedPrint.PD-SPOOLER,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lbin/spooler DistributedPrint.PD-SUPERVISOR,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lbin/supervisor /opt/pd/lib/ip/PSII-P4050Z /opt/pd/lib/ip/dumb /opt/pd/lib/ipmap/dumb /opt/pd/lib/ip/generic /opt/pd/lib/ip/net_lj8500 /opt/pd/lib/ip/net_lj8550 /opt/pd/lib/ip/net_ljx000 /opt/pd/lib/ipmap/LJ8100 /opt/pd/lib/ipmap/LJ8500 /opt/pd/lib/ipmap/LJ8550 /opt/pd/lib/ipmap/PCL3 /opt/pd/lib/ipmap/generic /opt/pd/lib/libfcrm0.sl /opt/pd/lib/libordersuv.sl /opt/pd/lib/libsnmp.sl /opt/pd/lib/model/LaserJet8100/attribute /opt/pd/lib/model/LaserJet8100/driver /opt/pd/lib/model/LaserJet8100/ip /opt/pd/lib/model/LaserJet8100/ipmap /opt/pd/lib/model/LaserJet8500/attribute /opt/pd/lib/model/LaserJet8500/driver /opt/pd/lib/model/LaserJet8500/ip /opt/pd/lib/model/LaserJet8500/ipmap /opt/pd/lib/model/LaserJet8550/attribute /opt/pd/lib/model/LaserJet8550/driver /opt/pd/lib/model/LaserJet8550/ip /opt/pd/lib/model/LaserJet8550/ipmap /opt/pd/lib/model/HPP405/attribute /opt/pd/lib/model/HPP405/driver /opt/pd/lib/model/HPP405/ip /opt/pd/lib/model/HPP405/ipmap /opt/pd/lib/model/dumb/attribute /opt/pd/lib/model/dumb/driver /opt/pd/lib/model/dumb/ip /opt/pd/lib/model/dumb/ipmap /opt/pd/lib/model/generic/attribute /opt/pd/lib/model/generic/driver /opt/pd/lib/model/generic/ip /opt/pd/lib/model/generic/ipmap what(1) Output: DistributedPrint.PD-CLIENT,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lbin/pdcommand: HPDPS $Header: /hpux/pd/hp/src/client/pdcommand_rev. c 82.2 1997-07-16 10:32:17-07 ssa Exp $ /opt/pd/bin/pdclean: HPDPS $Header: /hpux/pd/hp/src/client/pdcommand_rev. c 82.2 1997-07-16 10:32:17-07 ssa Exp $ /opt/pd/lbin/pdclientd: HPDPS $Header: /hpux/pd/hp/src/client/libpdclient_re v.c 82.2 1997-07-16 10:31:48-07 ssa Exp $ HPDPS $Header: /hpux/pd/hp/src/client/pdclientd_rev. c 82.2.2.1 1998-09-18 04:05:20-07 ssa Exp $ /opt/pd/lbin/pdlp: $Header: /hpux/pd/hp/src/gateway/pdenq.cpp 82.15.1.3 1999-11-05 13:42:25-08 rishak Exp $ /opt/pd/lib/libpdobj.sl: HPDPS $Header: /hpux/pd/hp/src/clntinf/libpdobj_rev. c 82.2 1997-07-16 10:32:57-07 ssa Exp $ DistributedPrint.PD-COMMON,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/bin/lp: $Revision: 82.8.1.44 $ $Header: /hpux/pd/hp/src/gateway/lp.c 78.4 2000-01-2 6 16:07:50-08 lbyler Exp $ /opt/pd/bin/pdps: (none) /opt/pd/bin/pdmsg: (none) /opt/pd/bin/pdmsghlp: $Header: /hpux/pd/hp/src/common/pdmsghlp.cpp 82.4 19 97-07-16 10:34:49-07 ssa Exp $ /opt/pd/lbin/basicdsd: HPDPS $Header: /hpux/pd/hp/src/ns/basicdsd_rev.c 82. 2 1997-07-16 10:38:35-07 ssa Exp $ /opt/pd/lbin/dspmsg: HPDPS $Header: /hpux/pd/hp/src/common/dspmsg.cpp 82. 3 1997-07-16 10:33:24-07 ssa Exp $ /opt/pd/lbin/pddmsg: (none) /opt/pd/lib/libordered.sl: HPDPS $Header: /hpux/pd/hp/src/oid/libordered_rev.c 82.2 1997-07-16 10:39:36-07 ssa Exp $ /opt/pd/lib/libpd.sl: HPDPS $Header: /hpux/pd/hp/src/common/libpd_rev.c 82 .2.1.1 1998-09-18 04:26:28-07 ssa Exp $ /opt/pd/lib/nls/msg/C/fpa.cat: PATCH_11_00 98/09/18. /opt/pd/lib/nls/msg/C/fpahelp.cat: PATCH_11_00 98/09/18. /opt/pd/newconfig/etc/rc.config.d/pd: $Revision: 82.2.1.1 $ /sbin/init.d/pd: $Revision: 82.2.1.3 $ DistributedPrint.PD-SERVCOMMON,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lib/libdposerv.sl: HPDPS $Header: /hpux/pd/hp/src/dpo/libdposerv_rev.c 82.2.1.1 1998-09-18 04:17:23-07 ssa Exp $ /opt/pd/lib/libserv.sl: HPDPS $Header: /hpux/pd/hp/src/spooler/libserver_rev .c 82.2 1997-07-16 10:44:41-07 ssa Exp $ DistributedPrint.PD-SPOOLER,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lbin/spooler: $Header: /hpux/pd/hp/src/spooler/spooler_rev.c 82.2 1997-07-16 10:46:23-07 ssa Exp $ DistributedPrint.PD-SUPERVISOR,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: /opt/pd/lbin/supervisor: HPDPS $Header: /hpux/pd/hp/src/suv/libsuv_rev.c 82.2 1997-07-16 10:45:47-07 ssa Exp $ HPDPS $Header: /hpux/pd/hp/src/suv/supervisor_rev.c 82.2.2.1 1998-09-18 03:56:41-07 ssa Exp $ /opt/pd/lib/ip/PSII-P4050Z: (none) /opt/pd/lib/ip/dumb: (none) /opt/pd/lib/ipmap/dumb: $Header: /hpux/pd/hp/ipmap/dumb 78.1 1998-11-18 06:3 3:16-08 ssa Exp $ /opt/pd/lib/ip/generic: (none) /opt/pd/lib/ip/net_lj8500: $Header: /hpux/pd/hp/ip/net_ljcolor 82.3 1999-07-30 04:39:29-07 ssa Exp $ /opt/pd/lib/ip/net_lj8550: $Header: /hpux/pd/hp/ip/net_lj8550 82.2 2000-06-06 1 9:10:55-07 stran Exp $ /opt/pd/lib/ip/net_ljx000: $Header: /hpux/pd/hp/ip/net_ljx000 82.3 1999-07-30 0 4:46:24-07 ssa Exp $ /opt/pd/lib/ipmap/LJ8100: $Header: /hpux/pd/hp/ipmap/LJ8100 82.3 2000-06-07 00 :13:41-07 stran Exp $ /opt/pd/lib/ipmap/LJ8500: $Header: /hpux/pd/hp/ipmap/LJ8500 82.3 2000-06-06 23 :51:11-07 stran Exp $ /opt/pd/lib/ipmap/LJ8550: $Header: /hpux/pd/hp/ipmap/LJ8550 82.1 2000-06-06 17 :44:30-07 stran Exp $ /opt/pd/lib/ipmap/PCL3: $Header: /hpux/pd/hp/ipmap/PCL3 78.6 1996-03-25 06:2 3:40-08 ssa Exp $ /opt/pd/lib/ipmap/generic: $Header: /hpux/pd/hp/ipmap/dumb 78.1 1998-11-18 06:3 3:16-08 ssa Exp $ /opt/pd/lib/libfcrm0.sl: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/libordersuv.sl: HPDPS $Header: /hpux/pd/hp/src/suv/libordersuv_rev.c 82.2.1.1 1998-09-18 04:22:31-07 ssa Exp $ /opt/pd/lib/libsnmp.sl: $Id: SNMP_Client.C,v 82.1 1997-07-17 02:41:02-07 ssa Exp $ $Id: XPortCache.C,v 82.1 1997-07-17 02:41:33-07 ssa Exp $ $Id: snmplib.c,v 82.1 1997-07-17 02:42:04-07 ssa Exp $ $Id: snmputil.c,v 82.1 1997-07-17 02:42:10-07 ssa Ex p $ $Id: xportudp.c,v 82.1 1997-07-17 02:42:16-07 ssa Ex p $ /opt/pd/lib/model/LaserJet8100/attribute: $Header: /hpux/pd/hp/model/LaserJet8100.att 82.2 199 9-08-11 03:50:51-07 ssa Exp $ /opt/pd/lib/model/LaserJet8100/driver: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/model/LaserJet8100/ip: $Header: /hpux/pd/hp/ip/net_ljx000 82.3 1999-07-30 0 4:46:24-07 ssa Exp $ /opt/pd/lib/model/LaserJet8100/ipmap: $Header: /hpux/pd/hp/ipmap/LJ8100 82.3 2000-06-07 00 :13:41-07 stran Exp $ /opt/pd/lib/model/LaserJet8500/attribute: $Header: /hpux/pd/hp/model/LaserJet8500.att 82.2 199 9-08-11 03:50:41-07 ssa Exp $ /opt/pd/lib/model/LaserJet8500/driver: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/model/LaserJet8500/ip: $Header: /hpux/pd/hp/ip/net_ljcolor 82.3 1999-07-30 04:39:29-07 ssa Exp $ /opt/pd/lib/model/LaserJet8500/ipmap: $Header: /hpux/pd/hp/ipmap/LJ8500 82.3 2000-06-06 23 :51:11-07 stran Exp $ /opt/pd/lib/model/LaserJet8550/attribute: $Header: /hpux/pd/hp/model/LaserJet8550.att 82.1 200 0-06-06 17:29:38-07 lbyler Exp $ /opt/pd/lib/model/LaserJet8550/driver: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/model/LaserJet8550/ip: $Header: /hpux/pd/hp/ip/net_lj8550 82.2 2000-06-06 1 9:10:55-07 stran Exp $ /opt/pd/lib/model/LaserJet8550/ipmap: $Header: /hpux/pd/hp/ipmap/LJ8550 82.1 2000-06-06 17 :44:30-07 stran Exp $ /opt/pd/lib/model/HPP405/attribute: $Header: /hpux/pd/hp/model/HPP405.att 78.2 1999-01-1 1 01:44:27-08 ssa Exp $ /opt/pd/lib/model/HPP405/driver: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/model/HPP405/ip: (none) /opt/pd/lib/model/HPP405/ipmap: $Header: /hpux/pd/hp/ipmap/PCL3 78.6 1996-03-25 06:2 3:40-08 ssa Exp $ /opt/pd/lib/model/dumb/attribute: $Header: /hpux/pd/hp/model/dumb.att 78.1 1998-11-18 06:31:17-08 ssa Exp $ /opt/pd/lib/model/dumb/driver: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/model/dumb/ip: (none) /opt/pd/lib/model/dumb/ipmap: $Header: /hpux/pd/hp/ipmap/dumb 78.1 1998-11-18 06:3 3:16-08 ssa Exp $ /opt/pd/lib/model/generic/attribute: $Header: /hpux/pd/hp/model/dumb.att 78.1 1998-11-18 06:31:17-08 ssa Exp $ /opt/pd/lib/model/generic/driver: HPDPS $Header: /hpux/pd/hp/src/suv/libfcrm0_rev.c 82 .2 1997-07-16 10:45:44-07 ssa Exp $ /opt/pd/lib/model/generic/ip: (none) /opt/pd/lib/model/generic/ipmap: $Header: /hpux/pd/hp/ipmap/dumb 78.1 1998-11-18 06:3 3:16-08 ssa Exp $ cksum(1) Output: DistributedPrint.PD-CLIENT,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: 1107225658 229376 /opt/pd/lbin/pdcommand 1107225658 229376 /opt/pd/bin/pdclean 2766040363 1507328 /opt/pd/lbin/pdclientd 3623809544 364544 /opt/pd/lbin/pdlp 3295079983 258048 /opt/pd/lib/libpdobj.sl DistributedPrint.PD-COMMON,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: 4090071299 20480 /opt/pd/bin/lp 3213574525 1022 /opt/pd/bin/pdps 1931736925 3883 /opt/pd/bin/pdmsg 4129382123 135168 /opt/pd/bin/pdmsghlp 2743443300 253952 /opt/pd/lbin/basicdsd 3254003450 20480 /opt/pd/lbin/dspmsg 2532831702 135168 /opt/pd/lbin/pddmsg 2858096362 1368064 /opt/pd/lib/libordered.sl 3594369042 6483968 /opt/pd/lib/libpd.sl 469728232 124496 /opt/pd/lib/nls/msg/C/fpa.cat 1888090271 184703 /opt/pd/lib/nls/msg/C/fpahelp.cat 2272608869 5505 /opt/pd/newconfig/etc/rc.config.d/pd 2998825556 11036 /sbin/init.d/pd DistributedPrint.PD-SERVCOMMON,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: 2130538405 352256 /opt/pd/lib/libdposerv.sl 3660053105 950272 /opt/pd/lib/libserv.sl DistributedPrint.PD-SPOOLER,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: 2563237945 2174976 /opt/pd/lbin/spooler DistributedPrint.PD-SUPERVISOR,fr=B.11.00, fa=HP-UX_B.11.00_32/64,v=HP: 46518638 1912832 /opt/pd/lbin/supervisor 1256781075 35185 /opt/pd/lib/ip/PSII-P4050Z 2126585877 3470 /opt/pd/lib/ip/dumb 151086567 3908 /opt/pd/lib/ipmap/dumb 2126585877 3470 /opt/pd/lib/ip/generic 873302689 76873 /opt/pd/lib/ip/net_lj8500 2340650360 137086 /opt/pd/lib/ip/net_lj8550 3910987283 108923 /opt/pd/lib/ip/net_ljx000 322656371 7461 /opt/pd/lib/ipmap/LJ8100 3507648583 7522 /opt/pd/lib/ipmap/LJ8500 3763551035 8534 /opt/pd/lib/ipmap/LJ8550 3881593693 4590 /opt/pd/lib/ipmap/PCL3 151086567 3908 /opt/pd/lib/ipmap/generic 3908874115 32768 /opt/pd/lib/libfcrm0.sl 2962789788 200704 /opt/pd/lib/libordersuv.sl 4224862823 81920 /opt/pd/lib/libsnmp.sl 4091982469 5667 /opt/pd/lib/model/LaserJet8100/attribute 3908874115 32768 /opt/pd/lib/model/LaserJet8100/driver 3910987283 108923 /opt/pd/lib/model/LaserJet8100/ip 322656371 7461 /opt/pd/lib/model/LaserJet8100/ipmap 2065998496 5876 /opt/pd/lib/model/LaserJet8500/attribute 3908874115 32768 /opt/pd/lib/model/LaserJet8500/driver 873302689 76873 /opt/pd/lib/model/LaserJet8500/ip 3507648583 7522 /opt/pd/lib/model/LaserJet8500/ipmap 4225281206 6103 /opt/pd/lib/model/LaserJet8550/attribute 3908874115 32768 /opt/pd/lib/model/LaserJet8550/driver 2340650360 137086 /opt/pd/lib/model/LaserJet8550/ip 3763551035 8534 /opt/pd/lib/model/LaserJet8550/ipmap 1924494314 3904 /opt/pd/lib/model/HPP405/attribute 3908874115 32768 /opt/pd/lib/model/HPP405/driver 1256781075 35185 /opt/pd/lib/model/HPP405/ip 3881593693 4590 /opt/pd/lib/model/HPP405/ipmap 944960805 3515 /opt/pd/lib/model/dumb/attribute 3908874115 32768 /opt/pd/lib/model/dumb/driver 2126585877 3470 /opt/pd/lib/model/dumb/ip 151086567 3908 /opt/pd/lib/model/dumb/ipmap 944960805 3515 /opt/pd/lib/model/generic/attribute 3908874115 32768 /opt/pd/lib/model/generic/driver 2126585877 3470 /opt/pd/lib/model/generic/ip 151086567 3908 /opt/pd/lib/model/generic/ipmap Patch Conflicts: None Patch Dependencies: s700: 11.00: PHCO_15616 s800: 11.00: PHCO_15616 Hardware Dependencies: None Other Dependencies: None Supersedes: PHCO_18230 PHCO_20525 PHCO_21205 Equivalent Patches: PHCO_21853: s700: 10.20 s800: 10.20 Patch Package Size: 16920 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHCO_21854 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHCO_21854.depot By default swinstall will archive the original software in /var/adm/sw/save/PHCO_21854. If you do not wish to retain a copy of the original software, use the patch_save_files option: swinstall -x autoreboot=true -x patch_match_target=true \ -x patch_save_files=false -s /tmp/PHCO_21854.depot WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHCO_21854.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHCO_21854.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_21854.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: - PHCO_20525 -- /opt/pd/bin/lp should be executed in order to allow access to logical DPS printer with authorize-jobs true. User either explicitly calls /opt/pd/bin/lp or places /opt/pd/bin ahead of /usr/bin in PATH variable. -- DPS uses a user-configurable file, /etc/rc.config.d/pd, in its startup operation. A new version of this file is delivered with this patch. It can be found at /opt/pd/newconfig/etc/rc.config.d/pd . Users should modify *a copy* of this file to reflect their configuration values, and place the result in /etc/rc.config.d/pd . Do *not* modify the delivered file directly, as this will cause a swverify of future DPS patches to fail. - Must have 11.00 DistributedPrint product installed before this patch is installed. - PHCO_15616 is an LP patch needed for LP interface.