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 > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #9 (permalink)  
Old 10-10-2008
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2007
Location: Germany
Posts: 2,285
Quote:
dhcpcd tcpip 106646 active
Make sure this one is stopped with
Code:
stopsrc -s dhcpcd
Here is what it does:
pSeries and AIX Information Center

So this one could be the reason. It is is inoperative on all our servers.

To not start it at boot, check your /etc/rc.tcpip:
Quote:
...
# Start up dhcpcd daemon
#start /usr/sbin/dhcpcd "$src_running"
dhcpcd_IF_check $src_running
...
The bold line could be uncommented in your case. If that's the case, comment it. Stop it and reboot the box when you get a chance to see if it worked. Else just stop the dhcpcd and wait if it's still changing the IP address.