The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-18-2009
abdulhaindade abdulhaindade is offline
Registered User
  
 

Join Date: May 2009
Posts: 2
Thumbs down Unix Services File

Hi all,

I am fairly new to Unix/Linux, have been working on installattion for Tivoli Directory Services.The installation has a conflict with ports which is a known issue with the Directory Service. As per IBM the properties files can be changed to manually, for the Webadmin(Websphere) protal to run.

The conflict is happening due the following entry which exists in the services file i.e.
WC_defaulthost=12100
WC_adminhost=12104
WC_defaulthost_secure=12101
WC_adminhost_secure=12105
BOOTSTRAP_ADDRESS=12102
SOAP_CONNECTOR_ADDRESS=12103

I have made changes to the prop file as follows

WC_defaulthost=12200
WC_adminhost=12204
WC_defaulthost_secure=12201
WC_adminhost_secure=12205
BOOTSTRAP_ADDRESS=12202
SOAP_CONNECTOR_ADDRESS=12203

But the serevr does not start neither has the entry got uploaded into the services file for Linux to go and lookup. Would I need to issue a command
/etc/init.d/network restart for the services to re-start and have the new entries or do i need to go and delete the ealier entries ie 12100 from the services file and then restart network.

regards
abbey