Today I had quick task to change firewall port on VMware ESX 4.1 to allow to communicate with TSM on port different from default 1500. In principle you should follow VMware KB which explains in details how to change firewall rules. Unfortunately if you want to change port 1500 for TSM to custom one you need to do it in other way.
Login to ESX Service Console and navigate to /etc/vmware/firewall and edit ibmTSM.xml.
Change port 1500 to custom one:
|
|
After changing port save file and restart firewall using command service firewall restart.