 |
≫ |
|
|
 |
パッチ名: PHCO_36555
パッチ摘要: 11.31 idisk(1M)累積パッチ
作成日: 07/05/23
公開日: 07/07/18
ハードウェアプラットフォームおよびOSリリース:
11.31
現象:
PHCO_36555:
(SR:8606485578 CR:JAGag38555)
idisk(1M)コマンドを使って、2.199TBより大きいサイズのディスク上にEFIパ
ーティションを作成しようとすると、"idisk: Write of requested data
failed"および"idisk: Failed destroying old alternate GPT"というエラー
メッセージが表示されます。このエラーは通常、Ignite(コールドインストー
ル)プロセスの最初のディスク構成時に起きます。
問題点の説明:
PHCO_36555:
(SR:8606485578 CR:JAGag38555)
ディスクブロック数を格納する変数が32ビットに制限されていました。そのた
め、idiskは2.199TBより大きいサイズのディスク上にEFIパーティションを作
成できませんでした。
解決方法:
ディスクブロック数を格納する変数の32ビット制限を撤廃しました。
-----------------------------------------------------------------------------
Patch Name: PHCO_36555
Patch Description: 11.31 idisk(1M) cumulative patch
Creation Date: 07/05/23
Post Date: 07/07/18
Hardware Platforms - OS Releases:
11.31
Products: N/A
Filesets:
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_IA,v=HP
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_PA,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair hardware_enablement general_release
Path Name: /hp-ux_patches/11.X/PHCO_36555
Symptoms:
PHCO_36555:
( SR:8606485578 CR:JAGag38555 )
The idisk(1M) command fails when creating EFI partitions on
a disk larger than 2.199TB with the messages, "idisk: Write
of requested data failed" and "idisk: Failed destroying old
alternate GPT" as errors. This failure usually occurs
during the initial disk configuration of the Ignite
(cold-install) process.
Defect Description:
PHCO_36555:
( SR:8606485578 CR:JAGag38555 )
A 32-bit limitation exists on the variable used for the
value of disk blocks. This limitation causes idisk to fail
when creating EFI partitions on a disk larger than 2.199TB.
Resolution:
Remove the 32-bit limitation on the variable for the number
of disk blocks.
Enhancement:
No
SR:
8606485578
Patch Files:
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_IA,v=HP:
/usr/sbin/idisk
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_PA,v=HP:
/usr/sbin/idisk
what(1) Output:
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_IA,v=HP:
/usr/sbin/idisk:
idisk.c $Date: 2007/05/23 14:05:48 $Revision: r11.31
/1 PATCH_11.31 (PHCO_36555)
$Revision: @(#) R11.31_BL2007_0523_8 PATCH_11.31 PH
CO_36555
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_PA,v=HP:
/usr/sbin/idisk:
$Revision: 92453-07 linker linker crt0.o B.11.16.01
030415 $
idisk.c $Date: 2007/05/23 14:05:48 $Revision: r11.31
/1 PATCH_11.31 (PHCO_36555)
$Revision: @(#) R11.31_BL2007_0523_8 PATCH_11.31 PH
CO_36555
cksum(1) Output:
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_IA,v=HP:
2343628543 154552 /usr/sbin/idisk
OS-Core.UX2-CORE,fr=B.11.31,fa=HP-UX_B.11.31_PA,v=HP:
2792569959 77824 /usr/sbin/idisk
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches:
PHCO_36556:
s700: 11.23
s800: 11.23
Patch Package Size: 120 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_36555
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_36555.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_36555. 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_36555.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHCO_36555.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_36555.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
|