Patch Name: PHNE_24866 Patch Description: s700_800 11.04 (VVOS) ifconfig(1M) product patch Creation Date: 01/08/08 Post Date: 01/08/15 Hardware Platforms - OS Releases: s700: 11.04 s800: 11.04 Products: N/A Filesets: Networking.NET-RUN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHNE_24866 Symptoms: PHNE_24866: ifconfig(1M) does not allow loopback interface to be configured with an alias address (lo0:1). When attempted, ifconfig displays error message "all secondaries for lo0 must be downed before changing attributes" and the application terminates. PHNE_20194: ifconfig(1M) does not allow multiple aliases for an interface to be marked UP. Therefore, VV4.0 Hardware Virtual Servers can not be configured. Defect Description: PHNE_24866: ifconfig(1M) does not correctly parse the devassign file entry for lo0 containing an SL of WILDCARD. Note that the primary lo0 configuration is not affected by this problem, only secondaries. Resolution: ifconfig(1M) now handles WILDCARD SL entries in the devassign file. PHNE_20194: ifconfig(1M) does not allow multiple aliases for an interface to be marked UP. ifconfig uses the SPIOC_GET_NIC_FLAG ioctl to determine if the HOSTILE flag is being modified. ifconfig was misinterpreting the return from the ioctl and determined that the HOSTILE marking was being modified when it fact it was not. Resolution: Correct the interpretation of the return value received from the SPIOC_GET_NIC_FLAG ioctl. SR: 8606107037 8606205859 Patch Files: Networking.NET-RUN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP: /usr/lib/libsnet.1 /usr/lib/libsnet.a what(1) Output: Networking.NET-RUN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP: /usr/lib/libsnet.1: $Revision: Hewlett-Packard ISSL Level vvos_rose42 $ $Header: Hewlett-Packard ISSL Release vvos_r ose $ $Date: Wed Aug 8 19:42:58 EDT 2001 $ NET: Version: B.11.00 $Date: 97/10/15 10:44:23 $ $Source: net/lanlink/NET/commands/ifconfig/ifconf_se c.c, cmdhooks, vvos_rose, rose0224 $ $Date: 01/08/08 17:33:02 $ $Revision: 1.20 PATCH_11 .04 (PHNE_24866) $ /usr/lib/libsnet.a: $Revision: Hewlett-Packard ISSL Level vvos_rose42 $ $Header: Hewlett-Packard ISSL Release vvos_r ose $ $Date: Wed Aug 8 19:42:58 EDT 2001 $ NET: Version: B.11.00 $Date: 97/10/15 10:44:23 $ $Source: net/lanlink/NET/commands/ifconfig/ifconf_se c.c, cmdhooks, vvos_rose, rose0224 $ $Date: 01/08/08 17:33:02 $ $Revision: 1.20 PATCH_11 .04 (PHNE_24866) $ cksum(1) Output: Networking.NET-RUN,fr=B.11.04,fa=HP-UX_B.11.04_32/64,v=HP: 2986792968 32768 /usr/lib/libsnet.1 1713434110 25572 /usr/lib/libsnet.a Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHNE_20194 Equivalent Patches: None Patch Package Size: 80 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_24866 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHNE_24866.depot By default swinstall will archive the original software in /var/adm/sw/save/PHNE_24866. 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/PHNE_24866.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 PHNE_24866.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHNE_24866.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHNE_24866.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None