Difference between revisions of "VMware vSphere ESXi"

From ERPXE Wiki
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
| logo = http://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Vmware.svg/200px-Vmware.svg.png
+
| 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 = {{yes}}
+
| live = {{no}}
 
| recovery = {{no}}
 
| recovery = {{no}}
 
| image1 =  
 
| image1 =  
Line 33: Line 33:
  
 
{{TFTPPlugin
 
{{TFTPPlugin
| filename = vmware345-XXX.tar.gz
+
| 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 = 4MLinux-XXX-allinone-edition.iso
+
| productfile = vmware-XXX.iso
| plugindir = vmware
 
 
| pluginname = VMware
 
| pluginname = VMware
| file2 = vmwaremain.menu
 
 
}}
 
}}
 +
 +
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
200px-Vmware.svg.png
http://www.vmware.com/

Information

ERPXE Module

  • Name: - VMware vSphere ESXi
  • Version: 3.5,4,5

Plugin type

Plugin type
VMware vSphere ESXi Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No Yes No No

Plugin Requirments

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!