AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  networking

    Posted 06/09/08 05:39 AM

    Originally posted by: bouchentoufkamal


    hi every body,
    can someone tells me what files system i have to manipulate for configuring the different network services,
    GATEWAYS, DNS, DHCP ... without manipulating the SMIT tool,
    best regards
    kamilio

    Message was edited by: kamilio
    #AIX-Forum


  • 2.  Re: networking

    Posted 06/10/08 07:48 PM

    Originally posted by: nagger


    The bulk of this is handled in
    /etc/resolv.conf
    /etc/rc.net

    Hope that answers you question. I guess you meant files when you said file systems.
    #AIX-Forum


  • 3.  Re: networking

    Posted 06/10/08 10:07 PM

    Originally posted by: esv


    Most networking attributes are stored in AIX's ODM, they are not flat files and it is highly recommended you avoid working with them directly.

    for the TCP/IP attributes such as DHCP vs static IP address, check the mktcpip command.

    for network adapter attributes such as media access speed (100FD vs Auto-negotiation) check the chdev -l entX ... command. to see a list of modifiable attributes use , lsattr -El entX , where X is the adapter index of your network card (in case of ethernet).

    check the enX/etX device attributes to see what u can change for TCP/IP specific parameters; lsattr -El en0 or lsattr -El et0;

    there are a bunch of network specific attributes that you can manipulate with the "no" command, use: no -a; to see a list of parameter that u can change.

    for routing attributes, check the inet0 device attributes, lsattr -El inet0; for a list of modifiable attributes,....

    Note: the fact that you can change them does not mean that it is a good idea to do so.

    best regards,
    esv.

    Message was edited by: Enrique Sanchez
    #AIX-Forum


  • 4.  Re: networking

    Posted 06/10/08 10:25 PM

    Originally posted by: orphy


    You got a couple good replies already but this should also help you. This is a good site and all AIX newbies might want to look there before asking questions.

    http://www.redbooks.ibm.com/abstracts/redp0103.html?Open
    Orphy
    #AIX-Forum


  • 5.  Re: networking

    Posted 06/11/08 07:30 AM

    Originally posted by: bouchentoufkamal


    hi,
    thank you all so much for your replies,
    best regards
    kamilio
    #AIX-Forum