We are using 6.5 version and it is single machine .
Re: VMware PSC certifate
Re: VMware PSC certifate
To work around this issue if you are unable to upgrade, copy the /usr/lib/vmware-sso/bin/UpdateLsEndpoint.py
file from 6.5 GA for updating the end points.
Vmware KB 2150779
Re: VMware PSC certifate
Ok. is you mean to say that I have to copy the other file from my PSC server to vcenter server in the same location ??
Force Client Integration Plugin in Google Chrome
Hi,
is there a way to force the Client Integration Plugin in Google Chrome?
The users should not receive a query from CIP on the first start.
Windows 10 1709
Google Chrome 65
VCSA 6.5
Change Interface name ( eth0 -> bond0) in vCenter Appliance 6.5
Hi,
I have vCenter 6.5 running on one ESXI, I have some requirement in which I have to change vCenter interface name eth0 to bond0. I check for the file in /etc/sysconfig/network and /etc/sysconfig/network-scripts but didn't get any configuration related to eth0 ( looking for ifcfg-eth0).
I was planning to change file name ifcfg-eth0 to ifcfg-bond0, will this be okay ? Thanks.
Re: Change Interface name ( eth0 -> bond0) in vCenter Appliance 6.5
It's not supported to make that type of change in the vCSA. But, that aside, why do you have such a requirement?
Re: VMware PSC certifate
For further checking please attach recent
vsphere_client_virgo.log
and time stamp when issue occurred
Re: VMware PSC certifate
Is this PSC behind a LB setup?
Re: Change Interface name ( eth0 -> bond0) in vCenter Appliance 6.5
in 6.5 the config file is /etc/systemd/network. But bond is not-supported with vCSA.
Re: VMware PSC certifate
Customer mentioned that psc is a single machine ideally there should not be load balancer
Re: Change Interface name ( eth0 -> bond0) in vCenter Appliance 6.5
I just need to rename interface name eth0 to bond0. this wierd requirement is from customer.
Re: Change Interface name ( eth0 -> bond0) in vCenter Appliance 6.5
It's not supported and this is a very strange requirement.
Re: VMware PSC certifate
Can you help us with the exact version of the psc and Vcenter
Regards
Yuvaraj
Re: VMware PSC certifate
We have 1 PSC 6.5 Machine with out LB and that is connected with one vcenter 6.5 appliance .
I have root & machine SSL CA certificate . After SSL certificate update We are unable to login in the vcenter
any help ?
Re: vMotion not showing available hosts
Hello.
I've ran into the same issue when I've changed the MTU size of the vmk for vMotion. I've checked the MTU configuration via vmkping which works correctly!
vmk & vSwitch vMotion MTU 1500 -> hosts available
vmk & vSwitch vMotion MTU 9000 -> no available hosts
Any ideas?
Re: vMotion not showing available hosts
The MTU has to match on both ends.... and also be supported by your switch.
If you don't have superframes enabled on your switch, it won't support a 9000 byte MTU.
Re: VMware PSC certifate
This error appears if the key length of the root CA is greater than 2048. Keys with 4096 and greater length are causing issues.
If you have a Microsoft CA you can do the following to resolve your issue:
1. Create a CAPolicy.inf in C:\Windows
2. In the CAPolicy.inf put:
[Certsrv_Server]
RenewalKeyLength=2048
RenewalValidityPeriod=Years
RenewalValidityPeriodUnits=10
3. Renew the CA root certificate and accept regenerating the key and you’re done.
4. Reset PSC and VCSA certificate and import the new generated SSL certificates again.
Regards,
Mohamad
Re: vMotion not showing available hosts
Jumbo frames are enable on both sides including switch configuration
vmkping -I vmk1 -d -s 8192 x.x.x.x
PING x.x.x.x (x.x.x.x): 8192 data bytes
8200 bytes from x.x.x.x : icmp_seq=0 ttl=64 time=0.529 ms
Re: vMotion not showing available hosts
I meant jumbo frames...
Too long working with phone systems, where you have SF (SuperFrame) and ESF (Extended SuperFrame)... lol
Re: vMotion not showing available hosts
It seems it has nothing to do with my MTU size ....
vMotion with storage relocation works fine ... only when relocation only the host it shows the problem!