0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ESXi 6.7のインストール時に「PANIC bora/vmkernel/mem/pshare.c」と出てインストールが進まない

0
Last updated at Posted at 2023-04-08

発生事象

vmware esxiのインストール時に以下アラートが発生してハングする。

image.png

message
PANIC bora/vmkernel/mem/pshare.c:3239
VMB: 380: Code start: 0x418034a00000
VMB: 386: cr0 0x8001003f cr2 0x0 cr3 0xd07e000 cr4 0x38
VMB: 388: error code 0x6 rip 0x418034b8e51f cs 0x8
VMB: 390: rflags 0x10046 rsp 0x450184018e30 ss 0x0
VMB: 392: rax 0x0 rcx 0x0 rdx 0x8
VMB: 394: rbx 0x0 rbp 0x0 rsi 0x0
VMB: 396: rdi 0x43004bac2000 r8 0x0 r9 0x417ff4acb3a0
VMB: 398: r10 0x0 r11 0x8 r12 0x450184018e78
VMB: 400: r13 0x0 r14 0x1fff r15 0x0
VMB: 401: gs 0x10 fs 0x10
VMB: 403: FSbase:0x0 GSbase:0x417ff4ddf040 kernelGSbase:0x0
VMB: 139: [0x450184018e30] 0x418034b8e51f
VMB: 139: [0x450184018ee0] 0x418034aedb12
VMB: 139: [0x450184018f00] 0x418034bcc5d6
VMB: 139: [0x450184018fc0] 0x418034b65288
VMB: 139: [0x450184018fc8] 0x418034a14ac7
VMB: 84: Halting.

解決策

ハードウェアのメモリが不足しています。
ESXiの動作には最低4GBのメモリが必要となります。

ESXi 6.7 には、少なくとも 4 GB の物理 RAM が必要です。一般的な本番環境で仮想マシンを実行するためには、少なくとも 8 GB の RAM を用意することをお勧めします。

https://docs.vmware.com/jp/VMware-vSphere/6.7/com.vmware.esxi.install.doc/GUID-DEB8086A-306B-4239-BF76-E354679202FC.html

メモリを4GBにして再度インストールを行うと問題なくインストールが開始できました。

image.png

image.png

関連リンク

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?