Mostrando entradas con la etiqueta vSphere 5. Mostrar todas las entradas
Mostrando entradas con la etiqueta vSphere 5. Mostrar todas las entradas

20 abril 2015

VMware vSphere: how to create tags - Part II with PowerCLI

On the Part I post we learn how to add a Tag and a Category trough the GUI interface with vSphere Web Client, now, let´s take a look about how to do it with PowerCLI.


Remember that Tags are a new feature available from vSphere 5.1 and the cmdlets are available from PowerCLI 5.5, so, we need at least a vCenter on vSphere 5.1 and the PowerCLI 5.5 installed but much better use las version PowerCLI 6 (not all cmdlets are present in PowerCLI 5.5 initial release)

Use this to verify the version you have installed: 
PowerCLI C:\> Get-VIToolkitVersion


Now with the New-Tag we can review the Tags configured, and with "New-TagCategory" create a Category and after with "New-Tag" the Tag



Now, we are ready to assign Tags to objects, in this case to Virtual Machine:


It´s time to verify it trough Web Client:





Something i didn´t mention jet, is that you can assign multiple Tags to an objet in vSphere , in our case to a Virtual Machine. It means that you can for example tag a VM with the "DDBB_tag" because it´s a SQL DDBB, and Tag it with "Cluster_tag" because it´s a Microsoft Cluster, or with another tag like "Test_tag" because it´s a DDBB SQL Cluster from the Lab Environment.

Why multiple Tags? For vROps it will be useful to create custom groups using different Tags criteria and fix different policies if its a VM from DDBB servers, or if its a VM from Lan Environment..... one VM could be placed in different Custom Groups at the same time :-)


First Part of this post: VMware vSphere: how to create tags - Part I



15 abril 2015

VMware vSphere: how to create tags - Part I

What is a tag?

A tag is a label that you can apply to objects in the vSphere inventory. Tags allow you to attach metadata to objects to make them more sortable and searchable.

Tags are grouped into categories, which define how the tags can be applied to inventory objects.


What is a category?

A category groups together related tags in the vCenter Server inventory.
When you create a category, you specify whether multiple tags in that category can be assigned to a given object at one time, or whether only one tag can be assigned to an object at a time. For example, a category called Priority might contain the tags High, Medium, and Low, and be configured to allow only one tag in the category to be applied to an object at a time.

You also specify whether tags in a category can be applied to all objects, or only to specific object types, such as hosts or datastores.


...yes, this is just a Copy&Paste from the original explanation from tags and categories on the VMware documentation....but i´m sure that no one read it...or at least...just a few docu-addicts :-)

Once we have a crystal clear the idea about what Tags and Category are....let´s show how to create them:

continue reading....

01 octubre 2014

VCP5-DCV Delta Recertification Exam


Si necesitas recertificarte de tu VCP5-DCV antes de Marzo de 2015, ahora dispones de una opcion valida solo hasta el 30 de Noviembre de 2014 que consiste en un examen online basado solo en el nuevo material entre vSphere 5.0/5.1 y vSphere 5.5 y con un precio reducido.

 Blueprint:
 https://mylearn.vmware.com/lcms/web/portals/certification/VCP_Blueprints/VCP550D-Exam-Blueprint-v1_0.pdf

Solicita el registro en:
https://mylearn.vmware.com/mgrReg/plan.cfm?plan=51919&ui=www_cert




25 marzo 2013

Disable VAAI with POWERCLI


Concept : "VMware vSphere® Storage APIs – Array Integration (VAAI), also referred to as hardware acceleration or hardware offload APIs, are a set of APIs to enable communication between VMware vSphere ESXi™ hosts and storage devices." kb.vmware.com/kb/1021976

VERIFY VAAI STATUS:
Get-VMHost * -Name | Get-VMHostAdvancedConfiguration -Name DataMover*, VMFS3.HardwareAcc*

DISABLE VAAI (3 parameters)
Set-VMHostAdvancedConfiguration -VMHost * -Name DataMover.HardwareAcceleratedMove -Value 0 
Set-VMHostAdvancedConfiguration -VMHost * -Name DataMover.HardwareAcceleratedInit -Value 0
Set-VMHostAdvancedConfiguration -VMHost * -Name VMFS3.HardwareAcceleratedLocking -Value 0

14 diciembre 2012

Upgrade to VMware vSphere 5.1 - Parte 1

Actualización del vCenter en  versión VMware vSphere 5 a la ultima versión 5.1
Los cambios principales son la incorporación del SSO (Single Sign On) y la administración a través de Web (es la ultima versión en la que se puede administrar a través de vSphere Client)

Seleccionaremos para una instalacion mas rapida y sencilla la primera opcion del menu del cd:

.
Continuar leyendo.....

04 septiembre 2012

Adios vSphere Client. Hola vSphere Web Client.

VMware vSphere 5.1 sera la ultima version con vSphere Client. La nueva version incluye un nuevo Web Client que se convertira en el estandar de conexion para VMware apoyado en las nuevas caracteristcias de single sign-on.


El nuevo plug-in de conexion podra utilizarse con iExplorer, Firefox y Chrome. 


.

11 julio 2012

Asignar un RDM desde FreeNAS 8 a una maquina virtual en vSphere 5

   Vaya por delante "RDM: Raw Data Mapping" y visitad este enlace para mas info:



     Para asignar un disco RDM a una maquina virtual directamente desde nuestra SAN o NAS sin crear un .vmdk, debemos primero crear un volumen en nuestra cabina y luego presentarselo por iSCSI a los host ESXi. A continuacion se lo agregamos a la maquina virtual desde las settings y ya dentro del S.O. de la mv agregamos el disco como si de una nueva unidad se tratase.

Continua...

20 junio 2012

Valores de rendimiento para VMware (VMware Performance Indicators)

Para saber si el rendimiento de nuestras maquinas virtuales sobre una plataforma VMware vSphere es bueno o malo, debemos fijarnos en las siguientes métricas y valores máximos para considerar que el performance es aceptable:

Performance AreaObjectCounterAcceptable range
CPUHostUsageLess than 80%
CPUVirtual MachineReadyLess than 3%
MemoryHostConsumedGeneral trend is stable
MemoryHostBalloon/Swap used0 Kb
DiskSpecific datastoreKernel command latencyLess than 3ms
DiskSpecific datastorePhysical device command latencyLess than 20ms
DiskSpecific datastoreAverage commands issued per secondLess than LUN capacity
NetworkHostReceive packets dropped/Transmit packets dropped0 packets





.

28 marzo 2012

#VMware vMA 5 ip pool error when power on at first time

If you deploy the VMware vMA 5, after power-on for the first time, you will get (or not) en error about an ip pool configuration is needed to start the virtual machine. The solution is quiet simple, edit settings of this vm and  disable the vApp options on the Options tab, save changes and porwer on.


19 enero 2012

Solucionar Error 25085 al instalar #VMware vCenter Update Manager 5


Al instalar en vSphere 5 el Update Manager nos podemos encontrar con el "Error 25085: Setup failed to register VMware vCenter Update Manager extension to VMware vCenter Server".
Tras visitar varios blogs y KB oficiales.... con resultados mas bien nulos.... la solucion ha sido tan sencilla como poner en la instalacion la IP del vCenter donde queremos registrarlo en vez del nombre FQDN.


18 enero 2012

Configuration issue in #vSphere : "The number of vSphere HA heartbeat datastores for host is 1, wich is less than required: 2"

Para solucionar este mensaje cuando tenemos en un cluster con HA y unicamente un solo datastore compartido, debemos agregar con valor true el parametro "das.ignoreinsufficienthbdatastore" en las opciones avanzadas del HA y despues reconfigurar el HA en todos los host, o bien deshabilitar y volver a habilitar el HA en el cluster:





17 enero 2012

Mas métodos para enviar logs al soporte de #VMware

En el post anterior hemos visto como subir los logs al soporte de VMware por ftp, otros métodos son:

-a través de la web de VMware:  File Support Request 
(https://www.vmware.com/support/login.portal)


-a través del ftp pero por http:  https://ftpsite.vmware.com/


usuario y contraseña: inbound





16 enero 2012

Exportar logs en #VMware #ESXi 5

Para poder exportar los logs de ESXi 5 debemos hacerlo a traves del vSphere Client, ya que desde la consola únicamente podremos revisar algunos logs, pero no exportarlo, con lo que su análisis es mas complicado.


Accedemos al host ESXi desde el vClient pulsamos en File, luego en Export y por ultimo en Export Systen Logs:








05 enero 2012

#vSphere 5: Error #SRM con #3PAR: "SRA command 'testFailoverStart' failed"

Para solucionar este error en los test de SRM con vSphere 5:

"Error - Failed to create snapshots of replica devices. SRA command 'testFailoverStart' failed. Error. Exception has occurred: Object reference not set to an instance of an object. If the problem still persists, please contact 3PAR support for assistance."

 ....podeis guiaros de este KB1011630: 

"Running a TestFailover fails when using vCenter Site Recovery Manager with 3Par Storage Replication Adapter (SRA)"
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1011630



Enjoy!!!

08 diciembre 2011

Nuevo TR: NetApp Storage Best Practices for VMware vSphere 5

Nuevo documento de December 2011 actualizado tambien a la version vSphere 5 (ESXi)

Lo podeis descargar del siguiente enlace: http://media.netapp.com/documents/tr-3749.pdf

Del documento destacaria la referencia al "Storage DRS" con los "Datastore Cluster" de la nueva version vSphere 5, y las recomendaciones sobre su configuracion:

Following are the key recommendations when configuring storage DRS and datastore cluster:
- Set SDRS to manual mode and to review the recommendations before accepting them.
- All datastores in the cluster should use the same type of storage (SAS, SATA, and so on) and have the same replication and protection settings.
- SDRS will move VMDKs between datastores, and any space savings from NetApp cloning or deduplication will be lost when the VMDK is moved. You can rerun deduplication to regain these savings.
- After SDRS moves VMDKs, it is recommended to recreate the Snapshot copies at the destination datastore.
- Do not use SDRS on thinly provisioned VMFS datastores due to the risk of reaching an out-of-space situation.
- Do not mix replicated and nonreplicated datastores in a datastore cluster.
- All datastores in an SDRS cluster must either be all VMFS or all NFS datastores.
- Datastores cannot be shared between different sites.
- All datastore hosts within the datastore cluster must be ESXi 5 hosts.


14 noviembre 2011

vCenter Server Heartbeat Protection Levels



This product protects the vCenter Server by two instances, one of them send alive messages (basically pings) over the VMware Channel, and in case of failure, initiating and automatic switchover.

The 5 levels protected by Hearbeat are:


-Server Protection – vCenter Server Heartbeat provides continuous availability to end users through a
hardware failure scenario or operating system crash. Additionally, vCenter Server Heartbeat ensures
users are provided with a replica server should the production server fail.

-Network Protection – vCenter Server Heartbeat proactively monitors the network by polling up to three
predefined nodes to ensure that the active server is visible on the network.

-Application Protection – vCenter Server Heartbeat maintains the application environment ensuring that
applications and services stay alive and available on the network.

-Performance Protection – vCenter Server Heartbeat proactively monitors system performance attributes
to ensure the system administrator is notified of problems. Additionally, it can be configured to take

-Data Protection – vCenter Server Heartbeat intercepts all data written by users and applications, and
maintains a copy of the data on the passive server that can be used in the event of a failure.

01 noviembre 2011

vSphere Client 4.1 portable

En mas de una ocasion nos econtraremos que no podemos acceder con el nuevo cliente vSphere Client 5 a host ESX/ESXi anteriores a esa version, pero con el thinapp del siguiente enlace podremos tener ambos clientes siempre operativos

Descarga: http://labs.vmware.com/flings/thinapp-vsphere