Quantcast
Channel: VMware Communities: Message List - vCenter™ Server
Viewing all 15787 articles
Browse latest View live

Re: Nueva instalacion

$
0
0

vsc26 Que realmente quieres hacer con tu servicdores, solo quieres instalar Linux or Windows. Estas pensando en instalar Horizon View o unicamente vSphere con el vCenter para controllar tus servidores. Si necesitas  otro servidor HP en paralelo te recomendaria 3 servidores  que es lo recomendado, si ya instalastes  VMWare ESXI 6.5 en 1 servidor entonces necesitas 1 o 2 mas para que puedas configurar vSphere High Availability (HA) con Distributed Resource Scheduler (DRS) para balanciar tu Cluster de tu empresa. Si un servidor se dana te quedan 2 todo depende como lo configures.

 

Raul.

VMware VDI Administrator

http://ITCloudStream.com/


Re: Nueva instalacion

$
0
0

Buenas tardes.

 

Lo que quiero, es instalar en un servidor un Linux (Fedora) con un software de gestión. Y en otro, una replica del Linux con el software de gestión de tal manera, que si físicamente cae el primero empiece a funcionar el segundo.

 

He leído que se puede hacer e incluso he visto YouTube de ello, pero no sé como hacerlo. He probado con trial descargados de la web. He instalado el VMWare ESXI 6.5, pero sólo maneja un servidor (no veo la forma de replicarlo). He visto que hay que hacerlo con el vcenter, pero hay que instalarlo sobre un Windows (con lo que no sé si también tendré que comprar una licencia de Windows)

 

De momento, lo primero que necesito, es saber, cual es el software que necesito instalar, para empezar a hacer pruebas. Es que no sé, si no estoy utilizando el software adecuado o no sé configurarlo (aunque lo que he instalado, tampoco he visto mucho que se puede configurar)

 

Gracias por la ayuda y saludos.

Re: Nueva instalacion

$
0
0

Colombia Virtualizada

El Blog de Virtualización en Colombia te puede alludar. "Cuando un Host, es decir, un ESXi falla, VMware HA puede rescatar/reiniciar las máquinas virtuales en otros host del clúster."

 

VMware HA – Todo sobre HA – Introducción Parte 1/7

LINK: http://www.colombiavirtualizada.com/2014/03/02/todo-sobre-vmware-ha-parte-17/

 

TAMBIEN!

 

Como configurar y gestionar un clúster HA y DRS en vSphere 6.0

LINK: http://blog.ragasys.es/configurar-y-gestionar-un-cluster-ha-y-drs-en-vsphere-6-0

 

Raul.

VMware VDI Administrator

http://ITCloudStream.com/

Some VMs cannot be moved off their host after migration to VCSA 6.5

$
0
0

We have just completed a migration to VCSA 6.5, however we have an issue where some VMs cannot be migrated to other hosts using the Vsphere web client, on the select compute resource page of the vmotion wizard only the host that the VM is on will be listed. However if we use the UI web client or powershell we can vmotion the machines fine.

 

This appears to only affect a single cluster (out of the 3 we have configured).

 

This appears to be a bug with the vpshere-client web interface as the actions work via /ui and powershell, has anyone else come across this? we have a call open with vmware support but the technicians only suggestion has been to migrate (again!) to a new vcenter instance.

 

thanks.

Re: Some VMs cannot be moved off their host after migration to VCSA 6.5

$
0
0

I had a similar issue where on random VMs the select compute resource page nothing was showing, the workaround for me was to select move storage and compute and just don't change the storage location

Licencia VCenter

$
0
0

Buenas Tardes comunidad, quisiera saber si hay alguien que me pueda guiar en algo de licenciamiento de vmware.

Mi duda es, ¿que pasa si mi vcenter con 5 nodos esxi llega a morir? es necesario adquirir nuevamente las licencias, podria tener un servidor de respaldo apagado con las licencias cargadas para evitar minimisar el tiempo de respuesta ante desastre, si muere la licencia muere con el?

 

 

Que tengan una excelente semana.

 

 

Saludos

Re: Licencia VCenter

$
0
0

Jacob si se muere un nodo, simplemente agrega uno nuevo con la misma licencia del vCenter no necesitas conprar mas y puedes tener uno o mas servidores de respaldo apagado o prendido no necesitas poner la licencia, solo usa las licencias ala hora de agregar el nodo, sin usar las licencias del vCenter. La licencia solo aplica cuando tu agregas un servidor atraves del vCenter.

 

Licencias de Vmware vSphere: Diferencias

LINK: https://virtualizadesdezero.com/licencias-de-vmware-vsphere/

 

Raul.

VMware VDI Administrator

http://ITCloudStream.com/

Re: VMware vSphere Web Client - migrate option greyed out

$
0
0

Hello,

 

Any updates please about this problem of grayed migrate option.

 

my vcsa  version is 6.5

My  all  esxi version is 6.0

no job backup running

migration ok for some VMs but not ok for other VM.

migration not ok with the HTML5

 

 

Thanks,


Re: VC upgrade failed with warning 25016 .

$
0
0

Please end process VpxClient.exe after end process you can upgrade normal.

Thx.

Re: ESXi host shows "not responding" in vSphere web console after 60-90 seconds following disconnect/reconnect

$
0
0

In My case , firewall service on vcenter was stopped , started the service esxi server came back to inventory

Re: Licencia VCenter

$
0
0

estimado Raul,

     Muchas gracias por tu pronta respuesta, la cual me parece muy acertiva; pero en el caso de que necesite migrar mi vcenter de maquina, esto no esta normado?, lo puedo hacer? cuales son las limitantes?

Re: [Clustering] Single VM spanning across multiple physical hosts ?

$
0
0

The short answer is no.

 

 

VMware is not....or not yet capable of supporting deployments where a virtual machine is a conglomerate of multiple hosts resources.  If you could do this you probably wouldn't want to.  It would require every host involved to have a perfectly synched clock cycle and spend a ton of overhead keeping track of what the others are doing and waiting for everyone to catch up. Also most software that normal users would be using doesn't support that kind of parallelization anyways.  Even Oracle Databases have a limit on the number of cores, and ram it can effectively use in one machine and that could easily be served by one physical server.

 

 

Now if you are designing something interesting like Blue Waters supercomputer at the University of Illinois, then you would need a backplane similar to blade server chassis and a custom OS to take advantage of it. That means custom architecture and custom software. That huge $$$ and not accomplishable by one person.

 

 

Better forms of this sort of parallelization process for the real world would involve applications that tie other computers together to optimize performance of smaller parts of a larger process.  Charm++ is one example of this. This would allow a large paralyzed processing system without a custom OS that doesn't exist as a product available on the consumer market and can utilize a set of physical hosts that are not (necessarily) under one hypervisor.

 

 

Those are really only useful for working on one giant problem space like UPS or Amazon Shipping optimizations that look at every package on every plane, train, ship, or truck, at every location and take into the account the cost of fuel, personnel available and weather to optimize a global transportation plan.  (or other similarly large problem sets)

 

 

The best option for most use cases would be to create applications that are composed of separate web application and database tiers each with one or more VMs to support a load balanced workload. 

Re: SNMP agent problem after update to VCSA 6 update 2

$
0
0

any update on this.  We are on update 2 and snmp just stops responding after a day or so and I have to bounce the snmpd service using VCSA bash shell afterwhich it starts working again immediately.

Re: Licencia VCenter

$
0
0

Si claro puedes migrar tu vCenter de un host a otro despues que este en el mismo Domain y que sea en una machine virtual nada cambia. Te recominedo lo siguiente:

 

1. Lockdown mode esta desabilitado en el hosts. verifica aqui

Host > Configuration > Security Profile > LockDown Mode.

 

2. Apaga el VirtualCenter Server "Service" aqui

Log in como administrator al server que tiene el vCenter Server.

 

Inicia > Run.

Escribe > services.msc.

Presiona > Enter.

Desde la lista has right-click en el servicio de VMware VirtualCenter Server

y para el servicio "Stop" No te olvides "Start" cuando la migracion termine

 

3. Por precaucion haz un Backup al SQL si tienes uno

 

Para mas information sigue estos pasos

LINK: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=5850444

 

Finalmente no te olvides de marcar esta respuesta corecta si lo es or de alluda para tu pregunta.

 

Raul.

VMware VDI Administrator

http://ITCloudStream.com/

Esxi host disconnected in Vcenter 6.0

$
0
0

Hi,

 

We currently have 2 identical hardware ESXI 6.0 hosts connected to Vcenter 6.0.

 

One esxi 6.0 host has an additional VLAN for Voice and is in a disconnected state on Vcenter. I can ping the default VLAN IP and DNS name from every device on the network except from the Vcenter server. From the Vcenter server I can not  ping the default  VLAN by IP or DNS name, but can ping the Voice VLAN.

 

There are 2 vswitches and Vswitch0 has the only Vkernal for Management Network and the Vlan is set to 0

 

Any ideas would be appreciated


host limitation of essentials kit

$
0
0

Hello,
I have a kit of VMWare essentials. I am interested in adding a 4th host.

 

I seem to remember that, with vmware essentials, I can't add a 4th host, even for an additional cost. Is that true? If so, is that true for essentials plus as well? Maybe that restriction has been lifted or maybe I mis-remembering.

 

Thanks

Re: host limitation of essentials kit

Upgrade vCenter (windows) with external PSC from 6.0 Update 1b to 6.0 Update 3b

$
0
0

Hi everyone,

 

We want to upgrade vCenter (windows) with external PSC from 6.0 Update 1b to 6.0 Update 3b. I would like to know what is the correct path.

 

First I have to upgrade PSC and then vcenter? I understand that the upgrade of PSC I have do it in the interface management of PSC, it is correct? And the upgrade of vCenter it is with the ISO.

 

Thanks for the help

 

Best regards

Re: Upgrade vCenter (windows) with external PSC from 6.0 Update 1b to 6.0 Update 3b

$
0
0

I forgot to say that PSC is an appliance.

 

Thanks

Re: Upgrade vCenter (windows) with external PSC from 6.0 Update 1b to 6.0 Update 3b

$
0
0

First I have to upgrade PSC and then vcenter?

Thats correct, you have to upgrade PSC firtst.

 

I understand that the upgrade of PSC I have do it in the interface management of PSC, it is correct?

The update method is same for PSC as well as VCSA (vCenter appliance). You can use the interface to update both.

 

Please refer this blog for more info. The article is for 6 to U2 update. The steps are same for 6U1 to U3 too.

 

https://www.virtuallyboring.com/updating-vcenter-server-appliance-6-0-update-2/

Viewing all 15787 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>