If you've upgraded vSphere ESXi from version 7.x to 8.x you may experience issues opening console connections through VM Access Secure Proxy. This is due to a recent change made by Broadcom.
This is a known issue reported by Broadcom on October 21, 2024 where in ESXi 8.x, the usage of VirtualMachineTicketType.device and VirtualMachineTicketType.mks is disabled. Instead VirtualMachineTicketType.webDevice and VirtualMachineTicketType.webMks should be used respectively.
To allow the old behavior, you can set the allow_authd_ticket to true in the hostd configuration.
IMPORTANT: It's recommended that you work with your vSphere Administrator to review this Broadcom knowledge article, How to change configuration settings for Hostd service in vSphere ESXi 7.0 Update 2 and later, and this forum discussion to understand and apply the changes needed.
Steps to Reproduce:
- Upgrade vSphere version from 7.x to 8.x.
- Open secure console connections from Snow Commander.
- Console connection fails.
To apply the necessary changes, follow these steps:
- Login to the ESXi host as root.
- Create a temporary JSON file:
/bin/configstorecli config current get -c esx -g services -k hostd -outfile tmp.json
- Edit the file:
vi tmp.json
- Navigate to "vmsvc" and add the following line:
"allow_authd_ticket": true
- Apply the file to the database:
/bin/configstorecli config current set -c esx -g services -k hostd -infile tmp.json
- Restart the hostd service:
/etc/init.d/hostd restart
- To see all possible hostd configuration properties, enter:
configstorecli schema get -c esx -g services -k hostd - To update only a single property by supplying a JSON diff file, enter:
configstorecli config current update -c esx -g services -k hostd -infile tmp.json
Example tmp.json:
{
"some_sub_object": {
"some_property": "some_value"
}
}
- To view the default hostd configuration in the config store default database, enter:
/bin/configstorecli config default get -c esx -g services -k hostd
Related Articles
Supplementary Steps for Upgrading to Commander VM Access Proxy 3.8 10Number of Views How Are Snow Commander VM Access Proxy sessions connected? 12Number of Views VM access proxy installation in Snow Commander 14Number of Views Generate and install an SSL certificate for the VM Access Proxy 15Number of Views Retrieve VM Access Proxy logs 12Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Revenera Assistant
Case id: 00001065
Activity: Status change: 2 hours ago