- “문화 우선 접근이 성공의 비결” 에이버리 데니슨의 AI 혁신 전략
- “여러 AI 모델을 로컬에서 테스트 가능”···구글, 오픈소스 앱 ‘AI 엣지 갤러리’ 공개
- Why I recommend this OnePlus phone over the S25 Ultra - especially at this new low price
- I replaced my laptop with Microsoft's 12-inch Surface Pro for weeks - here's my buying advice now
- This palm recognition smart lock doubles as a video doorbell (and has no monthly fees)
How to change the VLAN ID of the Service Console in ESX from the command line/console
Check which vSwitch the Service Console is on (and the name of the Service Console) with esxcfg-vswitch -l
To remove the vlan id completely, just set it to 0
esxcfg-vswitch vSwitch0 -v 0 -p “Service Console”
To set a vlan id on the service console
esxcfg-vswitch vSwitch0 -v X -p “Service Console” (enter the vlan number where X is)
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1000258