目次~
#contents

**altbootbankエラー [#sf30a0af]
***事象 [#p27a1bb0]
バンドルパッケージのインストール時に以下のエラーが発生した場合の対処方法。~

 [InstallationError]
 There was an error checking file system on altbootbank, please see log for detail.
 Please refer to the log file for more details.

***対処手順 [#p6128b32]
-1. 以下のコマンドを実行
 # vmkfstools -P /altbootbank
~

-2. 実行結果より/altbootbankのデバイス名を確認する
 vfat-0.04 file system spanning 1 partitions.
 File system label (if any): 
 Mode: private
 Capacity 261853184 (63929 file blocks * 4096), 125136896 (30551 blocks) avail, max file size 0
 UUID: 061e23e9-4c043d12-1be6-158126af899d
 Partitions spanned (on "disks"):
        mpx.vmhba32:C0:T0:L0:5
 Is Native Snapshot Capable: NO
→ デバイス名はmpx.vmhba32:C0:T0:L0:5~
~

-3. 以下のコマンドでデバイス名の一覧を表示する
 # dosfsck -a -w /dev/disks/

-4. 実行結果より、手順2.のデバイスが存在することを確認する
 mpx.vmhba32:C0:T0:L0                    mpx.vmhba32:C0:T0:L0:7                  vml.0000000000766d68626133323a303a30:5
 mpx.vmhba32:C0:T0:L0:1                  mpx.vmhba32:C0:T0:L0:8                  vml.0000000000766d68626133323a303a30:6
 mpx.vmhba32:C0:T0:L0:5                  vml.0000000000766d68626133323a303a30    vml.0000000000766d68626133323a303a30:7
 mpx.vmhba32:C0:T0:L0:6                  vml.0000000000766d68626133323a303a30:1  vml.0000000000766d68626133323a303a30:8

-5. 以下のコマンドにより修復を行う
 # dosfsck -a -w /dev/disks
 mpx.vmhba32:C0:T0:L0:5                                              
~
正常終了すると以下のメッセージが表示される~
 dosfsck 2.11, 12 Mar 2005, FAT32, LFN
 Reclaimed 30065 unused clusters (123146240 bytes) in 16 chains.
Performing changes.
 /dev/disks/mpx.vmhba32:C0:T0:L0:5: 76 files, 33378/63929 clusters

***参考 [#g52f8e2e]
[Remediating an ESXi 5.x host with Update Manager fails with the error: There was an error checking file system on altbootbank (2033564) |http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2033564]
[[Remediating an ESXi 5.x host with Update Manager fails with the error: There was an error checking file system on altbootbank (2033564) :http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2033564]]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS