Patch Name: PHNE_21172 Patch Description: s700_800 10.20 ATM-HSC and HP-PB 3.0/6.0 cumulative patch Creation Date: 00/03/23 Post Date: 00/03/28 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: J2805BA: I.10.20.40 J2805BA: I.10.20.50 J2806CA: I.10.20.40 J2806CA: I.10.20.50 J3572BA: I.10.20.40 J3572BA: I.10.20.50 A5483A: I.10.20.40 A5483A: I.10.20.50 A5513A: I.10.20.40 A5513A: I.10.20.50 A5515A: I.10.20.40 A5515A: I.10.20.50 J2468A: I.10.20.40 J2468A: I.10.20.50 J2469A: I.10.20.40 J2469A: I.10.20.50 J2499A: I.10.20.40 J2499A: I.10.20.50 J2804A: I.10.20.40 J2804A: I.10.20.50 J3420B: I.10.20.40 J3420B: I.10.20.50 J3573A: I.10.20.40 J3573A: I.10.20.50 Filesets: ATM2HSC.ATM2HSC-KRN ATM2HSC.ATM2HSC-RUN ATMHSC.ATMHSC-KRN ATMPB.ATMPB-KRN ATM2PCI.ATM2PCI-KRN ATMCORE.ATMCORE-KRN ATMCORE.ATMCORE-RUN ATMCORE.ATMCORE-MAN ATMSAM.ATMSAM-RUN ATMSAM.ATMSAM-HELP ATMHA.ATMHA-RUN ATMHA.ATMHA-MAN Automatic Reboot?: Yes Status: General Superseded Critical: Yes PHNE_21172: PANIC The system may panic PHNE_20947: PANIC The system may panic PHNE_19505: PANIC The system may panic Path Name: /hp-ux_patches/s700_800/10.X/PHNE_21172 Symptoms: PHNE_21172: - Elan interface is unable to go up even when the card and the interface are restarted. - Data page fault panic in function paEcELE11S7 when the LECS is restarted. - A default route pointing to 127.0.0.1 is added when a backup interface is configured for a LANE interface in HA configuration. PHNE_20947: - data page fault panic in function bcopy_pxcu_method - SAM is unable to list installed network cards if the ATM subsystem is not initialized. - Data transfer problems over an ATM CIP interface with very large MTU size (> 32K). - Interoperability problems caused by LANE eavesdropping. - Cannot join Elan services if the LAN type is not specified during the configuration phase. - ATM LEC interface unable to become operational after carrier lost if the LECS address is configured from network. PHNE_19505: - data page fault panic in function paMcRemoveIngressEntry. - ATM subsystem start-up failure if no ATM card installed - Cannot do Token Ring source routing if LECS does not provide Segment ID in the LE_CONFIGURE_RESPONSE. - MAC LEARP entries not deleted or updated. - ATM driver logs as errors messages which are just informatives. - A patch can be installed on a subsequent release. - Loopback routes are not created for CIP and LANE interfaces. - Impossible to configure Lan Emulation interfaces when a multiple of 8 number of cards installed. Defect Description: PHNE_21172: - JAGad01337: Elan interface unable to go up even after the ATM card or the interface are reset. This problem was caused by the fact that some errors were not taken into account during the configuration of the LEC SAP (Service access point). In this case the Layer Manager waits for the LEC to complete the configuration while the LEC having experience an error condition, is in a state where the Layer Manager will have to reconfigure the SAP. - JAGad01341: Data page fault in function paEcELE11S7 when the LECS is restarted. The LEC provider and user interface is direct function call based. Some actions may result to the the same layer being recalled and some structured being freed. If these structures are accessed later this may cause a panic. Some of such reentrances were not taken into account. - JAGac89037: A default route pointing to 127.0.0.1 is added when a backup interface is configured for a LANE interface in HA configuration. To avoid dependency on the ATM network when using a CIP or LANE interface locally, a route to 127.0.0.1 is added when the interface comes up. If the elan interface is a backup interface of an HA configuration, there is no IP address associated with the interface. This was not taken into account when adding to the route to 127.0.0.1 for this interface. If this case IP address parameter may be 0. This results to a default route pointing to 127.0.0.1 being added. Resolution: - JAGad01337: All error cases are now notify to the Layer manager so that it can take appropriate action. - JAGad01341: Layer Re-entrance is now taken into account in the manipulation of objects. - JAGac89037: No route to 127.0.0.1 is added when there is no IP address associated with the interface. PHNE_20947: - JAGac46775: data page fault in function bcopy_pxcu_method. The panic is caused by a defect in LANE function which processes addition and deletion of multicast mac addresses. When the mac address to be deleted is different from the default multicast mac addresses (01005E000001/01005E000000), a NULL pointer was passed to the function bcopy. - JAGab71976: SAM is unable to list installed network cards if The ATM subsystem is not initialized. When the ATM subsystem is not initialized and SAM is requested to list installed network cards, if SAM discovers an installed ATM card, it tries to have some information about the card, but as the necessary device files are not created, an error occurred. That leads SAM to abort the operation. - JAGab64981: data transfer problems over an ATM CIP interface with very large MTU size (> 32K). If a MTU size greater than the standard default MTU of 9180 is configured, there may be some interoperability problems if the same MTU is not used for all interfaces in the same LIS. Moreover for large MTU sizes (> 32K) TCP/IP parameters must be tuned appropriately. So far SAM was not providing this information for large MTU sizes. - JAGab69572: interoperability problems caused by LANE eavesdropping. Some proprietary extensions of LANE do not interoperate with LANE emulation eavesdropping. HP implementation was not providing any support to disable eavesdropping. - JAGab77832: Cannot join LANE services if the LAN type is not specified during the configuration phase. In a few configurations, LANE services may require the LEC to explicitely specify the LAN type to either 802.3/Ethernet or 802.5. HP implementation was not providing users the capacity to configure the LAN type. - JAGac40939: An ATM LEC interface is unable to become operational after carrier lost when the LECS address is configured from network. When the LECS address is configured from network, the LEC should retrieve the address through ILMI. When the carrier is lost and come back, ILMI should recon- nect to its PVC and re-initialize its resources for this link. If the LEC requests the address before ILMI is ready, the request is rejected and the LEC tries to use the well known address. If the LECS is not con- figured to listen to the well known address, The LEC cannot establish a connection with the LECS. Resolution: - JAGac46775: Now the pointer to the multicast mac address is passed to bcopy. - JAGab71976: Now if the ATM subsystem is not initialized, SAM propose to initialize the ATM subsystem to be able to list ATM cards. If the user chooses to not initialize the ATM subsystem, ATM cards are not listed, but other installed network cards are listed. -JAGab64981: if a MTU size greater than 9180 is configured, SAM warns the user to make sure that the same MTU is used for all interfaces on the same LIS and to tune TCP/IP parametrs appropritely. - JAGab69572: LANE eavesdropping can be disable now if the following is set in the ATM configuration file /etc/rc.config.d/atmconf: ATM_ELAN_NOEAVESDROP=1, before the ATM subsystem is initialized. - JAGab77832: the LAN type can now be specified in the LEC interface configuration file by setting either HP_ATM_LAN_TYPE=802.3 for 802.3/ethernet HP_ATM_LAN_TYPE=802.5 for token ring. -JAGac40939: Now the LEC makes sure that ILMI is ready before requesting the LECS address. PHNE_19505: - JAGab6558:data page fault in function paMcRemoveIngressEntry. The panic was caused by a bad parameter passed to function paMcRemoveIngressEntry. - JAGab63567: ATM subsystem start-up failure when no ATM card installed. This problem is caused by the fact that the start-up script started some ATM daemons but ATM driver does not let them access some devices if no ATM card is installed. - 1653308841, JAGab64430: Cannot do Token Ring source routing if LECS does not provide Segment ID in the LE_CONFIGURE_RESPONSE. The LEC stack was not retrieving the Segment from the packet to be able to do source routing. - JAGab77735: MAC LEARP entries not deleted or updated. The problem was caused by incorrect implementation of functions which manage MAC entries. In one case the function which starts aging timer was called with a bad parameter. This was resulting to the timer not being started. - 5003462879, JAGab64966: ATM driver logs error messages which are just informative. ATM driver was logging some informative messages in ERROR class. - 5003453373, JAGab64953: a patch can be installed on a subsequent release. The product releases the patch applies to where documented but this was not enforced. - 1653279752, JAGab64354: Loopback routes are not created for CIP and LANE interfaces. Loopback routes were not automatically created for CIP and LANE interfaces. - JAGab83458: Impossible to configure Lan Emulation interfaces when a multiple of 8 number of cards installed. This is caused by the fact that in the function which handles general configuration of LANE, a local variable of insufficent size was used to save the number of ressources to allocate. When there were more than one ATM cards installed, an incorrect number of ressources was allocated. For multiple of a 8 number of cards, no ressource at all was allocated. This resulted to LANE general configuration not being performed. Resolution: - JAGab65558:Now call paMcRemoveIngressEntry with the correct parameters. - JAGab63567: Start-up script has been changed to check if there is at least one ATM card installed before proceeding. - 1653308841, JAGab64430: the Segment ID is now retrieved from the packets if it is not provided in LE_CONFIGURED_RESPONSE. - JAGab77735: The function which starts aging timer is now called with the right parameter. - 5003462879, JAGab64966: corresponding errors are now logged in the right class. - 5003453373, JAGab64953: Now when a patch is installed, the version of the product is checked. - Loopback routes are now automatically created for CIP and LANE interfaces. - JAGab83458: The local variable is now declared with the correct size. SR: 5003388405 5003423764 5003431551 5003423194 5003401950 5003359661 1653270694 1653272641 1653271346 5003437756 1653282145 5003447136 5003447029 5003447011 5003370155 5003370163 5003371898 5003369702 5003371179 4701348425 1653011061 4701346882 5003376905 5003388132 5003386862 5003382069 1653235788 1653235309 1653246223 1653249342 1653248930 1653262592 5003416495 5003451872 5003458067 5003359836 5003463679 5003429381 1653308841 5003462879 5003453373 1653279752 Patch Files: /usr/conf/lib/libatmgsc.a /usr/conf/lib/atmgsc_dbg.o /usr/conf/master.d/atmgsc /usr/conf/lib/libatm2gsc.a /usr/conf/lib/atm2gsc_dbg.o /usr/conf/master.d/atm2gsc /usr/sbin/alxdump /usr/conf/lib/libatmnio.a /usr/conf/lib/atmnio_dbg.o /usr/conf/master.d/atmnio /usr/conf/lib/libatm2pci.a /usr/conf/lib/atm2pci_dbg.o /usr/conf/master.d/atm2pci /usr/conf/lib/libatm.a /usr/conf/lib/atm_dbg.o /usr/conf/master.d/atm /usr/sbin/atminit /usr/sbin/atmstop /usr/sbin/atminit_net /usr/sbin/atmstop_net /usr/sbin/atmtune /usr/sbin/atmmgr /usr/sbin/atmconfig /usr/sbin/elstat /usr/sbin/elarp /usr/sbin/mpcstat /usr/sbin/mpcarp /usr/lib/nls/msg/C/atminit.cat /usr/lib/nls/msg/C/atmmgr.cat /usr/lib/nls/msg/C/atmconfig.cat /usr/lib/nls/msg/C/elarp.cat /usr/lib/nls/msg/C/elstat.cat /usr/lib/nls/msg/C/mpcarp.cat /usr/lib/nls/msg/C/mpcstat.cat /usr/lib/nls/msg/C/atmloop.cat /usr/lib/nls/msg/C/atmcheck.cat /usr/lib/nls/msg/C/atmserver.cat /usr/lib/nls/msg/C/atm.cat /usr/newconfig/etc/rc.config.d/atmconf /sbin/init.d/atm /usr/sbin/atmstrsrvd /usr/lib/libatmfmt.sl /usr/sbin/atmdebug /usr/sbin/atmloop /usr/sbin/atmcheck /usr/lbin/atmserver /usr/lbin/ilmid /usr/newconfig/etc/atm/ilmid.conf /etc/atmrev/atm2to3 /etc/atmrev/atm3to4 /etc/atmrev/atm4to5 /usr/contrib/bin/atminfo /usr/share/man/man1m.Z/atmcheck.1m /usr/share/man/man1m.Z/atmserver.1m /usr/share/man/man1m.Z/atminit.1m /usr/share/man/man1m.Z/atminit_net.1m /usr/share/man/man1m.Z/atmmgr.1m /usr/share/man/man1m.Z/atmloop.1m /usr/share/man/man1m.Z/atmstop.1m /usr/share/man/man1m.Z/atmstop_net.1m /usr/share/man/man1m.Z/atmconfig.1m /usr/share/man/man1m.Z/elarp.1m /usr/share/man/man1m.Z/elstat.1m /usr/share/man/man1m.Z/mpcarp.1m /usr/share/man/man1m.Z/mpcstat.1m /opt/hatmmon/lib/libgendico.sl /opt/hatmmon/lib/libgenreply.sl /opt/hatmmon/lib/libhaconfig.sl /opt/hatmmon/sbin/hatmmon /opt/hatmmon/sbin/serv_hatmmon /opt/hatmmon/sbin/hatmmigrate /opt/hatmmon/lib/libatmconfig.sl /opt/hatmmon/lib/libatmsts.sl /opt/hatmmon/lib/libatmstse.sl /opt/hatmmon/lib/libgenutil.sl /opt/hatmmon/lib/libgenutile.sl /opt/hatmmon/lib/libshaconfig.sl /opt/hatmmon/lib/libipaddr.sl /opt/hatmmon/lib/libsamcfg.sl /opt/hatmmon/lib/libatmcmds.sl /opt/hatmmon/lib/nls/msg/C/hatmmon.cat /opt/hatmmon/lib/nls/msg/C/hatmmone.cat /opt/hatmmon/share/man/man1m.Z/hatmmon.1m /opt/hatmmon/share/man/man1m.Z/serv_hatmmon.1m /usr/sam/lbin/atm.sh /usr/sam/lbin/atmupdate.sh /usr/sam/lib/kc/subsys.ATM.tx /usr/sam/lib/kc/params.ATM.tx /usr/sam/lib/kc/drivers.ATM.tx /usr/sam/lib/C/atmnia.ui /usr/sam/lib/C/atminuse.ui /usr/sam/lib/atm/atm.tm /usr/sam/lib/atm/atm.da /usr/sam/lib/atm/libatm.sl /usr/sam/help/C/atm/ATM.hv /usr/sam/help/C/atm/ATM.hvk /usr/sam/help/C/atm/ATM.xrh /usr/sam/help/C/atm/ATM00.ht /usr/sam/help/C/atm/ATM01.ht /usr/sam/help/C/atm/ATM02.ht what(1) Output: /usr/conf/lib/libatmgsc.a: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:25, alainn) /usr/conf/lib/atmgsc_dbg.o: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:25, alainn) /usr/conf/master.d/atmgsc: None /usr/conf/lib/libatm2gsc.a: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:25, alainn) /usr/conf/lib/atm2gsc_dbg.o: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:26, alainn) /usr/conf/master.d/atm2gsc: None /usr/sbin/alxdump: None /usr/conf/lib/libatmnio.a: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:27, alainn) /usr/conf/lib/atmnio_dbg.o: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:27, alainn) /usr/conf/master.d/atmnio: None /usr/conf/lib/libatm2pci.a: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:26, alainn) /usr/conf/lib/atm2pci_dbg.o: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:27, alainn) /usr/conf/master.d/atm2pci: None /usr/conf/lib/libatm.a: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:34, alainn) ATMSAM_5 /usr/conf/lib/atm_dbg.o: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:33, alainn) /usr/conf/master.d/atm: None /usr/sbin/atminit: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) ATMSAM_5 ATMSAM_5 /usr/sbin/atmstop: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) ATMSAM_5 ATMSAM_5 /usr/sbin/atminit_net: ATMSAM_5 ATMSAM_5 /usr/sbin/atmstop_net: ATMSAM_5 ATMSAM_5 /usr/sbin/atmtune: None /usr/sbin/atmmgr: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:19, alainn) ATMSAM_5 /usr/sbin/atmconfig: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:19, alainn) ATMSAM_5 /usr/sbin/elstat: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/sbin/elarp: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/sbin/mpcstat: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/sbin/mpcarp: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/lib/nls/msg/C/atminit.cat: None /usr/lib/nls/msg/C/atmmgr.cat: None /usr/lib/nls/msg/C/atmconfig.cat: None /usr/lib/nls/msg/C/elarp.cat: None /usr/lib/nls/msg/C/elstat.cat: None /usr/lib/nls/msg/C/mpcarp.cat: None /usr/lib/nls/msg/C/mpcstat.cat: None /usr/lib/nls/msg/C/atmloop.cat: None /usr/lib/nls/msg/C/atmcheck.cat: None /usr/lib/nls/msg/C/atmserver.cat: None /usr/lib/nls/msg/C/atm.cat: None /usr/newconfig/etc/rc.config.d/atmconf: None /sbin/init.d/atm: None /usr/sbin/atmstrsrvd: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:34, alainn) queue primitives (ATQ) $Revision: 6.1 $ /usr/lib/libatmfmt.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:22, alainn) /usr/sbin/atmdebug: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:22, alainn) /usr/sbin/atmloop: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/sbin/atmcheck: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/lbin/atmserver: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /usr/lbin/ilmid: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) /usr/newconfig/etc/atm/ilmid.conf: None /etc/atmrev/atm2to3: ATMSAM_3 ATMSAM_3 /etc/atmrev/atm3to4: None /etc/atmrev/atm4to5: None /usr/contrib/bin/atminfo: None /usr/share/man/man1m.Z/atmcheck.1m: None /usr/share/man/man1m.Z/atmserver.1m: None /usr/share/man/man1m.Z/atminit.1m: None /usr/share/man/man1m.Z/atminit_net.1m: None /usr/share/man/man1m.Z/atmmgr.1m: None /usr/share/man/man1m.Z/atmloop.1m: None /usr/share/man/man1m.Z/atmstop.1m: None /usr/share/man/man1m.Z/atmstop_net.1m: None /usr/share/man/man1m.Z/atmconfig.1m: None /usr/share/man/man1m.Z/elarp.1m: None /usr/share/man/man1m.Z/elstat.1m: None /usr/share/man/man1m.Z/mpcarp.1m: None /usr/share/man/man1m.Z/mpcstat.1m: None /opt/hatmmon/lib/libgendico.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libgenreply.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) /opt/hatmmon/lib/libhaconfig.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) /opt/hatmmon/sbin/hatmmon: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) /opt/hatmmon/sbin/serv_hatmmon: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) /opt/hatmmon/sbin/hatmmigrate: None /opt/hatmmon/lib/libatmconfig.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libatmsts.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libatmstse.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libgenutil.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libgenutile.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libshaconfig.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:21, alainn) /opt/hatmmon/lib/libipaddr.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libsamcfg.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/libatmcmds.sl: ATM Networking rev. X.10.20.00 PHNE_21172 (18-Mar-00 _02:20, alainn) /opt/hatmmon/lib/nls/msg/C/hatmmon.cat: None /opt/hatmmon/lib/nls/msg/C/hatmmone.cat: None /opt/hatmmon/share/man/man1m.Z/hatmmon.1m: None /opt/hatmmon/share/man/man1m.Z/serv_hatmmon.1m: None /usr/sam/lbin/atm.sh: None /usr/sam/lbin/atmupdate.sh: None /usr/sam/lib/kc/subsys.ATM.tx: None /usr/sam/lib/kc/params.ATM.tx: None /usr/sam/lib/kc/drivers.ATM.tx: None /usr/sam/lib/C/atmnia.ui: None /usr/sam/lib/C/atminuse.ui: None /usr/sam/lib/atm/atm.tm: atm.tm */ /usr/sam/lib/atm/atm.da: None /usr/sam/lib/atm/libatm.sl: ATM-SAM/HP-UX 10.X/Rev.C2.64 date:01/07/00 09:26:16 /usr/sam/help/C/atm/ATM.hv: None /usr/sam/help/C/atm/ATM.hvk: None /usr/sam/help/C/atm/ATM.xrh: None /usr/sam/help/C/atm/ATM00.ht: None /usr/sam/help/C/atm/ATM01.ht: None /usr/sam/help/C/atm/ATM02.ht: None cksum(1) Output: 992030293 75008 /usr/conf/lib/libatmgsc.a 3015667615 200728 /usr/conf/lib/atmgsc_dbg.o 3089686579 4322 /usr/conf/master.d/atmgsc 3456016933 128616 /usr/conf/lib/libatm2gsc.a 2342419276 181384 /usr/conf/lib/atm2gsc_dbg.o 3732861397 4330 /usr/conf/master.d/atm2gsc 409047749 36864 /usr/sbin/alxdump 204052931 50044 /usr/conf/lib/libatmnio.a 2237256829 203236 /usr/conf/lib/atmnio_dbg.o 1430530863 4337 /usr/conf/master.d/atmnio 3415059593 154656 /usr/conf/lib/libatm2pci.a 2810328592 187532 /usr/conf/lib/atm2pci_dbg.o 1161035540 4344 /usr/conf/master.d/atm2pci 2409099409 1952980 /usr/conf/lib/libatm.a 2828096691 635708 /usr/conf/lib/atm_dbg.o 2577838070 4894 /usr/conf/master.d/atm 2857110499 118784 /usr/sbin/atminit 3449859481 65536 /usr/sbin/atmstop 2268717243 118784 /usr/sbin/atminit_net 3509299546 65536 /usr/sbin/atmstop_net 4218847338 24576 /usr/sbin/atmtune 4026304441 73728 /usr/sbin/atmmgr 2501808669 69632 /usr/sbin/atmconfig 1059830463 36864 /usr/sbin/elstat 297343933 28672 /usr/sbin/elarp 1803881384 45056 /usr/sbin/mpcstat 3701663950 40960 /usr/sbin/mpcarp 347883254 7163 /usr/lib/nls/msg/C/atminit.cat 3407368382 9341 /usr/lib/nls/msg/C/atmmgr.cat 2681125084 6101 /usr/lib/nls/msg/C/atmconfig.cat 2952854627 1008 /usr/lib/nls/msg/C/elarp.cat 672666884 1137 /usr/lib/nls/msg/C/elstat.cat 635699159 1010 /usr/lib/nls/msg/C/mpcarp.cat 659312779 1253 /usr/lib/nls/msg/C/mpcstat.cat 2426629005 3555 /usr/lib/nls/msg/C/atmloop.cat 3993147177 3361 /usr/lib/nls/msg/C/atmcheck.cat 2140544740 3755 /usr/lib/nls/msg/C/atmserver.cat 542496807 86227 /usr/lib/nls/msg/C/atm.cat 2536119484 2014 /usr/newconfig/etc/rc.config.d/atmconf 1970043873 13489 /sbin/init.d/atm 1068588700 16384 /usr/sbin/atmstrsrvd 2764725348 688128 /usr/lib/libatmfmt.sl 1608508676 16384 /usr/sbin/atmdebug 2999816659 36864 /usr/sbin/atmloop 1725359693 36864 /usr/sbin/atmcheck 2481942950 36864 /usr/lbin/atmserver 4092552813 229376 /usr/lbin/ilmid 2186828048 2629 /usr/newconfig/etc/atm/ilmid.conf 4232259267 5035 /etc/atmrev/atm2to3 3645962800 10902 /etc/atmrev/atm3to4 1463819247 1635 /etc/atmrev/atm4to5 3149887817 19117 /usr/contrib/bin/atminfo 644405512 2989 /usr/share/man/man1m.Z/atmcheck.1m 644405512 2989 /usr/share/man/man1m.Z/atmserver.1m 3782680013 9723 /usr/share/man/man1m.Z/atminit.1m 3782680013 9723 /usr/share/man/man1m.Z/atminit_net.1m 3902024281 8215 /usr/share/man/man1m.Z/atmmgr.1m 2395379543 1238 /usr/share/man/man1m.Z/atmloop.1m 1674776955 1380 /usr/share/man/man1m.Z/atmstop.1m 1674776955 1380 /usr/share/man/man1m.Z/atmstop_net.1m 3663350231 5122 /usr/share/man/man1m.Z/atmconfig.1m 1123581040 1410 /usr/share/man/man1m.Z/elarp.1m 1728367758 2989 /usr/share/man/man1m.Z/elstat.1m 2394992556 5667 /usr/share/man/man1m.Z/mpcarp.1m 3859102396 5577 /usr/share/man/man1m.Z/mpcstat.1m 3585117149 12288 /opt/hatmmon/lib/libgendico.sl 312862106 16384 /opt/hatmmon/lib/libgenreply.sl 824761841 24576 /opt/hatmmon/lib/libhaconfig.sl 2284312768 20480 /opt/hatmmon/sbin/hatmmon 1364770827 12288 /opt/hatmmon/sbin/serv_hatmmon 3834657292 12354 /opt/hatmmon/sbin/hatmmigrate 449432375 12288 /opt/hatmmon/lib/libatmconfig.sl 2921140680 20480 /opt/hatmmon/lib/libatmsts.sl 4159285328 20480 /opt/hatmmon/lib/libatmstse.sl 1068442367 20480 /opt/hatmmon/lib/libgenutil.sl 2396794376 20480 /opt/hatmmon/lib/libgenutile.sl 2339122554 24576 /opt/hatmmon/lib/libshaconfig.sl 1219382549 16384 /opt/hatmmon/lib/libipaddr.sl 1720453313 16384 /opt/hatmmon/lib/libsamcfg.sl 699290062 12288 /opt/hatmmon/lib/libatmcmds.sl 3995267856 3986 /opt/hatmmon/lib/nls/msg/C/hatmmon.cat 764099185 9292 /opt/hatmmon/lib/nls/msg/C/hatmmone.cat 1980342354 1942 /opt/hatmmon/share/man/man1m.Z/hatmmon.1m 988893910 2157 /opt/hatmmon/share/man/man1m.Z/ serv_hatmmon.1m 2715250822 43547 /usr/sam/lbin/atm.sh 1911864327 9123 /usr/sam/lbin/atmupdate.sh 783695286 632 /usr/sam/lib/kc/subsys.ATM.tx 3120600062 83 /usr/sam/lib/kc/params.ATM.tx 3818322797 575 /usr/sam/lib/kc/drivers.ATM.tx 3279360094 108063 /usr/sam/lib/C/atmnia.ui 2643930139 1337 /usr/sam/lib/C/atminuse.ui 3561818224 67975 /usr/sam/lib/atm/atm.tm 3345296734 3789 /usr/sam/lib/atm/atm.da 709737994 167936 /usr/sam/lib/atm/libatm.sl 1732722947 16003 /usr/sam/help/C/atm/ATM.hv 1562564889 38 /usr/sam/help/C/atm/ATM.hvk 1656098897 10608 /usr/sam/help/C/atm/ATM.xrh 2184064 86122 /usr/sam/help/C/atm/ATM00.ht 4177351517 4142 /usr/sam/help/C/atm/ATM01.ht 1630336456 6639 /usr/sam/help/C/atm/ATM02.ht Patch Conflicts: None Patch Dependencies: s700: 10.20: PHNE_12710 PHKL_12610 s800: 10.20: PHNE_12711 PHKL_12618 Hardware Dependencies: None Other Dependencies: None Supersedes: PHNE_19505 PHNE_20947 Equivalent Patches: None Patch Package Size: 6690 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 PHNE_21172 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_21172.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHNE_21172. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHNE_21172.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHNE_21172.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: This patch carries a new ATM stack introduced with ATM release I.10.20.40 to provide new functionalities such as MPOA, LLC, LANE v2. This patch can only be installed on ATM release I.10.20.40 or later. If you have an ATM release previous to I.10.20.40 installed, do not upgrade to I.11.20.40 or a later release to be able to install this patch unless you need one of the new functionalities. As this patch works for both HSC and HP-PB ATM products, you may see some normal warnings about some files missing at installation. You may ignore them.