Home
TeamSite
Changing Port Number after install
campbep1
Hi,
I need to change the default port number 9173 for the OpenDeloy Base server daemon.
Where do I need to change this?
I assume that I will also need a restart of services so that it can it can bind again to the new port?
Thanks in advance.
Find more posts tagged with
Comments
Adam Stoller
I'm not sure about the official way to do this (never really thought about it before, it should be documented) - but I usually just grep through all the files looking for "9173" and change it where I find it.
Note: depending on what version of OpenDeploy you're using (you didn't say, please remember to include that information in future posts) and what platform (again, you didn't say) - there may be more files to change and/or environment variables to change too.
Some of it I know you can do through the Admin GUI - (View Servers) - but I'm not sure if that takes care of updating the information everywhere.
Hopefully someone more knowledgeable with the internals related to this will respond later today.
--fish
(Interwoven Senior Technical Consultant)
campbep1
Thanks,
We are running Solaris 7 and on 5.5.1 of OD.
I have done the grep for 9173, just wanted a checklist of places to change the port number, but thanks for the input!
Paul
Adam Stoller
Remember that it's not just the IWODHOME you have to look through, but also the AdminServer home directory.
On my W2K system running OpenDeploy 5.6 - I found numerous references to setting the environment variable IWODRMIPORT, as well as the following locations where the value was imbedded into the files:
-------------
OpenDeployNG/etc/eventReportingConfig.xml
OpenDeployNG/etc/jmsConfig.xml
OpenDeployNG/IWServiceServer.lax
OpenDeployNG/lib/deploy_agent.bat
============= ADMIN ============
AdminServer/odadmin/config/adminEventReportingConfig.xml
AdminServer/odadmin/config/adminEventReportingConfig.xml_nt
AdminServer/odadmin/config/examples/odservers.cfg
AdminServer/odadmin/config/odservers.cfg
---------------
Hope that helps
--fish
(Interwoven Senior Technical Consultant)
campbep1
Thanks,
We are running solaris 7 though, we do not have :
OpenDeployNG/etc/jmsConfig.xml
OpenDeployNG/etc/eventReportingConfig.xml.
The odservers.cfg is just the config for the admin server, which I can do through the od admin server.
I have identified :
/etc/init.d/iwod
OpenDeployNG/IWService.lax
OpenDeployNG/startod
OpenDeployNG/lib/iwodrunenv.sh
Migrateduser
jmsConfig.xml and eventReportingConfig.xml were introduced in OpenDeploy 5.6 for the new reporting feature.
BTW, chapter 13 in the OD 5.6 Installation and Reference Guide summarizes all ports and how to change them.
Todd Scallan
Group Product Manager
Interwoven
t: 408-530-7167
e:
tscallan@interwoven.com
campbep1
Thanks Todd,
We are running 5.5.1 though, I think we are considering upgrading to 5.6 before our project goes live.