สำหรับเพื่อน ๆ ที่เจอปัญหาที่ใช้งาน VMware ESX ผ่าน OS ที่ไม่ใช่ Windows อาจจะทำให้ลำบากหน่อยเมื่อต้องการเข้าไป Start VMware Guest ตอนฉุกเฉิน หรือ ไม่ได้ติดตั้ง VMware VI ไว้ โดยมีขั้นตอนง่าย ๆ ในการเปิด-ปิด Guest ผ่านทาง Browser ได้ โดยจะต้องเปิด Port และ Service สำหรับ Web Service ให้กับ VMware ESX Server ซะก่อนโดยมีขั้นตอนดังนี้
Disabling and enabling VMware Web Access on an ESX hostPurpose
This article provides the steps to disable VMware Web Access services and prevent the login user interface from appearing via http and https. It also provides the steps needed if you want to enable VMware Web Access services once again in the future.
Note: This procedure does not affect other access methods such as via the VMware Infrastructure or vSphere Client or through the APIs.
Resolution
To disable VMware Web Access: 1. Log in as root to the ESX host using an SSH client.
2. Run this following command to stop the VMware Web Access service:
service vmware-webAccess stop 3. To prevent the service from starting again upon reboot, run the command:
chkconfig –-level 345 vmware-webAccess off 4. Even after disabling the webAccess service you can still browse the index page of the ESX host and download the VMware Infrastructure or vSphere Client from it, but you cannot log into Web Access from the page.
To enable VMware Web Access: 1. Log in as root to the ESX host using an SSH client.
2. Run this command to determine if the VMware Web Access service is running:
service vmware-webAccess status 3. Run this command to start the VMware Web Access service:
service vmware-webAccess start 4. To enable the service to start upon reboot, run this command:
chkconfig --level 345 vmware-webAccess on Note: The ESX firewall must allow webAccess communication or the service will not start when ESX 4.0 boots. To enable webAccess in the ESX firewall, run the following command on the ESX host:
esxcfg-firewall --enableService webAccessบทความดี ๆ จาก :
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1007617