I think this should solve your problem,http://knowledgebase.iplanet.com/ikb/kb/articles/4661.htmlWesMike Magnifico wrote:Does anyone have some documentation or a couple of quick down and dirtysteps to do to change the ip address and port addresses of the Portal Serverand Gateway after they have been installed and configured?ThanksMike
Mike Magnifico wrote:
> Does anyone have some documentation or a couple of quick down and dirty
> steps to do to change the ip address and port addresses of the Portal Server
> and Gateway after they have been installed and configured?
I have found it easier to reinstall.
Kent
I have follow the procedure in
http://knowledgebase.iplanet.com/ikb/kb/articles/4661.html .
It is easy and works great with the the gateway port (remember to change the
protocol if is what you want), but with the portal/profile server it have
never worked for me.
Hope this helps.
Regards
Rodrigo Ramirez
"Mike Magnifico" <spycital@yahoo.com> wrote in message
news:9kuk6c$mas1@secnews.netscape.com...
> Does anyone have some documentation or a couple of quick down and dirty
> steps to do to change the ip address and port addresses of the Portal
Server
> and Gateway after they have been installed and configured?
>
> Thanks
>
> Mike
>
>
Hi,
Below are the steps to be followed to change the IP address:
a) Stop the Gateway and Server .
b) Export the profile server database to a flat ldif file:
# /opt/netscape/directory4/slapd-host_name/db2ldif/temp/profile.ldif
c) Use awk, perl, or vi, to change every instance of the system IP address
in the ldif file to that of the new.
d) Import the edited ldif file into the profile server
# /opt/netscape/directory4/slapd-/ldif2db -i /temp/profile.ldif
e) edit etc/opt/SUNWips/platform.conf and change the Virtual host IP
g) Start the platform server and gateway