Link to home
Start Free TrialLog in
Avatar of granite03
granite03

asked on

Modifying proxy.xml file on ESXi

Hi,

I'm trying to modify the proxy.xml via SSH on the ESXi box as I need to change the default HTTPS ports for communication.

I've got basic instructions, but I was hoping some one can fill in the gaps where I'm going wrong as I'm fairly inexperienced with VMware's CLi.

1. remote onto SSH console with Putty and logging in with Root credentials
2. run the following command: cd /etc/vmware/hostd/
3. run the follwowing command: vi proxy.xml
4. Under <ConfigRoot>, add the following line: <httpsPort>https_port_number</httpsPort>

The issue is, I am unable to save. I type :w to save, but then get an "proxy.xml file is read only" message.

Any advice on how to resolve this?

Thanks
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Are you using the FREE version of ESXi ? (e.g. not paid any money to VMware)
Avatar of granite03
granite03

ASKER

Hi, I'm not sure. I don't believe the ESXi free version is available any more. I downloaded my ESXi direct from VMware, but it's only 60 days trial.
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ha, can't believe ! was all it was!

Thanks for your help.