文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Install ESXi4.1 by PXE

Install ESXi4.1 by PXE

时间:2010-09-21  来源:James_Guan

1. Download ESXi4.1
Please download ESXi4.1 from vmware website, the file is VMware-VMvisor-Installer-4.1.0-260247.x86_64.iso

2. Extract files from iso

# mkdir 1
# mount -o loop VMware-VMvisor-Installer-4.1.0-260247.x86_64.iso 1


3. Copy files for PXE

# cp -r 1/* /ks/iso/64/esx/esxi41/
# cp 1/mboot.c32 /tftpboot/bootimg/64/esx/esxi41/
# cp 1/vmkboot.gz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/vmkernel.gz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/sys.vgz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/cim.vgz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/ienviron.vgz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/install.vgz /tftpboot/bootimg/64/esx/esxi41/


4. prepare ks.cfg

# cat /ks/iso/64/esx/esxi41/ks.cfg
vmaccepteula
rootpw password
clearpart --firstdisk --overwritevmfs
autopart --firstdisk --overwritevmfs
install nfs --server=10.224.106.11 --dir=/ks/iso/64/esx/esxi41
network --bootproto=dhcp
#network --bootproto=static --device=vmnic0 --ip=10.224.106.95 --netmask=255.255.255.0 --gateway=10.224.106.1 --nameserver=10.224.96.228 --hostname=esxi-sde-01 --addvmportgroup=1 --vlanid=953
#Keyboard
keyboard Default
#Reboot after install?
reboot
#serialnum --esx=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx


5. set PXE menu

label ks_64_esxi41
  menu label esxi4.1
  kernel bootimg/64/esx/esxi41/mboot.c32
  append bootimg/64/esx/esxi41/vmkboot.gz ks=nfs://10.224.106.11/ks/iso/64/esx/esxi41/ks.cfg --- bootimg/64/esx/esxi41/vmkernel.gz --- bootimg/64/esx/esxi41/sys.vgz --- bootimg/64/esx/esxi41/cim.vgz --- bootimg/64/esx/esxi41/ienviron.vgz --- bootimg/64/esx/esxi41/install.vgz


6. Boot the server from network and install by menu esxi4.1. after installation finished and reboot automatically, ESXi4.1 will run on your server.
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载