zcs-NETWORK-6.0.9_GA_2686.UBUNTU10_64
Hi all,
My setup will help explain my problem so here it is:
I have a single server running kvm. on that server I have zimbra oss 6.0.8 (live)
and I added a vm to test zimbra ne 6.0.9 (test)
I only have a single IP.
At installation I changed all the default ports to avoid any conflicts with the live zimbra server. so 993 became 1993, etc.
The only port which I can't seem to change is the admin port 7071.
I tried the following as the user zimbra:
Code:
$ zmprov ms `zmhostname` zimbraAdminPort 17071
Code:
$ zmprov mcf zimbraAdminPort 17071
Code:
$ zmlocalconfig -e zimbra_admin_service_port=17071
... each time restarting zimbra with:
Code:
$ zmcontrol restart
sadly the port remains on 7071.
Any advice on how to change the admin port or simply setup the two servers to work together without any risk of affecting the live one is very welcome! :)