 |
≫ |
|
|
 |
パッチ名: PHCO_35895
パッチ摘要: s700_800 11.11 ioinit(1M)パッチ
作成日: 07/01/04
公開日: 07/01/23
ハードウェアプラットフォームおよびOSリリース:
s700: 11.11
s800: 11.11
現象:
PHCO_35895:
(SR:8606192486 CR:JAGad61699)
-fオプション付きのioinit(1M)が、指定されたインスタンス番号が255を超え
ていないかチェックせずに、そのインスタンス番号をext_busクラスのデバイ
スに割り当てます。
問題点の説明:
PHCO_35895:
(SR:8606192486 CR:JAGad61699)
ioinit(1M)は、ext_busクラスのデバイスのインスタンス番号範囲をチェック
していませんでした。
解決方法:
ext_busクラスのデバイスの場合は、255を超えるインスタンス番号を受け入れ
ないようにioinit(1M)のコードを修正しました。
-----------------------------------------------------------------------------
Patch Name: PHCO_35895
Patch Description: s700_800 11.11 ioinit(1M) patch
Creation Date: 07/01/04
Post Date: 07/01/23
Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Products: N/A
Filesets:
OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
OS-Core.CORE-ENG-A-MAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP
Automatic Reboot?: No
Status: General Release
Critical:
Yes
PHCO_35895: PANIC
Category Tags:
defect_repair general_release critical panic
Path Name: /hp-ux_patches/s700_800/11.X/PHCO_35895
Symptoms:
PHCO_35895:
1. ( SR:8606192486 CR:JAGad61699 )
When ioinit(1M) is run with -f option, it does not
check if the specified instance number for an
ext_bus class device exceeds 255 and assigns
the specified instance number to the device.
Defect Description:
PHCO_35895:
1. ( SR:8606192486 CR:JAGad61699 )
The ioinit(1M) was not checking instance number range for
ext_bus class devices.
Resolution:
The ioinit(1M) code has been modified, so that it will
not allow instance numbers greater than 255 for ext_bus
class devices.
Enhancement:
No
SR:
8606192486
Patch Files:
OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/sbin/ioinit
OS-Core.CORE-ENG-A-MAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/share/man/man1m.Z/ioinit.1m
what(1) Output:
OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
/sbin/ioinit:
$Revision: B.11.11 PHCO_35895
Mon Jan 04 14:25:22 IST 2007 $
$ Version_11.11 Nov 17 2006 01:08:29 $
OS-Core.CORE-ENG-A-MAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
/usr/share/man/man1m.Z/ioinit.1m:
None
cksum(1) Output:
OS-Core.UX-CORE,fr=B.11.11,fa=HP-UX_B.11.11_32/64,v=HP:
2606642040 245760 /sbin/ioinit
OS-Core.CORE-ENG-A-MAN,fr=B.11.11,fa=HP-UX_B.11.11_32/64,
v=HP:
1436221601 3242 /usr/share/man/man1m.Z/ioinit.1m
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHCO_27446:
s700: 11.00
s800: 11.00
Patch Package Size: 160 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_35895
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_35895.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_35895. 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_35895.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHCO_35895.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_35895.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
|