Patch Name: PHCO_29675 Patch Description: s700_800 11.11 auto_parms/set_parms patch Creation Date: 04/02/02 Post Date: 04/04/05 Hardware Platforms - OS Releases: s700: 11.11 s800: 11.11 Products: N/A Filesets: SystemAdmin.FIRST-BOOT,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair hardware_enablement general_release Path Name: /hp-ux_patches/s700_800/11.X/PHCO_29675 Symptoms: PHCO_29675: SR:8606187344 DTS:JAGad56551 When auto_parms is run on systems with many disks "Input line _hp_hide_other_disks cannot be longer than 3,000 bytes" error messsages may be generated. PHCO_22958: SR:8606172677 DTS:JAGad41937 On 11.11 systems with hyperfabric and/or atm cards, the list of lans available for selection is inconsistent. SR:8606172165 DTS:JAGad41427 Unable to change ip-address using set_parms. SR:8606187199 DTS:JAGad56407 When using "set_parms timezone" it is not possible to select the "Middle European daylight saving time" option. Defect Description: PHCO_29675: SR:8606187344 DTS:JAGad56551 The H/W Path of each device is hidden from install is saved in _hp_hide_other_disks. This list may be longer than the 3,000 byte awk string editing buffer. PHCO_22958: SR:8606172677 DTS:JAGad41937 Starting with 11.11 the set_parms command gives the user the choice of which lan card to configure. To create the list of lan interfaces to select from, set_parms uses both the ioscan and lanscan. There are some devices that show up in ioscan -kFC lan that are not lan cards (fclan) and cards that are lan's that do not show up in lanscan (atm). So the lan list indexing fails. SR:8606172165 DTS:JAGad41427 When "set_parms ip_address" command is issued, the GUI window pops up asking for the new IP address. When the new IP address is entered, the command hangs and finally times out. SR:8606187199 DTS:JAGad56407 When using "set_parms timezone" it is not possible to set the "Middle European daylight saving time" option. Enhancement: No SR: 8606172677 8606172165 8606187199 8606187344 Patch Files: SystemAdmin.FIRST-BOOT,fr=B.11.11,fa=HP-UX_B.11.11_32/64, v=HP: /sbin/auto_parms /sbin/set_parms.util /sbin/set_parms.d/20_ip_address /sbin/set_parms.d/10_timezone what(1) Output: SystemAdmin.FIRST-BOOT,fr=B.11.11,fa=HP-UX_B.11.11_32/64, v=HP: /sbin/auto_parms: RCS: $Header: /ignite/ii/src/UX-CORE/src/auto_parms/ auto_parms 10.57 2003/09/02 15:33:36 Exp $ /sbin/set_parms.util: $Revision: 10.25.1 $ /sbin/set_parms.d/10_timezone: $Revision: 10.10.1 $ /sbin/set_parms.d/20_ip_address: $Revision: 10.23.1 $ cksum(1) Output: SystemAdmin.FIRST-BOOT,fr=B.11.11,fa=HP-UX_B.11.11_32/64, v=HP: 722282572 44416 /sbin/auto_parms 1028777577 57942 /sbin/set_parms.util 3574773147 16030 /sbin/set_parms.d/10_timezone 987581305 12865 /sbin/set_parms.d/20_ip_address Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHCO_22958 Equivalent Patches: PHCO_29674: s700: 11.00 s800: 11.00 Patch Package Size: 60 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_29675 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHCO_29675.depot By default swinstall will archive the original software in /var/adm/sw/save/PHCO_29675. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false 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_29675.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHCO_29675.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_29675.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None