Difference between revisions of "VMware vSphere ESXi"
From ERPXE Wiki
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | | logo = | + | | logo = https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Vmware.svg/200px-Vmware.svg.png |
| website = http://www.vmware.com/ | | website = http://www.vmware.com/ | ||
| wikipedia = http://en.wikipedia.org/wiki/ESXi | | wikipedia = http://en.wikipedia.org/wiki/ESXi | ||
Line 16: | Line 16: | ||
| diagnostic = {{no}} | | diagnostic = {{no}} | ||
| installation = {{yes}} | | installation = {{yes}} | ||
− | | live = {{ | + | | live = {{no}} |
| recovery = {{no}} | | recovery = {{no}} | ||
| image1 = | | image1 = | ||
Line 33: | Line 33: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = | + | | filename = vmwareX-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
| product = VMware ESXi 3.5,4,5 | | product = VMware ESXi 3.5,4,5 | ||
| producturl = http://downloads.vmware.com/ | | producturl = http://downloads.vmware.com/ | ||
| productfile = vmware-XXX.iso | | productfile = vmware-XXX.iso | ||
− | |||
| pluginname = VMware | | pluginname = VMware | ||
− | |||
}} | }} | ||
+ | |||
+ | Copy ISO content to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | VMware ESXi 3.5 | ||
+ | cp /mnt/cdrom/* /tftpboot/er/plugins/vmware/esxi35 | ||
+ | |||
+ | VMware ESXi 4.0/4.1 | ||
+ | cp /mnt/cdrom/* /tftpboot/er/plugins/vmware/esxi4 | ||
+ | |||
+ | VMware ESXi 5.0 (DO NOT OVERWRITE boot.cfg!) | ||
+ | cp /mnt/cdrom/* /tftpboot/er/plugins/vmware/esxi5 | ||
+ | |||
+ | {{PluginInstructionsEnd}} | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Operation System Installation]] | ||
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 07:00, 5 May 2019
return to Plugins list
VMware vSphere ESXi 3.5,4,5 http://www.vmware.com/ |
---|
Contents
Information
ERPXE Module
- Name: - VMware vSphere ESXi
- Version: 3.5,4,5
- Official website: http://www.vmware.com/
- License: Proprietary software
- Wikpedia Page: http://en.wikipedia.org/wiki/ESXi
- Download: http://www.erpxe.com/downloads
Plugin type
VMware vSphere ESXi | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | No | No |
Plugin Requirments
VMware vSphere ESXi | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | No | Yes | Yes |
Screen Shots
Special Information
VMware ESX is an enterprise-level computer virtualization product offered by VMware, Inc.
ESX is a component of VMware's larger offering, VMware Infrastructure, and adds management and reliability services to the core server product.
The original ESX is being replaced by ESXi.
Linux Installation Instructions
Download vmwareX-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract vmwareX-XXX.tar.gz file:
tar -xvzf vmwareX-XXX.tar.gz
Download VMware ESXi 3.5,4,5 ISO Latest Version to /mnt/ :
http://downloads.vmware.com/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/vmware-XXX.iso /mnt/cdrom/
Copy ISO content to appropriate directory: (LOWER CASE ONLY!)
VMware ESXi 3.5
cp /mnt/cdrom/* /tftpboot/er/plugins/vmware/esxi35
VMware ESXi 4.0/4.1
cp /mnt/cdrom/* /tftpboot/er/plugins/vmware/esxi4
VMware ESXi 5.0 (DO NOT OVERWRITE boot.cfg!)
cp /mnt/cdrom/* /tftpboot/er/plugins/vmware/esxi5
Verify files with filelist.txt in each folder.
All Done!