The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




Thread: AIX dhcpcd
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 07-02-2009
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
  
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,628
Quote:
Originally Posted by pmmill2 View Post
I wish I could make my AIX stations behave like Windows workstations, in just this one small way.
This is the good thing about adhering to the standards - there are always provisions to accomplish what you want to accomplish, whereas ignoring the standard often leads to unresolvable conflicts.

You said your AIX systems are immobile anyways, so you probably want to get them always the same IP address anyways. You can do so at the DHCP servers configuration by reserving a fixed IP for the AIX system. You could move this IP at the top or bottom of the DHCP-served address range and exclude it from that range accordingly. Don't use the DDNS means you probably use for name resolution of DHCP-based systems but reflect the quasi-static IP address with a static DNS entry. This way you get name resolution even if the system is shut down.

I hope this helps.

bakunin