You should be able to add a new vmk on the correct NFS subnet to prevent traffic having to be routed
Re: NFS and IP reconfiguration
When using a custom form, the disk is automatically created.
Hi, all.
I want to use custom form in blueprint.
The picture below is custom form that I made.
and the picture below is catalog request page.
As you can see, I didn't make additional disk. The deployed VM must have only one disk. (1 disk attached to the template.)
However, it creates a vm with two disks attached as below picture.
I found just one disk attached to the template. not attached two disks.
VM is distributed as one disk if blueprint custom form is not used.
Does anyone know about this?
I really need your help.
Thank you.
Re: NSX vxlan-VTEP and controller communication
Thanks for pointing out that when DLR is involved, it will have has its arp table.
I believe the involvment of DLR will help for arp suppression. With pure Dvs, when vmA wants to speak to another vmB on another vtep, vmA will refer to controller for vmB‘s detail and in this way, BUM will not be necessary.
While if DLR is introduced:
1. Will controller sync the whole arp, mac table to each DLR on each ESXI hosts? in this way, DLR will replace controller for arp suppression.
VTEP1(DLR)----------------------------VTEP2(DLR)------------------controller(has vtep,mac and arp table;sync to all DLR on all vteps)
| |
vmA vmB
2. Or DLR only keeps the mac and arp entry for VMs in other VTEPs for 600s. when there is no active traffic, dlr will still keep entries for 600s after which entries will remove.
until next time, when vmA wishes to speak to vmB, it will ask controller and controller will reply->DLR get the reply and put the entry into arp and mac table again.
(i have arp mac details for vmB,because vmA asked controller before.but if there is no active traffic to vmB,these details are gone in 600s)
|
VTEP1(DLR)----------------------------VTEP2(DLR)------------------controller
| |
vmA vmB
Appreciate your time.
Regards
Michael
Re: Guest Operating System - Only a few drives displayed
Great! Please close this thread and mark the correct answer abugeja
Re: VROPS 8 Redescribe error after changing IP
Did you stop and start the EPOPS Adapter instance?
Maybe reapplying the collector will help. Go to Administration > Solutions > Select Adapter Solution > Configure > Select Adapter instance > Expand Advanced Settings > Select collector.
Re: How to filter for VMs with certain Tags in HTML5 vSphere Web Client?
Yes, looks like you're right. That functionality is still missing from the html5 client.
Lars
Re: Temp license switch
Someone else asked the same question a week or so ago, although I can't find that thread.
Using an evaluation license for anything other than an evaluation would be against the terms of the EULA.
Re: vmware on 2013 MacBook pro
This should help you understand how OneDrive stores files: Save disk space with OneDrive Files On-Demand for Mac - OneDrive
If you are not running Mojave or later, you don't have any option - OneDrive WILL be storing a local copy of every file.
Re: In need of a PowerCLI script
As an alternative, and without the many calls to Get-VMHost, you could do
Select Name,
@{N="VMHost";E={$_.VMhost.Name}},
@{N="Model";E={$_.VMhost.Model}},
@{N="CPU";E={$_.VMhost.ProcessorType}},
@{N="NumCPU";E={$_.VMhost.NumCpu}},
@{N="MemGB";E={$_.VMhost.MemoryTotalGB}}|
Format-Table-AutoSize
Re: Windows 10 update to version 1903 fails when it loses USB external drive on restart using VMware Fusion 8.5.10
Hi,
As a solution you can buy a small NAS (little money) and attach it to the VMware environment in NFS mode:
- https://miketabor.com/setup-nfs-on-synology-nas-for-vmware-esxi-lab/
- Mount an NFS Datastore in the VMware Host Client
ARomeo
Re: Temp license switch
Both vSphere vMotion and vSphere Storage vMotion are supported in evaluated mode. you can do what you basically need in the eval mode
Re: Find VLAN Name from VLAN ID
While I definitely encourage you to upgrade your PowerCLI version, that is not the real issue at hand.
The Get-VirtualGroup cmdlet has been marked "deprecated" since quite some time.
The real issue is that the VlanIds for a VSS and a VDS are not obtained in the same way.
Have a look for example at
You could eventually use that script, and pipe the result to a Where-clause that filters on the VlanId property.
миграция VC 6.5 на VCSA 6.7.0U3 упала с ошибкой (Essential Plus)
Добрый день!
Essential Plus на три хоста. модель VC tiny embedded.
В процессе миграции, когда старый сервер VC выключен, а новый еще не запустился полностью. выдало ошибку, в логе
No file found matching /etc/vmware-vpx/vcdb.properties
No file found matching /etc/vmware-vpx/vc-extn-cisreg.prop
VCSA доступен по ssh, там вижу, что их действительно нет. Там есть:
"root@H044-VCA-03 [ /etc/vmware-vpx ]# ls
coreLocale extensions odbc.ini.tpl proxy.xml vapiLocale vsan_mo_default.xml
core.schema.patch firstboot odbcinst.ini.tpl startup vcdb.properties.tpl vsan_mo.xml
docRoot locale oracle sysprep vcdbsupport.xml vsan_types_default.xml
embedded_db.cfg odbc.ini.postgres.tpl pre-startup vami-sfcb.tpl vpxd.cfg vsan_types.xml
"
Еще на экране указано имя файла с ошибкой, его содержимое вот:
"
root@H044-VCA-03 [ /var/log/firstboot ]# cat vapi_firstboot.py_9018_stderr.log
INFO:root:Found 1 matching service. ID is f9062062-fedd-4583-a57e-2d71b0216975
2019-12-20T08:05:37.447Z ERROR starting vapi-endpoint rc: 1, stdout: , stderr: Start service request failed. Error: Operation timed out
2019-12-20T08:05:37.447Z vapi firstboot failed
Traceback (most recent call last):
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 409, in <module>
sys.exit(Main())
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 387, in Main
vapi_firstboot()
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 375, in vapi_firstboot
actionFirstboot(fbObj)
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 353, in actionFirstboot
actionStart(fbObj)
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 358, in actionStart
startService(msg, fbObj)
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 257, in proxy
return func(*args, **kwargs)
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 312, in startService
fbObj.start_services()
File "/usr/lib/vmware-vapi/firstboot/vapi_firstboot.py", line 187, in start_services
self.start_service()
File "/usr/lib/vmware/site-packages/cis/firstboot.py", line 273, in start_service
service_start(self.get_eff_service_name())
File "/usr/lib/vmware/site-packages/cis/utils.py", line 1006, in service_start
raise ServiceStartException(svc_name)
cis.exceptions.ServiceStartException: {
"problemId": null,
"detail": [
{
"localized": "An error occurred while starting service 'vapi-endpoint'",
"args": [
"vapi-endpoint"
],
"translatable": "An error occurred while starting service '%(0)s'",
"id": "install.ciscommon.service.failstart"
},
{
"localized": "Failed to start the vAPI Endpoint Service",
"translatable": "Failed to start the vAPI Endpoint Service",
"id": "install.vapi.error.start_service"
},
{
"localized": "Failed to configure vAPI Endpoint Service at the firstboot time",
"translatable": "Failed to configure vAPI Endpoint Service at the firstboot time",
"id": "install.vapi.error.firstboot"
}
],
"resolution": {
"localized": "Please file a bug against VAPI",
"translatable": "Please file a bug against VAPI",
"id": "install.vapi.resolution"
},
"componentKey": "vapi"
}
root@H044-VCA-03 [ /var/log/firstboot ]#
"
Каждый раз, когда я нажимаю RETRY в мастере миграции , по логам граничного файрвола новый VCSA лезет на контроллеры домена, с которым у нас установлены трасты. на фига - не знаю. Мастеру миграции были даны имя локального домена и пароль админ домена\дерева\леса локального домена.
новый vcsa в Инет выйти может теперь, до ошибки Инет ему был закрыт, он пытался 80/443 куда-то ходить безуспешно, но ошибок не давал.
Помогите, пожалуйста!
Re: Office 2016 reconfiguring each time it opens
We don't join the master/golden image to the domain, nor do we add the clone that we use for packaging to the domain. Everything is kept unjoined from the domain except the actual desktops.
The issue you describe, not being able to attach appstacks for provisioning, we were experiencing as well. At least, it sounds a lot like the issue we had. Allowing the use of "Non-Domain Entities" fixed this for us. This setting is found under "CONFIGURATIONS".
Hope this helps you (or someone else) a bit..
Regarding updating the appstacks we have the same philosophy as Ray is describing.
Re: how to take backup of the instance in 6.7 esxi
See KB;
Re: how to take backup of the instance in 6.7 esxi
Backup the ESXi configuration, backup your VMs, or backup everything?
One or more VIBs mapping to Bulletin ESXi500-201109401-BG have dependencies not installed on the host: xxxxx and not part of the bulletin, marking as 'UNKNOWN' for DVS scan
Hi,
I have to update host and i got message "The host returns esxupdate error code:14 There is an error when resolving dependencies.Check Update Manager log files and esxupdatelog files for more details"
i check log and saw message from title. There is same message for all patches which are in Complience statuse "--Not Applicable"
What can I do?
The Horizon Linux Desktop Agent Status " Waiting for Connection"
I have gone through all the troubleshooting steps provided which are working without any issue.
Agent Status is Active
Agent is able to ping Connection with name (DNS is working )
Able to telnet the port numbers 389,4001
Agent and Server version on same platform.
Agent and Server are in same Subnet
Firewall on Both Systems are off
Re: SRM 8.1.1 Permission to perform this operation was denied
Hello,
Modifying SRM installer on both sites can actually help at times.
If you have UAC restriction you can go to registry settings on the both the servers and find the registry key "EnableLUA" . This would be set to 1. Modify the value to 0 and reboot the server post that. UAC restrictions should be lifited.
If this is not possible. Download the SRM installer on same server with the exact version. Right-Click run as administrator it will allow you to bypass UAC accordingly.
Regards,
Ritesh
Re: vmkernel and vmkwarning log flooded
Is NFCD (network file copy daemon) being used in your environment.
May be you can try stopping the service on the test server.
/etc/init.d/nfcd stop