Saludos amigos, VMware liberara hace unos días su Update 1 para vSphere 6.0. Esta Update 1 está cargada de novedades y mejoras, y nos prepara para la release 6.1 que supongo vendrá en breve. He preparado un vídeo con los pasos para hacer un upgrade de manera manual usando la ISO y la iLO de mi server HP.
Errores conocidos
Durante el Upgrade tuve varios errores. Si utilizáis un USB que habéis creado en Mac, siguiendo los pasos del otro post, debéis conectaros por SSH a vuestro ESXi y aseguraros que no tenéis ninguno de los siguientes directorios o ficheros en vuestro sistema: .fseventsd, .Trashes, .Trashes, .Spotlight-V100.
Estos ficheros son creados automáticamente por OS X y hará que el Upgrade falle, por lo tanto eliminarlos todos, por ejemplo en mi sistema quedaría de la siguiente manera:
[root@esxi-zlon-001:~] rm -Rf /vmfs/volumes/NUMEROALEATORIO/.fseventsd/
[root@esxi-zlon-001:~] rm -Rf /vmfs/volumes/NUMEROALEATORIO/.Trashes/
[root@esxi-zlon-001:~] rm -Rf /vmfs/volumes/NUMEROALEATORIO/._.Trashes
[root@esxi-zlon-001:~] rm -Rf /vmfs/volumes/NUMEROALEATORIO/.Spotlight-V100
¿Qué productos de VMware han sido actualizados?
- ESXi 6.0 Update 1 | ISO Build 3029758 – Release notes
- vCenter Server (Windows y VCSA) Build Number: 3040890 – Release notes
- VMware SRM 6.1 – Release notes
- vSphere Data Protection 6.1 – Release notes
- vSphere Replication 6.1 – Release notes
- VMware vRealize Orchestrator Appliance 6.0.3 – Release notes
- VMware vRealize Operations Manager 6.1.0 – Release notes
Release Notes de ESXi 6.0 Update 1:
Esta nueva Release de VMware ESXi contiene las siguientes mejoras (en inglés, desde vladan.fr):
- I/O Filter: vSphere APIs for I/O Filtering (VAIO) provide a framework that allows third parties to create software components called I/O filters. The filters can be installed on ESXi hosts and can offer additional data services to virtual machines by processing I/O requests that move between the guest operating system of a virtual machine and virtual disks.
- Exclusive affinity to additional system contexts associated with a low-latency VM: This release introduces a new VMX optionsched.cpu.latencySensitivity.sysContexts to address issues on vSphere 6.0 where most system contexts are still worldlets. The Scheduler utilizes thesched.cpu.latencySensitivity.sysContexts option for each virtual machine to automatically identify a set of system contexts that might be involved in the latency-sensitive workloads. For each of these system contexts, exclusive affinity to one dedicated physical core is provided. The VMX optionsched.cpu.latencySensitivity.sysContexts denotes how many exclusive cores a low-latency VM can get for the system contexts.
ESXi Authentication for Active Directory:ESXi is modified to only support AES256-CTS/AES128-CTS/RC4-HMAC encryption for Kerberos communication between ESXi and Active Directory. - Support for SSLv3: Support for SSLv3 has been disabled by default. For further details, see Knowledge Base article 2121021.
- Stretched Clusters: Virtual SAN 6.0 Update 1 supports stretched clusters that span geographic locations to protect data from site failures or loss of network connection.
A nivel de vCenter podemos encontrar, (en inglés, desde vladan.fr)
- Customer Experience Improvement Program: The Customer Experience Improvement Program (CEIP) provides VMware with information that enables VMware to improve the VMware products and services and to fix problems. When you choose to participate in CEIP, VMware will collect technical information listed below about your use of the VMware products and services in CEIP reports on a regular basis. This information does not personally identify you. For more details, see the vSphere Documentation Center.
- Feature Enhancement: Suite UI is now enabled by default for the vSphere Web Client.
- Support for SSLv3: Support for SSLv3 has been disabled by default.
- vCSA Authentication for Active Directory: VMware vCenter Server Virtual Appliance (vCSA) has been modified to only support AES256-CTS/AES128-CTS/RC4-HMAC encryption for Kerberos authentication between vCSA and Active Directory.
- Installation and Upgrade using HTML 5 installer: The following installation and upgrade scenarios are supported for vCenter Server using HTML 5 installer:
- Installation using HTML 5 installer and target as vCenter Server is supported
- Upgrade using HTML 5 installer and target as vCenter Server is not supported
- Upgrade using command line and target as vCenter Server is supported
Espero que os guste y os ayude en el proceso de upgrade a vSphere 6.0 Update 1

Leave a Reply