Changing the IP addresses on the Portal/Gateway server once installed

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
[257 byte] By [708766] at [2007-11-25 4:29:02]
# 1

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

Guest at 2007-6-30 21:15:15 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

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

Guest at 2007-6-30 21:15:15 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

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

>

>

Guest at 2007-6-30 21:15:15 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4

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

708766 at 2007-6-30 21:15:15 > top of Java-index,Web & Directory Servers,Portal Servers...